rpms/childsplay/devel childsplay.spec,1.15,1.16

Johan Cwiklinski trasher at fedoraproject.org
Mon Mar 30 07:01:32 UTC 2009


Author: trasher

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

Modified Files:
	childsplay.spec 
Log Message:
Remove byndled font and symlink to system one (bz #477372)



Index: childsplay.spec
===================================================================
RCS file: /cvs/extras/rpms/childsplay/devel/childsplay.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- childsplay.spec	29 Mar 2009 18:23:38 -0000	1.15
+++ childsplay.spec	30 Mar 2009 07:01:02 -0000	1.16
@@ -3,7 +3,7 @@
 
 Name:           childsplay
 Version:        1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Suite of educational games for young children
 Group:          Amusements/Games
 License:        GPLv3
@@ -25,6 +25,7 @@
 Requires:       python-sqlalchemy
 Requires:       hicolor-icon-theme
 Requires:       pyfribidi
+Requires:       dejavu-fonts-experimental
 
 Provides:       childsplay_sp = %{version}-%{release}
 Provides:       childsplay_plugins = %{version}-%{release}
@@ -156,6 +157,11 @@
 install -p -m 644 lib/SPData/menu/default/logo_cp_64x64.png \
   $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
 
+#Remove provided font and symlint system one
+rm $RPM_BUILD_ROOT%{_datadir}/%{realname}/SPData/DejaVuSansCondensed-Bold.ttf
+rm $RPM_BUILD_ROOT%{_datadir}/%{realname}/SPData/DejaVu-ttf.copyright
+ln -s ../../fonts/dejavu/DejaVuSansCondensed-Bold.ttf $RPM_BUILD_ROOT%{_datadir}/%{realname}/SPData/DejaVuSansCondensed-Bold.ttf
+
 #Alphabet sounds
 for sounds in ca de es fr it nl ru
 do
@@ -257,6 +263,9 @@
 
 
 %changelog
+* Mon Mar 30 2009 Johan Cwiklinski <johan AT x-tnd DOT be> 1.1-3
+- Symlink to system font (BZ #477372)
+
 * Sun Mar 29 2009 Johan Cwiklinski <johan AT x-tnd DOT be> 1.1-2
 - Versions for Obsoletes and Provides were inverted
 




More information about the fedora-extras-commits mailing list