rpms/cups/devel cups.spec,1.436,1.437

Tim Waugh twaugh at fedoraproject.org
Wed Sep 3 16:43:43 UTC 2008


Author: twaugh

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

Modified Files:
	cups.spec 
Log Message:
* Wed Sep  3 2008 Tim Waugh <twaugh at redhat.com>
- New php sub-package (bug #428235).



Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.436
retrieving revision 1.437
diff -u -r1.436 -r1.437
--- cups.spec	3 Sep 2008 14:58:27 -0000	1.436
+++ cups.spec	3 Sep 2008 16:43:13 -0000	1.437
@@ -123,6 +123,12 @@
 Requires: %{name} = %{epoch}:%{version}-%{release}
 Requires: xinetd
 
+%package php
+Summary: Common Unix Printing System - php module
+Group: Development/Languages
+Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: php-common
+
 %description
 The Common UNIX Printing System provides a portable printing layer for 
 UNIX® operating systems. It has been developed by Easy Software Products 
@@ -147,6 +153,11 @@
 UNIX® operating systems. This is the package that provices standard 
 lpd emulation.
 
+%description php
+The Common UNIX Printing System provides a portable printing layer for
+UNIX® operating systems. This is the package that provices a PHP
+module. 
+
 %prep
 %setup -q -n %{name}-%{version}%{?svn:svn-r%{svn}}
 %patch1 -p1 -b .no-gzip-man
@@ -441,7 +452,6 @@
 %{_datadir}/pixmaps/cupsprinter.png
 %{_sysconfdir}/cron.daily/cups
 %{_sysconfdir}/dbus-1/system.d/cups.conf
-%{_libdir}/php/modules/*.so
 
 %files libs
 %defattr(-,root,root)
@@ -460,8 +470,13 @@
 %dir %{cups_serverbin}/daemon
 %{cups_serverbin}/daemon/cups-lpd
 
+%files php
+%defattr(-,root,root)
+%{_libdir}/php/modules/*.so
+
 %changelog
 * Wed Sep  3 2008 Tim Waugh <twaugh at redhat.com>
+- New php sub-package (bug #428235).
 - cups-polld: reinit the resolver if we haven't yet resolved the
   hostname (bug #354071).
 




More information about the fedora-extras-commits mailing list