]> git.pld-linux.org Git - packages/fonts-OTF-freefont.git/commitdiff
- OpenType version of freefont
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Mar 2008 22:37:02 +0000 (22:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-OTF-freefont.spec -> 1.1

fonts-OTF-freefont.spec [new file with mode: 0644]

diff --git a/fonts-OTF-freefont.spec b/fonts-OTF-freefont.spec
new file mode 100644 (file)
index 0000000..1db1c3b
--- /dev/null
@@ -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
This page took 0.07364 seconds and 4 git commands to generate.