packages: cups/cups.spec - fixed building with systemd

baggins baggins at pld-linux.org
Sun Feb 5 21:46:03 CET 2012


Author: baggins                      Date: Sun Feb  5 20:46:03 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed building with systemd

---- Files affected:
packages/cups:
   cups.spec (1.321 -> 1.322) 

---- Diffs:

================================================================
Index: packages/cups/cups.spec
diff -u packages/cups/cups.spec:1.321 packages/cups/cups.spec:1.322
--- packages/cups/cups.spec:1.321	Sun Feb  5 21:25:35 2012
+++ packages/cups/cups.spec	Sun Feb  5 21:45:58 2012
@@ -76,6 +76,7 @@
 BuildRequires:	pkgconfig
 BuildRequires:	rpm-perlprov
 BuildRequires:	rpmbuild(macros) >= 1.641
+BuildRequires:	systemd-devel
 Requires(post,preun):	/sbin/chkconfig
 Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
 Requires:	openssl-tools
@@ -369,7 +370,8 @@
 	%{?with_dnssd:--with-dnssd-includes=x} \
 	%{?with_perl:--with-perl=%{_bindir}/perl} \
 	%{?with_php:--with-php=%{_bindir}/php} \
-	%{?with_python:--with-python=%{_bindir}/python}
+	%{?with_python:--with-python=%{_bindir}/python} \
+	--with-systemdsystemunitdir=%{systemdunitdir}
 
 %{__make} %{?debug:OPTIONS="-DDEBUG"}
 
@@ -512,6 +514,8 @@
 /etc/dbus-1/system.d/cups.conf
 /etc/modprobe.d/cups.conf
 %{systemdunitdir}/cups.service
+%{systemdunitdir}/cups.socket
+%{systemdunitdir}/cups.path
 %{systemdtmpfilesdir}/%{name}.conf
 %attr(600,root,lp) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/classes.conf
 %attr(640,root,lp) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/cupsd.conf
@@ -774,6 +778,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.322  2012/02/05 20:45:58  baggins
+- fixed building with systemd
+
 Revision 1.321  2012/02/05 20:25:35  baggins
 - proper tarball
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cups/cups.spec?r1=1.321&r2=1.322&f=u



More information about the pld-cvs-commit mailing list