- Don't package COPYING twice (bug #189162).

This commit is contained in:
Tim Waugh 2006-04-19 09:18:55 +00:00
parent d981b15bcb
commit 2b71442bf2

View File

@ -126,6 +126,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d
mv %{buildroot}%{_sysconfdir}/{init.d,rc.d/init.d}/hplip mv %{buildroot}%{_sysconfdir}/{init.d,rc.d/init.d}/hplip
# Remove files we don't want to package. # Remove files we don't want to package.
rm -f %{buildroot}%{_datadir}/hplip/COPYING
rm -f %{buildroot}%{_datadir}/hplip/hplip rm -f %{buildroot}%{_datadir}/hplip/hplip
rm -f %{buildroot}%{_datadir}/hplip/hplip.conf rm -f %{buildroot}%{_datadir}/hplip/hplip.conf
rm -f %{buildroot}%{_datadir}/hplip/hplip_overview.png rm -f %{buildroot}%{_datadir}/hplip/hplip_overview.png
@ -182,6 +183,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
fi fi
%changelog %changelog
* Wed Apr 19 2006 Tim Waugh <twaugh@redhat.com>
- Don't package COPYING twice (bug #189162).
* Tue Apr 18 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-5 * Tue Apr 18 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-5
- Patchlevel 1. - Patchlevel 1.
- Fixed another case-sensitive match. - Fixed another case-sensitive match.