rpms/xqf/F-10 xqf.spec,1.3,1.4

Christoph Wickert cwickert at fedoraproject.org
Sat Nov 14 20:02:08 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/xqf/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27420/F-10

Modified Files:
	xqf.spec 
Log Message:
* Thu Nov 08 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 1.0.5-9
- Fix RHBZ #533704 #533705
- Cosmetical changes



Index: xqf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xqf/F-10/xqf.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- xqf.spec	7 Jun 2009 14:53:44 -0000	1.3
+++ xqf.spec	14 Nov 2009 20:02:06 -0000	1.4
@@ -1,19 +1,29 @@
-Name:		xqf
-Version:	1.0.5
-Release:	6%{?dist}
-Summary:	A server browser for many popular games
-
-Group:		Amusements/Games
-License:	GPLv2+
-URL:		http://www.linuxgames.com/xqf/
-Source:		http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Source1:	%{name}.desktop
-Patch0:		%{name}-%{version}-launch.patch
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Requires:	qstat
-BuildRequires:	GeoIP-devel qstat gdk-pixbuf-devel glib-devel gettext zlib-devel
-BuildRequires:	gtk2-devel intltool perl-XML-Parser desktop-file-utils readline-devel
+Name:           xqf
+Version:        1.0.5
+Release:        9%{?dist}
+Summary:        Server browser for many popular games
+
+Group:          Amusements/Games
+License:        GPLv2+
+URL:            http://www.linuxgames.com/xqf/
+Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source1:        %{name}.desktop
+Patch0:         %{name}-%{version}-launch.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Requires:       qstat >= 2.11-9
+BuildRequires:  GeoIP-devel
+BuildRequires:  qstat 
+BuildRequires:  gettext 
+BuildRequires:  zlib-devel
+BuildRequires:  glib
+BuildRequires:  gtk2-devel 
+BuildRequires:  intltool 
+BuildRequires:  perl-XML-Parser 
+BuildRequires:  desktop-file-utils 
+BuildRequires:  readline-devel
+BuildRequires:  gdk-pixbuf
+
 
 %description
 XQF is a game server browser and launcher for Unix/X11 for many popular games 
@@ -23,15 +33,16 @@ and uses the GTK+ toolkit.
 
 %prep
 %setup -q
-%patch0 -p0 -b .launch
+%patch0 -p0
 
 
 %build
 %configure \
-	--enable-geoip		\
-	--enable-bzip2		\
-	--enable-externalrcon	\
-	--enable-gtk2
+   --with-qstat=%{_bindir}/quakestat \
+   --enable-geoip \
+   --enable-bzip2 \
+   --enable-externalrcon \
+   --enable-gtk2
 
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 
@@ -40,19 +51,16 @@ make %{?_smp_mflags} CFLAGS="%{optflags}
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
-# removing extraneous .desktop file
 rm -f %{buildroot}%{_datadir}/applications/%{name}.desktop
 
-# the desktop file
-desktop-file-install --vendor="fedora"				\
-	--dir=%{buildroot}%{_datadir}/applications		\
-	%{SOURCE1}
+desktop-file-install \
+       --dir=%{buildroot}%{_datadir}/applications \
+       %{SOURCE1}
 
-# the icon stuff
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
 
-install -p -m 0644 pixmaps/%{name}_32x32.png	\
-	%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
+install -p -m 0644 pixmaps/%{name}_32x32.png \
+        %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 
 %find_lang %{name}
 
@@ -82,17 +90,27 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_bindir}/%{name}
 %{_bindir}/%{name}-rcon
 %{_datadir}/pixmaps/%{name}_*.png
-%{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/%{name}
 %{_mandir}/man6/%{name}.6.*
 
 
 %changelog
-* Sun Jun 07 2009 Stefan Posdzich <cheekyboinc at foresightlinux.org> - 1.0.5-6
+* Thu Nov 08 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 1.0.5-9
+- Fix RHBZ #533704 #533705
+- Cosmetical changes
+
+* Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Sun Jun 07 2009 Stefan Posdzich <cheekyboinc at foresightlinux.org> - 1.0.5-7
 - Added new icon cache scriptlets
 - Fixed "Bug 503695 - Xqf freezes with 100% CPU"
 
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Tue Jul 08 2008 Stefan Posdzich <cheekyboinc at foresightlinux.org> - 1.0.5-5
 - Remove BuildRequires: glibc-devel
 




More information about the scm-commits mailing list