rpms/xplanet/devel xplanet.spec,1.19,1.20

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Mar 25 09:41:09 UTC 2009


Author: mtasaka

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

Modified Files:
	xplanet.spec 
Log Message:
* Wed Mar 25 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.2.0-7
- GNU FreeFont naming change



Index: xplanet.spec
===================================================================
RCS file: /cvs/extras/rpms/xplanet/devel/xplanet.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xplanet.spec	24 Feb 2009 06:20:00 -0000	1.19
+++ xplanet.spec	25 Mar 2009 09:40:39 -0000	1.20
@@ -1,7 +1,7 @@
 Summary:	Render a planetary image into an X window
 Name:		xplanet
 Version:	1.2.0
-Release:	6%{?dist}
+Release:	7%{?dist}
 
 License:	GPLv2
 Group:		Amusements/Graphics
@@ -20,7 +20,9 @@
 BuildRequires:	libtiff-devel
 BuildRequires:	netpbm-devel
 BuildRequires:	pango-devel
-Requires:	freefont
+%if 0%{?fedora} >= 11
+Requires:	gnu-free-mono-fonts
+%endif
 
 %description
 Xplanet is similar to Xearth, where an image of the earth is rendered
@@ -44,8 +46,10 @@
 rm -rf %{buildroot}
 CPPROG="cp -p" make DESTDIR=%{buildroot} install
 
-ln -sf ../fonts/freefont/FreeMonoBold.ttf \
+%if 0%{?fedora} >=11
+ln -sf ../fonts/gnu-free/FreeMonoBold.ttf \
 	%{buildroot}%{_datadir}/%{name}/FreeMonoBold.ttf
+%endif
 
 %clean
 rm -rf %{buildroot}
@@ -58,6 +62,9 @@
 %{_datadir}/xplanet
 
 %changelog
+* Wed Mar 25 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.2.0-7
+- GNU FreeFont naming change
+
 * Tue Feb 24 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.2.0-6
 - F-11: Mass rebuild
 




More information about the fedora-extras-commits mailing list