2.0.0
This commit is contained in:
parent
cdaa46736b
commit
a8ab7d63bf
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@ cups-1.4.4-source.tar.bz2
|
|||||||
/cups-1.7.4-source.tar.bz2
|
/cups-1.7.4-source.tar.bz2
|
||||||
/cups-1.7.5-source.tar.bz2
|
/cups-1.7.5-source.tar.bz2
|
||||||
/cups-2.0rc1-source.tar.bz2
|
/cups-2.0rc1-source.tar.bz2
|
||||||
|
/cups-2.0.0-source.tar.bz2
|
||||||
|
Binary file not shown.
BIN
cups-2.0.0-source.tar.bz2.sig
Normal file
BIN
cups-2.0.0-source.tar.bz2.sig
Normal file
Binary file not shown.
20
cups.spec
20
cups.spec
@ -7,19 +7,14 @@
|
|||||||
# but we use lib for compatibility with 3rd party drivers (at upstream request).
|
# but we use lib for compatibility with 3rd party drivers (at upstream request).
|
||||||
%global cups_serverbin %{_exec_prefix}/lib/cups
|
%global cups_serverbin %{_exec_prefix}/lib/cups
|
||||||
|
|
||||||
%global prever rc1
|
|
||||||
|
|
||||||
#%%global VERSION %%{version}
|
|
||||||
%global VERSION %{version}%{prever}
|
|
||||||
|
|
||||||
Summary: CUPS printing system
|
Summary: CUPS printing system
|
||||||
Name: cups
|
Name: cups
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.0
|
Version: 2.0.0
|
||||||
Release: 0.1.%{prever}%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Url: http://www.cups.org/
|
Url: http://www.cups.org/
|
||||||
Source: http://www.cups.org/software/%{VERSION}/cups-%{VERSION}-source.tar.bz2
|
Source: http://www.cups.org/software/%{version}/cups-%{version}-source.tar.bz2
|
||||||
# Pixmap for desktop file
|
# Pixmap for desktop file
|
||||||
Source2: cupsprinter.png
|
Source2: cupsprinter.png
|
||||||
# socket unit for cups-lpd service
|
# socket unit for cups-lpd service
|
||||||
@ -191,7 +186,7 @@ lpd emulation.
|
|||||||
Sends IPP requests to the specified URI and tests and/or displays the results.
|
Sends IPP requests to the specified URI and tests and/or displays the results.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n cups-%{VERSION}
|
%setup -q
|
||||||
|
|
||||||
# Don't gzip man pages in the Makefile, let rpmbuild do it.
|
# Don't gzip man pages in the Makefile, let rpmbuild do it.
|
||||||
%patch1 -p1 -b .no-gzip-man
|
%patch1 -p1 -b .no-gzip-man
|
||||||
@ -539,11 +534,13 @@ rm -f %{cups_serverbin}/backend/smb
|
|||||||
%config(noreplace) %{_sysconfdir}/pam.d/cups
|
%config(noreplace) %{_sysconfdir}/pam.d/cups
|
||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/cups
|
%config(noreplace) %{_sysconfdir}/logrotate.d/cups
|
||||||
%dir %{_datadir}/%{name}/www
|
%dir %{_datadir}/%{name}/www
|
||||||
|
%dir %{_datadir}/%{name}/www/es
|
||||||
%{_datadir}/%{name}/www/images
|
%{_datadir}/%{name}/www/images
|
||||||
%{_datadir}/%{name}/www/*.css
|
%{_datadir}/%{name}/www/*.css
|
||||||
%doc %{_datadir}/%{name}/www/index.html
|
%doc %{_datadir}/%{name}/www/index.html
|
||||||
%doc %{_datadir}/%{name}/www/help
|
%doc %{_datadir}/%{name}/www/help
|
||||||
%doc %{_datadir}/%{name}/www/robots.txt
|
%doc %{_datadir}/%{name}/www/robots.txt
|
||||||
|
%doc %{_datadir}/%{name}/www/es/index.html
|
||||||
%doc %{_datadir}/%{name}/www/apple-touch-icon.png
|
%doc %{_datadir}/%{name}/www/apple-touch-icon.png
|
||||||
%dir %{_datadir}/%{name}/usb
|
%dir %{_datadir}/%{name}/usb
|
||||||
%{_datadir}/%{name}/usb/org.cups.usb-quirks
|
%{_datadir}/%{name}/usb/org.cups.usb-quirks
|
||||||
@ -578,7 +575,9 @@ rm -f %{cups_serverbin}/backend/smb
|
|||||||
# client subpackage
|
# client subpackage
|
||||||
%exclude %{_sbindir}/lpc.cups
|
%exclude %{_sbindir}/lpc.cups
|
||||||
%dir %{_datadir}/cups/templates
|
%dir %{_datadir}/cups/templates
|
||||||
|
%dir %{_datadir}/cups/templates/es
|
||||||
%{_datadir}/cups/templates/*.tmpl
|
%{_datadir}/cups/templates/*.tmpl
|
||||||
|
%{_datadir}/cups/templates/es/*.tmpl
|
||||||
%dir %attr(1770,root,lp) %{_localstatedir}/spool/cups/tmp
|
%dir %attr(1770,root,lp) %{_localstatedir}/spool/cups/tmp
|
||||||
%dir %attr(0710,root,lp) %{_localstatedir}/spool/cups
|
%dir %attr(0710,root,lp) %{_localstatedir}/spool/cups
|
||||||
%dir %attr(0755,lp,sys) %{_localstatedir}/log/cups
|
%dir %attr(0755,lp,sys) %{_localstatedir}/log/cups
|
||||||
@ -640,6 +639,9 @@ rm -f %{cups_serverbin}/backend/smb
|
|||||||
%{_mandir}/man5/ipptoolfile.5.gz
|
%{_mandir}/man5/ipptoolfile.5.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 01 2014 Jiri Popelka <jpopelka@redhat.com> - 1:2.0.0-1
|
||||||
|
- 2.0.0
|
||||||
|
|
||||||
* Fri Sep 12 2014 Jiri Popelka <jpopelka@redhat.com> - 1:2.0-0.1.rc1
|
* Fri Sep 12 2014 Jiri Popelka <jpopelka@redhat.com> - 1:2.0-0.1.rc1
|
||||||
- 2.0rc1
|
- 2.0rc1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user