rpms/freedink/devel .cvsignore, 1.2, 1.3 freedink.spec, 1.2, 1.3 sources, 1.2, 1.3

Sylvain Beucler beuc at fedoraproject.org
Fri Jan 9 21:59:48 UTC 2009


Author: beuc

Update of /cvs/pkgs/rpms/freedink/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13572

Modified Files:
	.cvsignore freedink.spec sources 
Log Message:
Update to 1.08.20090109


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/freedink/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	30 Sep 2008 18:19:51 -0000	1.2
+++ .cvsignore	9 Jan 2009 21:59:17 -0000	1.3
@@ -1 +1 @@
-freedink-1.08.20080920.tar.gz
+freedink-1.08.20090109.tar.gz


Index: freedink.spec
===================================================================
RCS file: /cvs/pkgs/rpms/freedink/devel/freedink.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- freedink.spec	5 Oct 2008 16:52:37 -0000	1.2
+++ freedink.spec	9 Jan 2009 21:59:17 -0000	1.3
@@ -1,11 +1,15 @@
 Name:		freedink
-Version:	1.08.20080920
-Release:	4%{?dist}
+Version:	1.08.20090109
+Release:	1%{?dist}
 Summary:	Adventure and role-playing game
 
 Group:		Amusements/Games
-BuildRequires:	SDL-devel SDL_gfx-devel SDL_ttf-devel SDL_image-devel SDL_mixer-devel fontconfig-devel
+BuildRequires:	SDL-devel SDL_gfx-devel SDL_ttf-devel SDL_image-devel SDL_mixer-devel
+BuildRequires:  fontconfig-devel libffi-devel
 BuildRequires:  desktop-file-utils
+%if 0%{?suse_version}
+BuildRequires:  update-desktop-files
+%endif
 License:	GPLv3+
 URL:		http://www.freedink.org/
 Source0:	ftp://ftp.gnu.org/gnu/freedink/freedink-%{version}.tar.gz
@@ -31,15 +35,13 @@
 %package engine
 Summary:	Adventure and role-playing game (engine)
 Group:		Amusements/Games
-Requires:	freedink-data
+Requires:	freedink-data liberation-fonts
 # TiMidity++ is useful to play midis when /dev/sequencer isn't
 # functional (most of the case) and installing it prevents some
 # SDL_mixer freezes (see TROUBLESHOOTING).  In Fedora this is done
 # through SDL_mixer dependencies.
-%if 0%{?fedora} >= 10
-# See 'install' for explanation
-# and http://fedoraproject.org/wiki/Packaging/DistTag for '{fedora}'
-Requires: liberation-fonts
+%if 0%{?suse_version}
+Requires: timidity
 %endif
 
 %description engine
@@ -67,15 +69,21 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+%find_lang %{name}
+%find_lang %{name}-gnulib
+# %files only support one '-f' argument (see below)
+cat %{name}-gnulib.lang >> %{name}.lang
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}edit.desktop
-%if 0%{?fedora} >= 10
+%if 0%{?suse_version}
+%suse_update_desktop_file -i %name
+%suse_update_desktop_file -i %{name}edit
+%endif
 # http://fedoraproject.org/wiki/Packaging/Guidelines#Avoid_bundling_of_fonts_in_other_packages
 # Policy insists on not installing a different version of "Liberation
 # Sans". Beware that the system version may be different than the
 # official FreeDink font, because Liberation changes regularly.
 rm $RPM_BUILD_ROOT%{_datadir}/%{name}/LiberationSans-Regular.ttf
-%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -84,7 +92,7 @@
 %files
 %defattr(-,root,root,-)
 
-%files engine
+%files engine -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README THANKS TROUBLESHOOTING ChangeLog
 %{_bindir}/*
@@ -95,6 +103,10 @@
 
 
 %changelog
+* Wed Jan  9 2009 Sylvain Beucler <beuc at beuc.net> - 1.08.20090109-1
+- New upstream release
+- Declare .mo translation catalogs
+
 * Sun Oct  5 2008 Sylvain Beucler <beuc at beuc.net> - 1.08.20080920-4
 - Use liberation-fonts in all distro versions
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/freedink/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	30 Sep 2008 18:19:51 -0000	1.2
+++ sources	9 Jan 2009 21:59:17 -0000	1.3
@@ -1 +1 @@
-0e7a2a5af1c2e3498c7179e6cad02de9  freedink-1.08.20080920.tar.gz
+2f9854aec73f4ea7b47bceb0757c3be8  freedink-1.08.20090109.tar.gz




More information about the scm-commits mailing list