[gnome-chess] Fix filelists

Richard Hughes rhughes at fedoraproject.org
Mon Feb 17 09:28:14 UTC 2014


commit f6ff6526034b2da3b3249258ac45c3a65a910526
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Feb 17 09:28:54 2014 +0000

    Fix filelists

 gnome-chess.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-chess.spec b/gnome-chess.spec
index 5c70938..94e3bf2 100644
--- a/gnome-chess.spec
+++ b/gnome-chess.spec
@@ -38,7 +38,7 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/glchess.desktop
+desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 
 %find_lang %{name} --with-gnome
 
@@ -61,11 +61,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %files -f %{name}.lang
-%config(noreplace) %{_sysconfdir}/chess-engines.conf
+%config(noreplace) %{_sysconfdir}/gnome-chess/engines.conf
 %doc COPYING
 %{_bindir}/gnome-chess
 %{_datadir}/appdata/
-%{_datadir}/applications/glchess.desktop
+%{_datadir}/applications/*.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.gnome-chess.gschema.xml
 %{_datadir}/gnome-chess
 %{_datadir}/icons/hicolor/*/apps/gnome-chess.*


More information about the scm-commits mailing list