- Added COPYING to common sub-package.

This commit is contained in:
Jiří Popelka 2010-07-12 12:29:41 +00:00
parent ec0e047bc0
commit 9b71bdd211

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project Summary: HP Linux Imaging and Printing Project
Name: hplip Name: hplip
Version: 3.10.5 Version: 3.10.5
Release: 6%{?dist} Release: 7%{?dist}
License: GPLv2+ and MIT License: GPLv2+ and MIT
Group: System Environment/Daemons Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132 Conflicts: system-config-printer < 0.6.132
@ -377,6 +377,7 @@ rm -rf %{buildroot}
%files common %files common
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYING
%{_sysconfdir}/udev/rules.d/* %{_sysconfdir}/udev/rules.d/*
%dir %{_sysconfdir}/hp %dir %{_sysconfdir}/hp
%config(noreplace) %{_sysconfdir}/hp/hplip.conf %config(noreplace) %{_sysconfdir}/hp/hplip.conf
@ -443,6 +444,9 @@ fi
%{_bindir}/hpcups-update-ppds &>/dev/null ||: %{_bindir}/hpcups-update-ppds &>/dev/null ||:
%changelog %changelog
* Mon Jun 24 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.5-7
- Added COPYING to common sub-package.
* Mon Jun 24 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.5-6 * Mon Jun 24 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.5-6
- Main package requires explicit version of hplip-libs. - Main package requires explicit version of hplip-libs.