From 5326b414b0e45dde35bdfd4d147cd2722d2e7106 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 24 Mar 2008 22:37:02 +0000 Subject: [PATCH] - OpenType version of freefont Changed files: fonts-OTF-freefont.spec -> 1.1 --- fonts-OTF-freefont.spec | 50 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 fonts-OTF-freefont.spec diff --git a/fonts-OTF-freefont.spec b/fonts-OTF-freefont.spec new file mode 100644 index 0000000..1db1c3b --- /dev/null +++ b/fonts-OTF-freefont.spec @@ -0,0 +1,50 @@ +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 -- 2.44.0