rpms/qbittorrent/devel qbittorrent.spec,1.115,1.116

Leigh Scott leigh123linux at fedoraproject.org
Wed Jul 21 16:17:14 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/qbittorrent/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7063

Modified Files:
	qbittorrent.spec 
Log Message:
* Wed Jul 21 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-0.8.rc7
- disable qtsingleapplication for nox build



Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -p -r1.115 -r1.116
--- qbittorrent.spec	21 Jul 2010 14:22:41 -0000	1.115
+++ qbittorrent.spec	21 Jul 2010 16:17:14 -0000	1.116
@@ -3,7 +3,7 @@
 Name:    qbittorrent
 Summary: A Bittorrent Client 
 Version: 2.3.0
-Release: 0.7.rc7%{?dist}
+Release: 0.8.rc7%{?dist}
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
 # svn checkout -r %{svn_rev} https://qbittorrent.svn.sourceforge.net/svnroot/qbittorrent/trunk qbittorrent
@@ -60,7 +60,7 @@ cp -p %{SOURCE1} .
 # configure and make headless first
 mkdir -p build-nox
 cd build-nox
-../configure --prefix=%{_prefix} --disable-gui --with-qtsingleapplication=system
+../configure --prefix=%{_prefix} --disable-gui --disable-qtsingleapplication
 cp conf.pri ..
 make %{?_smp_mflags}
 mv -f ../conf.pri ../conf.pri.nox
@@ -125,6 +125,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Wed Jul 21 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-0.8.rc7
+- disable qtsingleapplication for nox build
+
 * Wed Jul 21 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.3.0-0.7.rc7
 - update to 2.3.0rc7
 



More information about the scm-commits mailing list