[gnome-music] Fix handling of the help files

Mathieu Bridon bochecha at fedoraproject.org
Wed Mar 5 14:29:06 UTC 2014


commit e76f62d9a7af5b34b6fbfa1873e6a086057227b6
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Wed Mar 5 22:28:47 2014 +0800

    Fix handling of the help files

 gnome-music.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gnome-music.spec b/gnome-music.spec
index 15f359d..68fcb11 100644
--- a/gnome-music.spec
+++ b/gnome-music.spec
@@ -1,7 +1,7 @@
 Name:          gnome-music
 Summary:       Music player and management application for GNOME
 Version:       3.11.91
-Release:       1%{?dist}
+Release:       2%{?dist}
 
 # The sources are under the GPLv2+ license, except for:
 # - the bundled libgd which is LGPLv2+,
@@ -60,7 +60,7 @@ make install DESTDIR=%{buildroot} INSTALL="/usr/bin/install -p"
 
 find %{buildroot} -name '*.la' -exec rm -f '{}' \;
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
@@ -89,13 +89,13 @@ fi
 %{_datadir}/glib-2.0/schemas/org.gnome.Music.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_libdir}/%{name}
-%{_datadir}/help/*/gnome-music/figures/*.png
-%{_datadir}/help/*/gnome-music/*.page
-%{_datadir}/help/*/gnome-music/*.xml
 %{python3_sitelib}/gnomemusic
 
 
 %changelog
+* Wed Mar 05 2014 Mathieu Bridon <bochecha at fedoraproject.org> - 3.11.91-2
+- Fix handling of the help files.
+
 * Tue Mar 04 2014 Richard Hughes <rhughes at redhat.com> - 3.11.91-1
 - Update to 3.11.91
 


More information about the scm-commits mailing list