[ffgtk: 1/3] Fix BZ733934 Some cleanup of spec

Louis Lagendijk llagendijk at fedoraproject.org
Sat Sep 17 21:31:36 UTC 2011


commit 4fad25a061775bf40e2a54a46ef6643b4a7f666f
Author: Louis Lagendijk <louis at lagendijk.xs4all.nl>
Date:   Thu Sep 15 21:45:03 2011 +0200

    Fix BZ733934
    Some cleanup of spec

 ffgtk.spec |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/ffgtk.spec b/ffgtk.spec
index 9bf9ac1..17d9bbd 100644
--- a/ffgtk.spec
+++ b/ffgtk.spec
@@ -64,9 +64,11 @@ install -m644 %{SOURCE2} ./README.Fedora
 make %{?_smp_mflags} 
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 
+# remove ubunto icons
+rm -rf %{buildroot}/%{_datarootdir}/icons/ubuntu*
+
 # Install ppd file for cups
 
 mkdir -p %{buildroot}%{_datadir}/cups/model/
@@ -106,10 +108,6 @@ then
     fi
 fi
 
-
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %{_bindir}/ffgtk
@@ -157,8 +155,6 @@ rm -rf %{buildroot}
 %{_datarootdir}/ffgtk/notification-message-ffgtk-in.svg
 %{_datarootdir}/ffgtk/notification-message-ffgtk-out.svg
 %{_datarootdir}/icons/hicolor/scalable/apps/ffgtk.svg
-%{_datarootdir}/icons/ubuntu-mono-dark/scalable/apps/ffgtk.svg
-%{_datarootdir}/icons/ubuntu-mono-light/scalable/apps/ffgtk.svg
 %{_datarootdir}/pixmaps/ffgtk.png
 %{_mandir}/man1/ffgtk.1.gz
 %{_datadir}/cups/model/ffgtk-fax.ppd
@@ -177,6 +173,11 @@ rm -rf %{buildroot}
 %{_libdir}/ffgtk/plugins/lib_audio_gstreamer.so.0.0.0
 
 %changelog
+* Mon Aug 29 2011 Louis Lagendijk <louis.lagendijk at gmail.com> 0.7.94-6
+- removed clean section
+- remove ubuntu icons (fixes BZ 733934)
+- rebuild for dependencies on F16 and rawhide (libcamel and evolution)
+
 * Wed Aug 17 2011 Louis Lagendijk <louis.lagendijk at gmail.com> 0.7.94-6
 - rebuilt for evolution update
 


More information about the scm-commits mailing list