rpms/qbittorrent/devel nox.patch,NONE,1.1 qbittorrent.spec,1.65,1.66

Leigh Scott leigh123linux at fedoraproject.org
Sat Jan 9 14:39:16 UTC 2010


Author: leigh123linux

Update of /cvs/pkgs/rpms/qbittorrent/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28597

Modified Files:
	qbittorrent.spec 
Added Files:
	nox.patch 
Log Message:
* Sat Jan 09 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.1.0-0.7.rc4
- disable geoip database and libnotify for the headless version
- add patch so nox doesn't require libQtGui.so.4
- correct previous date in changelog


nox.patch:
 src.pro |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE nox.patch ---
Index: src/src.pro
===================================================================
--- qbittorrent-2.1.0rc4-orig/src/src.pro	(revision 3334)
+++ qbittorrent-2.1.0rc4/src/src.pro	(working copy)
@@ -94,6 +94,7 @@
 }
 
 contains(DEFINES, DISABLE_GUI) {
+  QT=core
   TARGET = qbittorrent-nox
 } else {
   TARGET = qbittorrent


Index: qbittorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- qbittorrent.spec	9 Jan 2010 12:52:07 -0000	1.65
+++ qbittorrent.spec	9 Jan 2010 14:39:16 -0000	1.66
@@ -3,7 +3,7 @@
 Name:    qbittorrent
 Summary: A Bittorrent Client 
 Version: 2.1.0
-Release: 0.6.rc4%{?dist}
+Release: 0.7.rc4%{?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
@@ -14,6 +14,7 @@ Release: 0.6.rc4%{?dist}
 Source0: http://downloads.sf.net/qbittorrent/files/qbittorrent-unstable/%{name}-%{version}rc4.tar.gz
 # https://bugzilla.redhat.com/show_bug.cgi?id=548491
 Patch1:  gcc.patch
+Patch2:  nox.patch
 
 URL: http://sourceforge.net/projects/qbittorrent
 Group: Applications/Internet
@@ -44,11 +45,15 @@ It aims to be as fast as possible and to
 %prep
 %setup -q -n %{name}-%{version}rc4
 %patch1 -p1 -b .gcc
+%patch2 -p1 -b .nox
 
 %build
 # use ./configure instead of %%configure as it doesn't work
 # configure and make headless first
-./configure --prefix=%{_prefix} --disable-gui
+./configure --prefix=%{_prefix} \
+            --disable-gui \
+            --disable-geoip-database \
+            --disable-libnotify
 make %{?_smp_mflags}
 make clean
 # configure and make gui version
@@ -104,7 +109,12 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
-* Tue Jan 05 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.1.0-0.6.rc4
+* Sat Jan 09 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.1.0-0.7.rc4
+- disable geoip database and libnotify for the headless version
+- add patch so nox doesn't require libQtGui.so.4
+- correct previous date in changelog
+
+* Sat Jan 09 2010 Leigh Scott <leigh123linux at googlemail.com> - 2.1.0-0.6.rc4
 - update to 2.1.0rc4
 - build headless version as well
 




More information about the fedora-extras-commits mailing list