1.2.7-8
This commit is contained in:
parent
f0fb619270
commit
6e8cd74b38
@ -6,7 +6,7 @@
|
|||||||
Summary: Common Unix Printing System
|
Summary: Common Unix Printing System
|
||||||
Name: cups
|
Name: cups
|
||||||
Version: 1.2.7
|
Version: 1.2.7
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
||||||
@ -275,6 +275,10 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/client.conf
|
|||||||
# This is %%ghost'ed, but needs to be created in %%install anyway.
|
# This is %%ghost'ed, but needs to be created in %%install anyway.
|
||||||
touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/lpoptions
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/lpoptions
|
||||||
|
|
||||||
|
# LSB 3.2 printer driver directories
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/ppd
|
||||||
|
ln -s ../../ppd $RPM_BUILD_ROOT%{_datadir}/cups/model/3-distribution
|
||||||
|
|
||||||
# Remove unshipped files.
|
# Remove unshipped files.
|
||||||
rm -rf $RPM_BUILD_ROOT%{_mandir}/cat? $RPM_BUILD_ROOT%{_mandir}/*/cat?
|
rm -rf $RPM_BUILD_ROOT%{_mandir}/cat? $RPM_BUILD_ROOT%{_mandir}/*/cat?
|
||||||
rm -f $RPM_BUILD_ROOT%{_datadir}/applications/cups.desktop
|
rm -f $RPM_BUILD_ROOT%{_datadir}/applications/cups.desktop
|
||||||
@ -434,7 +438,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{cups_serverbin}/daemon/cups-lpd
|
%{cups_serverbin}/daemon/cups-lpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 12 2007 Tim Waugh <twaugh@redhat.com>
|
* Tue Feb 13 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.7-8
|
||||||
- Removed logrotate config file and maxlogsize patch (bug #227369). Now
|
- Removed logrotate config file and maxlogsize patch (bug #227369). Now
|
||||||
CUPS is in charge of rotating its own logs, and defaults to doing so once
|
CUPS is in charge of rotating its own logs, and defaults to doing so once
|
||||||
they get to 1Mb in size.
|
they get to 1Mb in size.
|
||||||
|
Loading…
Reference in New Issue
Block a user