rpms/xplanet/devel xplanet.spec,1.16,1.17

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Dec 21 05:28:55 UTC 2008


Author: mtasaka

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

Modified Files:
	xplanet.spec 
Log Message:
* Sun Dec 21 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.2.0-4
- Remove xplanet private ttf file, use system one



Index: xplanet.spec
===================================================================
RCS file: /cvs/extras/rpms/xplanet/devel/xplanet.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xplanet.spec	9 Feb 2008 04:22:47 -0000	1.16
+++ xplanet.spec	21 Dec 2008 05:28:23 -0000	1.17
@@ -1,7 +1,7 @@
 Summary:	Render a planetary image into an X window
 Name:		xplanet
 Version:	1.2.0
-Release:	3%{?dist}.2
+Release:	4%{?dist}
 
 License:	GPLv2
 Group:		Amusements/Graphics
@@ -19,6 +19,7 @@
 BuildRequires:	libtiff-devel
 BuildRequires:	netpbm-devel
 BuildRequires:	pango-devel
+Requires:	freefont
 
 %description
 Xplanet is similar to Xearth, where an image of the earth is rendered
@@ -41,6 +42,9 @@
 rm -rf %{buildroot}
 CPPROG="cp -p" make DESTDIR=%{buildroot} install
 
+ln -sf ../fonts/freefont/FreeMonoBold.ttf \
+	%{buildroot}%{_datadir}/%{name}/FreeMonoBold.ttf
+
 %clean
 rm -rf %{buildroot}
 
@@ -52,6 +56,9 @@
 %{_datadir}/xplanet
 
 %changelog
+* Sun Dec 21 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.2.0-4
+- Remove xplanet private ttf file, use system one
+
 * Sat Feb  9 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
 - Rebuild against gcc43
 




More information about the fedora-extras-commits mailing list