- New php sub-package (bug #428235).
This commit is contained in:
parent
f841b4d203
commit
765018ec6c
17
cups.spec
17
cups.spec
@ -123,6 +123,12 @@ Group: System Environment/Daemons
|
|||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
Requires: xinetd
|
Requires: xinetd
|
||||||
|
|
||||||
|
%package php
|
||||||
|
Summary: Common Unix Printing System - php module
|
||||||
|
Group: Development/Languages
|
||||||
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
|
Requires: php-common
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Common UNIX Printing System provides a portable printing layer for
|
The Common UNIX Printing System provides a portable printing layer for
|
||||||
UNIX® operating systems. It has been developed by Easy Software Products
|
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
|
UNIX® operating systems. This is the package that provices standard
|
||||||
lpd emulation.
|
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
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{?svn:svn-r%{svn}}
|
%setup -q -n %{name}-%{version}%{?svn:svn-r%{svn}}
|
||||||
%patch1 -p1 -b .no-gzip-man
|
%patch1 -p1 -b .no-gzip-man
|
||||||
@ -441,7 +452,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pixmaps/cupsprinter.png
|
%{_datadir}/pixmaps/cupsprinter.png
|
||||||
%{_sysconfdir}/cron.daily/cups
|
%{_sysconfdir}/cron.daily/cups
|
||||||
%{_sysconfdir}/dbus-1/system.d/cups.conf
|
%{_sysconfdir}/dbus-1/system.d/cups.conf
|
||||||
%{_libdir}/php/modules/*.so
|
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -460,8 +470,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{cups_serverbin}/daemon
|
%dir %{cups_serverbin}/daemon
|
||||||
%{cups_serverbin}/daemon/cups-lpd
|
%{cups_serverbin}/daemon/cups-lpd
|
||||||
|
|
||||||
|
%files php
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/php/modules/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 3 2008 Tim Waugh <twaugh@redhat.com>
|
* 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
|
- cups-polld: reinit the resolver if we haven't yet resolved the
|
||||||
hostname (bug #354071).
|
hostname (bug #354071).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user