[gedit] Avoid listing the files in /usr/share/help/* twice

Kalev Lember kalev at fedoraproject.org
Thu May 24 16:53:40 UTC 2012


commit d4e8387605bec54ce22894ed89dd66aafb732a5c
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu May 24 19:48:19 2012 +0300

    Avoid listing the files in /usr/share/help/* twice
    
    With rpm 4.10, %find_lang --with-gnome properly includes the help files
    in /usr/share/help and we no longer have to do so manually.

 gedit.spec |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gedit.spec b/gedit.spec
index 29f7241..6c2e29c 100644
--- a/gedit.spec
+++ b/gedit.spec
@@ -180,7 +180,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
 %{_libdir}/gedit/plugins/time.plugin
 %{_libdir}/gedit/plugins/libtime.so
 %{_bindir}/*
-%{_datadir}/help/*
 %{_datadir}/GConf/gsettings
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.enums.xml


More information about the scm-commits mailing list