rpms/wormux/devel wormux.spec,1.14,1.15

Michael Thomas wart at fedoraproject.org
Wed Dec 24 23:25:22 UTC 2008


Author: wart

Update of /cvs/extras/rpms/wormux/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27444

Modified Files:
	wormux.spec 
Log Message:
- Add coreutils requirement for rpm post scripts
- Replace bundled font with a symlink to an identical system font (BZ #477484)




Index: wormux.spec
===================================================================
RCS file: /cvs/extras/rpms/wormux/devel/wormux.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- wormux.spec	8 Nov 2008 00:06:59 -0000	1.14
+++ wormux.spec	24 Dec 2008 23:24:51 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           wormux
 Version:        0.8.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        2D convivial mass murder game
 
 Group:          Amusements/Games
@@ -12,7 +12,9 @@
 BuildRequires:  SDL_image-devel SDL_gfx-devel SDL_mixer-devel
 BuildRequires:  SDL_ttf-devel SDL_net-devel curl-devel libpng-devel
 BuildRequires:  gettext libxml++-devel desktop-file-utils
-Requires:       wormux-data
+Requires:       wormux-data dejavu-fonts
+Requires(post): coreutils
+Requires(postun): coreutils
 
 %description
 Battle your favorite free software mascots in the Wormux arena.  With big
@@ -54,6 +56,9 @@
 install -d $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/apps/
 install -p -m 644 data/%{name}_32x32.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 
+rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/font/DejaVuSans.ttf
+ln -s %{_datadir}/fonts/dejavu/DejaVuSans.ttf $RPM_BUILD_ROOT%{_datadir}/%{name}/font/DejaVuSans.ttf
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -84,6 +89,10 @@
 %{_datadir}/%{name}
 
 %changelog
+* Wed Dec 24 2008 Wart <wart at kobold.org> 0.8.2-2
+- Add coreutils requirement for rpm post scripts
+- Replace bundled font with a symlink to an identical system font (BZ #477484)
+
 * Fri Nov 7 2008 Wart <wart at kobold.org> 0.8.2-1
 - Update to 0.8.2
 




More information about the fedora-extras-commits mailing list