diff --git a/hplip.spec b/hplip.spec index 66d306d..a90b827 100644 --- a/hplip.spec +++ b/hplip.spec @@ -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 +- 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).