Files @ 79b50300351f
Branch filter:

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

Jan Kaluza
Check if the user is in room before sending information about nick change. Fixes bug when users have been added to all rooms when they changed their IRC nickname
#!/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