Files @ a32e962a1a97
Branch filter:

Location: libtransport.git/packaging/fedora/build_rpm.sh

HanzZ
Libcommuni: Fixed bug when response to PM message initated from XMPP was not sent to the same JID
#!/bin/sh
DIRNAME=spectrum2

echo "Cleaning up old sources ..."
rm -rf spectrum2-*

echo "Checking out a fresh copy ..."
rm -rf $DIRNAME
git clone ../../.git $DIRNAME
rm -rf $DIRNAME/.git

echo "Creating tarball ..."
tar czf $DIRNAME.tar.gz $DIRNAME

echo "Building package"
rpmbuild -ta $DIRNAME.tar.gz