From 765018ec6c9527e318a8b11862bbdfd54fe3a321 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 3 Sep 2008 16:43:13 +0000 Subject: [PATCH] - New php sub-package (bug #428235). --- cups.spec | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/cups.spec b/cups.spec index 6397e32..68eba1d 100644 --- a/cups.spec +++ b/cups.spec @@ -123,6 +123,12 @@ Group: System Environment/Daemons 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 @@ The Common UNIX Printing System provides a portable printing layer for 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 @@ rm -rf $RPM_BUILD_ROOT %{_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 @@ rm -rf $RPM_BUILD_ROOT %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 +- New php sub-package (bug #428235). - cups-polld: reinit the resolver if we haven't yet resolved the hostname (bug #354071).