]> git.pld-linux.org Git - packages/fonts-OTF-freefont.git/blame - fonts-OTF-freefont.spec
- OpenType version of freefont
[packages/fonts-OTF-freefont.git] / fonts-OTF-freefont.spec
CommitLineData
5326b414
JB
1Summary: Free UCS scalable fonts in OpenType format
2Summary(pl.UTF-8): Wolnodostępne skalowalne fonty UCS w formacie OpenType
3Name: fonts-OTF-freefont
4Version: 20080324
5Release: 1
6License: GPL v2
7Group: Fonts
8Source0: http://ftp.gnu.org/gnu/freefont/freefont-otf-%{version}.zip
9# Source0-md5: 192af4416fd0cf029204c69d220c88be
10URL: http://www.gnu.org/software/freefont/
11BuildRequires: unzip
12Requires(post,postun): fontpostinst
13BuildArch: noarch
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%define otffontsdir %{_fontsdir}/OTF
17
18%description
19This project aims to provide a set of free scalable fonts covering the
20ISO 10646/Unicode UCS (Universal Character Set).
21
22%description -l pl.UTF-8
23Celem tego projektu jest udostępnienie zestawu wolnodostępnych fontów
24skalowalnych pokrywających zakres uniwersalnego zestawu znaków ISO
2510646/Unicode.
26
27%prep
28%setup -q -n freefont-%{version}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32install -d $RPM_BUILD_ROOT%{otffontsdir}
33
34install *.otf $RPM_BUILD_ROOT%{otffontsdir}
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%post
40fontpostinst OTF
41
42%postun
43fontpostinst OTF
44
45%files
46%defattr(644,root,root,755)
47%doc AUTHORS CREDITS ChangeLog README
48%{otffontsdir}/FreeMono*.otf
49%{otffontsdir}/FreeSans*.otf
50%{otffontsdir}/FreeSerif*.otf
This page took 0.062866 seconds and 4 git commands to generate.