- Don't ship fax PPD and backend twice (bug #236092).

- Resolves: rhbz#236092
This commit is contained in:
Tim Waugh 2007-04-13 12:00:40 +00:00
parent e1a3605aa0
commit 5ffd0e34a6

View File

@ -154,6 +154,8 @@ rm -f %{buildroot}%{_datadir}/hplip/data/hplip.desktop
rm -f %{buildroot}%{_datadir}/hplip/hplip-install
rm -rf %{buildroot}%{_datadir}/hplip/install*
rm -f %{buildroot}%{_datadir}/hplip/hpaio.desc
rm -rf %{buildroot}%{_datadir}/hplip/fax/ppd
rm -rf %{buildroot}%{_datadir}/hplip/fax/backend
%clean
rm -rf %{buildroot}
@ -254,6 +256,7 @@ exit 0
%changelog
* Fri Apr 13 2007 Tim Waugh <twaugh@redhat.com>
- Don't ship fax PPD and backend twice (bug #236092).
- Run update-desktop-database in the gui package's %%post scriptlet
(bug #236163).
- Moved desktop-file-utils requirement to gui package (bug #236163).