From 5ffd0e34a69b5fcd7e9756c20084d9181eda7976 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 13 Apr 2007 12:00:40 +0000 Subject: [PATCH] - Don't ship fax PPD and backend twice (bug #236092). - Resolves: rhbz#236092 --- hplip.spec | 3 +++ 1 file changed, 3 insertions(+) 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).