|
|
|
@ -2,13 +2,13 @@
|
|
|
|
|
%define fontdir %{_datadir}/fonts/linux-libertine
|
|
|
|
|
|
|
|
|
|
Name: linux-libertine-fonts
|
|
|
|
|
Version: 2.6.9
|
|
|
|
|
Version: 2.7.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Linux Libertine Open Fonts
|
|
|
|
|
Group: User Interface/X
|
|
|
|
|
License: GPL+ with exceptions or OFL
|
|
|
|
|
License: GPLv2+ with exceptions or OFL
|
|
|
|
|
URL: http://linuxlibertine.sf.net
|
|
|
|
|
Source: http://dl.sf.net/linuxlibertine/%{archivename}-2.6.tgz
|
|
|
|
|
Source: http://dl.sf.net/linuxlibertine/%{archivename}-2.7.tgz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: fontforge
|
|
|
|
@ -21,6 +21,7 @@ proprietary standard fonts.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{archivename}
|
|
|
|
|
sed -i -e 's/\r//' OFL.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -29,8 +30,6 @@ i = 1
|
|
|
|
|
while ( i < \$argc )
|
|
|
|
|
Open (\$argv[i], 1)
|
|
|
|
|
Generate (\$fontname + ".ttf")
|
|
|
|
|
PrintSetup (5)
|
|
|
|
|
PrintFont (0, 0, "", \$fontname + "-sample.pdf")
|
|
|
|
|
Close()
|
|
|
|
|
i++
|
|
|
|
|
endloop
|
|
|
|
@ -64,12 +63,16 @@ fi
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(644,root,root,755)
|
|
|
|
|
%doc Bugs Readme *.txt *.pdf
|
|
|
|
|
%doc Bugs Readme *.txt
|
|
|
|
|
%dir %{fontdir}
|
|
|
|
|
%{fontdir}/*.ttf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 03 2008 Frank Arnold <frank@scirocco-5v-turbo.de> 2.7.9-1
|
|
|
|
|
- Updated to 2.7.9
|
|
|
|
|
- Drop generated PDF files to save space
|
|
|
|
|
|
|
|
|
|
* Sun Sep 16 2007 Kevin Fenzi <kevin@tummy.com> - 2.6.9-1
|
|
|
|
|
- Updated to 2.6.9
|
|
|
|
|
- Update License tag
|
|
|
|
|