rpms/seahorse-adventures/devel seahorse-adventures.spec,1.2,1.3

Hans de Goede jwrdegoede at fedoraproject.org
Sat Dec 27 14:48:34 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/seahorse-adventures/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21991

Modified Files:
	seahorse-adventures.spec 
Log Message:
* Sat Dec 27 2008 Hans de Goede <hdegoede at redhat.com> 1.0-3
- Replace included vera font copies with symlinks to dejavu (rh 477456)



Index: seahorse-adventures.spec
===================================================================
RCS file: /cvs/extras/rpms/seahorse-adventures/devel/seahorse-adventures.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- seahorse-adventures.spec	15 Aug 2007 09:46:41 -0000	1.2
+++ seahorse-adventures.spec	27 Dec 2008 14:48:04 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           seahorse-adventures
 Version:        1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Help barbie the seahorse float on bubbles to the moon
 Group:          Amusements/Games
 License:        GPL+
@@ -12,7 +12,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  desktop-file-utils
 BuildArch:      noarch
-Requires:       hicolor-icon-theme pygame
+Requires:       hicolor-icon-theme pygame dejavu-fonts-sans
 
 %description
 Help barbie the seahorse float on bubbles to the moon. This is a retro-side
@@ -24,6 +24,7 @@
 %setup -q -n barbie-%{version}
 %patch0 -p1 -b .ln
 cp %{SOURCE2} .
+rm data/themes/*/Vera.ttf
 
 
 %build
@@ -36,6 +37,11 @@
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
 cp -a data lib leveledit.py run_game.py tileedit.py \
   $RPM_BUILD_ROOT%{_datadir}/%{name}
+ln -s ../../../../fonts/dejavu/DejaVuSans.ttf \
+  $RPM_BUILD_ROOT%{_datadir}/%{name}/data/themes/default/Vera.ttf
+ln -s ../../../../fonts/dejavu/DejaVuSans.ttf \
+  $RPM_BUILD_ROOT%{_datadir}/%{name}/data/themes/gray/Vera.ttf
+
 chmod +x $RPM_BUILD_ROOT%{_datadir}/%{name}/run_game.py
 ln -s ../share/%{name}/run_game.py $RPM_BUILD_ROOT%{_bindir}/%{name}
 
@@ -76,6 +82,9 @@
 
 
 %changelog
+* Sat Dec 27 2008 Hans de Goede <hdegoede at redhat.com> 1.0-3
+- Replace included vera font copies with symlinks to dejavu (rh 477456)
+
 * Wed Aug 15 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0-2
 - Update License tag for new Licensing Guidelines compliance
 




More information about the fedora-extras-commits mailing list