SPECS: fonts-OTF-freefont.spec (NEW) - OpenType version of freefont

qboosh qboosh at pld-linux.org
Mon Mar 24 23:37:07 CET 2008


Author: qboosh                       Date: Mon Mar 24 22:37:07 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- OpenType version of freefont

---- Files affected:
SPECS:
   fonts-OTF-freefont.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/fonts-OTF-freefont.spec
diff -u /dev/null SPECS/fonts-OTF-freefont.spec:1.1
--- /dev/null	Mon Mar 24 23:37:07 2008
+++ SPECS/fonts-OTF-freefont.spec	Mon Mar 24 23:37:02 2008
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary:	Free UCS scalable fonts in OpenType format
+Summary(pl.UTF-8):	Wolnodostępne skalowalne fonty UCS w formacie OpenType
+Name:		fonts-OTF-freefont
+Version:	20080324
+Release:	1
+License:	GPL v2
+Group:		Fonts
+Source0:	http://ftp.gnu.org/gnu/freefont/freefont-otf-%{version}.zip
+# Source0-md5:	192af4416fd0cf029204c69d220c88be
+URL:		http://www.gnu.org/software/freefont/
+BuildRequires:	unzip
+Requires(post,postun):	fontpostinst
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		otffontsdir	%{_fontsdir}/OTF
+
+%description
+This project aims to provide a set of free scalable fonts covering the
+ISO 10646/Unicode UCS (Universal Character Set).
+
+%description -l pl.UTF-8
+Celem tego projektu jest udostępnienie zestawu wolnodostępnych fontów
+skalowalnych pokrywających zakres uniwersalnego zestawu znaków ISO
+10646/Unicode.
+
+%prep
+%setup -q -n freefont-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{otffontsdir}
+
+install *.otf $RPM_BUILD_ROOT%{otffontsdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fontpostinst OTF
+
+%postun
+fontpostinst OTF
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog README
+%{otffontsdir}/FreeMono*.otf
+%{otffontsdir}/FreeSans*.otf
+%{otffontsdir}/FreeSerif*.otf
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-03-24 22:37:02  qboosh
+- OpenType version of freefont
================================================================


More information about the pld-cvs-commit mailing list