rpms/gnome-games/devel gnome-games.spec,1.180,1.181

Colin Walters (walters) fedora-extras-commits at redhat.com
Fri Aug 8 19:18:43 UTC 2008


Author: walters

Update of /cvs/pkgs/rpms/gnome-games/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7171

Modified Files:
	gnome-games.spec 
Log Message:
* Fri Aug  8 2008 Colin Walters <walters at redhat.com> - 1:2.23.6-2
- Split out -help into separate package for size reasons



Index: gnome-games.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-games/devel/gnome-games.spec,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- gnome-games.spec	5 Aug 2008 16:08:40 -0000	1.180
+++ gnome-games.spec	8 Aug 2008 19:18:13 -0000	1.181
@@ -44,7 +44,7 @@
 Summary: GNOME games
 Name: gnome-games
 Version: 2.23.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: Amusements/Games
@@ -113,6 +113,14 @@
 The gnome-games package includes some small games that come with the
 GNOME desktop environment but can be used under any desktop.
 
+%package help
+Group: Applications/Productivity
+Summary: Help files for %{name}
+Requires: %{name} = %{epoch}:%{version}-%{release}
+
+%description help
+This package contains user documentation for %{name}. 
+
 %prep
 %setup -q
 # rebrand gnometris as some think the name is to similar to a trademark
@@ -176,6 +184,8 @@
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/ggz.modules
 
 %find_lang %{gettext_package} --all-name --with-gnome
+grep "/usr/share/locale" %{gettext_package}.lang > translations.lang
+grep -v "/usr/share/locale" %{gettext_package}.lang > help.lang
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -266,7 +276,7 @@
   /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
 fi
 
-%files -f %{gettext_package}.lang
+%files -f translations.lang
 %defattr(-, root, root)
 %doc AUTHORS COPYING README
 %{_datadir}/applications/*
@@ -333,8 +343,14 @@
 %attr(2551, root, games) %{_bindir}/glines
 %attr(2551, root, games) %{_bindir}/iagno
 
+%files help -f help.lang
+%defattr(-, root, root)
+%{_datadir}/omf/*
 
 %changelog
+* Fri Aug  8 2008 Colin Walters <walters at redhat.com> - 1:2.23.6-2
+- Split out -help into separate package for size reasons
+
 * Tue Aug  5 2008 Matthias Clasen <mclasen at redhat.com> - 1:2.23.6-1
 - Update to 2.23.6
 




More information about the fedora-extras-commits mailing list