rpms/cups-pdf/EL-6 cups-pdf.spec,1.17,1.18

Remi Collet remi at fedoraproject.org
Fri May 21 17:14:57 UTC 2010


Author: remi

Update of /cvs/pkgs/rpms/cups-pdf/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10193

Modified Files:
	cups-pdf.spec 
Log Message:
spec cleanup


Index: cups-pdf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups-pdf/EL-6/cups-pdf.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- cups-pdf.spec	24 Jul 2009 19:49:13 -0000	1.17
+++ cups-pdf.spec	21 May 2010 17:14:57 -0000	1.18
@@ -1,16 +1,16 @@
 # Module SElinux
-%define semodule  cups_pdf
-%define seversion 2.4.7
+%global semodule  cups_pdf
+%global seversion 2.4.7
 
-%define usesel 0
+%global usesel 0
 %if 0%{?fedora} == 7
-%define usesel 1
+%global usesel 1
 %endif
 %if 0%{?fedora} == 8
-%define usesel 1
+%global usesel 1
 %endif
 %if 0%{?rhel} == 5
-%define usesel 1
+%global usesel 1
 %endif
 
 
@@ -18,7 +18,7 @@ Summary:        Extension for creating p
 Summary(fr):    Extension de CUPS pour créer des fichiers PDF
 Name:           cups-pdf
 Version:        2.5.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Group:          Applications/Publishing
 Source0:        http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/%{name}_%{version}.tar.gz
 Source1:        INSTALL.cups-pdf
@@ -38,19 +38,19 @@ BuildRequires:  selinux-policy-devel, ch
 
 # These are the defaults paths defined in config.h
 # CUPS-PDF spool directory
-%define CPSPOOL   %{_localstatedir}/spool/cups-pdf/SPOOL
+%global CPSPOOL   %{_localstatedir}/spool/cups-pdf/SPOOL
 
 # CUPS-PDF output directory
-%define CPOUT     %{_localstatedir}/spool/cups-pdf
+%global CPOUT     %{_localstatedir}/spool/cups-pdf
 
 # CUPS-PDF log directory
-%define CPLOG     %{_localstatedir}/log/cups
+%global CPLOG     %{_localstatedir}/log/cups
 
 # CUPS-PDF cups-pdf.conf config file
-%define ETCCUPS   %(cups-config --serverroot 2>/dev/null || echo %{_sysconfdir}/cups)
+%global ETCCUPS   %(cups-config --serverroot 2>/dev/null || echo %{_sysconfdir}/cups)
 
 # Additional path to backend directory
-%define CPBACKEND %(cups-config --serverbin  2>/dev/null || echo %{_libdir}/cups)/backend
+%global CPBACKEND %(cups-config --serverbin  2>/dev/null || echo %{_libdir}/cups)/backend
 
 
 %description
@@ -184,6 +184,9 @@ fi
 
 
 %changelog
+* Fri May 21 2010 Remi Collet <Fedora at FamilleCollet.com> 2.5.0-4
+- spec cleanup
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list