diff --git a/childsplay.desktop b/childsplay.desktop index a96fecb..b1710f7 100644 --- a/childsplay.desktop +++ b/childsplay.desktop @@ -1,11 +1,10 @@ [Desktop Entry] Encoding=UTF-8 Name=Childsplay -GenericName=Educational games for young children Comment=Educational and at the same time be fun to play Exec=childsplay Icon=childsplay.png Terminal=false StartupNotify=false Type=Application -Categories=Application;Game;KidsGame; +Categories=Education; diff --git a/childsplay.spec b/childsplay.spec index 9ef2162..54ab1b1 100644 --- a/childsplay.spec +++ b/childsplay.spec @@ -1,6 +1,6 @@ Name: childsplay Version: 0.85.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Suite of educational games for young children Group: Amusements/Games License: GPL @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: desktop-file-utils Requires: pygame, childsplay_plugins >= 0.85, hicolor-icon-theme +Requires: pyfribidi %description Childsplay is a suite of educational games for young children. It's written in @@ -74,7 +75,6 @@ cp -a man/* $RPM_BUILD_ROOT%{_mandir}/man6 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps @@ -93,15 +93,11 @@ rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %postun touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %files -f %{name}.lang @@ -116,6 +112,9 @@ fi %changelog +* Thu Jun 7 2007 Hans de Goede 0.85.1-2 +- Add pyfribidi Requires for Hebrew support + * Fri Dec 22 2006 Hans de Goede 0.85.1-1 - New upstream release 0.85.1