rpms/gtklp/devel gtklp.spec,1.8,1.9

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Mon Feb 25 21:28:59 UTC 2008


Author: gemi

Update of /cvs/pkgs/rpms/gtklp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20174

Modified Files:
	gtklp.spec 
Log Message:
raise maxprinters value



Index: gtklp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtklp/devel/gtklp.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gtklp.spec	19 Feb 2008 03:37:46 -0000	1.8
+++ gtklp.spec	25 Feb 2008 21:28:24 -0000	1.9
@@ -1,6 +1,6 @@
 Name:		gtklp
 Version:	1.2.5
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A GTK frontend to CUPS
 
 Group:		Applications/System
@@ -14,6 +14,8 @@
 BuildRequires:	gtk2-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:	gnutls-devel
+BuildRequires:  automake
+BuildRequires:  autoconf
 Requires:	cups
 
 
@@ -29,7 +31,7 @@
 
 
 %build
-%configure
+%configure -with-maxprinters=250
 make %{_smp_mflags}
 
 
@@ -55,7 +57,6 @@
 Icon=%{_datadir}/pixmaps/gtklp.png
 Terminal=false
 Type=Application
-Categories=GTK;GNOME;Application;
 Encoding=UTF-8
 StartupNotify=true
 X-Desktop-File-Install-Version=0.10
@@ -64,6 +65,7 @@
     --add-category X-Fedora \
     --add-category Application \
     --add-category GNOME \
+    --add-category GTK \
     --add-category System \
     --add-category Utility \
     --dir $RPM_BUILD_ROOT%{_datadir}/applications \
@@ -77,7 +79,6 @@
 Icon=%{_datadir}/pixmaps/gtklpq.png
 Terminal=false
 Type=Application
-Categories=GTK;GNOME;Application;
 Encoding=UTF-8
 StartupNotify=true
 X-Desktop-File-Install-Version=0.10
@@ -85,6 +86,7 @@
 desktop-file-install --vendor fedora \
     --add-category X-Fedora \
     --add-category Application \
+    --add-category GTK \
     --add-category GNOME \
     --add-category System \
     --add-category Utility \
@@ -106,6 +108,9 @@
 
 
 %changelog
+* Sat Feb 23 2008 Gerard Milmeister <gemi at bluewin.ch> - 1.2.5-3
+- raise maxprinters value
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.2.5-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list