rpms/pokerth/F-11 pokerth.spec,1.1,1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Sun Jun 21 10:31:30 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/pokerth/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7758/F-11

Modified Files:
	pokerth.spec 
Log Message:
Fix BZ #507131.


Index: pokerth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pokerth/F-11/pokerth.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pokerth.spec	15 Jun 2009 07:10:07 -0000	1.1
+++ pokerth.spec	21 Jun 2009 10:30:59 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		pokerth
 Version:	0.7
-Release:	3%{?dist}
+Release:	5%{?dist}
 Summary:	A Texas-Holdem poker game
 Group:		Amusements/Games
 License:	GPLv2+
@@ -17,7 +17,7 @@ BuildRequires:	boost-devel >= 1.37
 BuildRequires:	SDL_mixer-devel
 
 # Removed bundled fonts
-Requires:	bitstream-vera-sans-fonts
+Requires:	dejavu-sans-fonts
 Requires:	urw-fonts
 
 %description
@@ -55,7 +55,7 @@ rm %{buildroot}%{_datadir}/%{name}/data/
 # and replace them with symlinks
 ln -s %{_datadir}/fonts/default/Type1/c059013l.pfb %{buildroot}%{_datadir}/%{name}/data/fonts/
 ln -s %{_datadir}/fonts/default/Type1/n019003l.pfb %{buildroot}%{_datadir}/%{name}/data/fonts/
-ln -s %{_datadir}/fonts/bitstream-vera/VeraBd.ttf %{buildroot}%{_datadir}/%{name}/data/fonts/
+ln -s %{_datadir}/fonts/dejavu/DejaVuSans-Bold.ttf %{buildroot}%{_datadir}/%{name}/data/fonts/VeraBd.ttf
 
 # Install desktop file
 desktop-file-install --remove-category="Qt" --dir=%{buildroot}%{_datadir}/applications %{name}.desktop 
@@ -74,6 +74,12 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Jun 21 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.7-5
+- Use bold style instead of book style.
+
+* Sun Jun 21 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.7-4
+- Fix BZ #507131.
+
 * Sun Jun 14 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.7-3
 - Removed BR: asio-devel.
 - Changed BR on boost to >= 1.37.




More information about the fedora-extras-commits mailing list