- New php sub-package (bug #428235).

This commit is contained in:
Tim Waugh 2008-09-03 16:43:13 +00:00
parent f841b4d203
commit 765018ec6c

View File

@ -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 <twaugh@redhat.com>
- New php sub-package (bug #428235).
- cups-polld: reinit the resolver if we haven't yet resolved the
hostname (bug #354071).