|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%define fontdir %{_datadir}/fonts/linux-libertine
|
|
|
|
|
|
|
|
|
|
Name: linux-libertine-fonts
|
|
|
|
|
Version: 2.2.0
|
|
|
|
|
Version: 2.4.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Linux Libertine Open Fonts
|
|
|
|
|
Group: User Interface/X
|
|
|
|
@ -29,8 +29,8 @@ i = 1
|
|
|
|
|
while ( i < \$argc )
|
|
|
|
|
Open (\$argv[i], 1)
|
|
|
|
|
Generate (\$fontname + ".ttf")
|
|
|
|
|
# PrintSetup (5)
|
|
|
|
|
# PrintFont (0, 0, "", \$fontname + "-sample.pdf")
|
|
|
|
|
PrintSetup (5)
|
|
|
|
|
PrintFont (0, 0, "", \$fontname + "-sample.pdf")
|
|
|
|
|
Close()
|
|
|
|
|
i++
|
|
|
|
|
endloop
|
|
|
|
@ -64,12 +64,16 @@ fi
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(644,root,root,755)
|
|
|
|
|
%doc Bugs Readme *.txt
|
|
|
|
|
%doc Bugs Readme *.txt *.pdf
|
|
|
|
|
%dir %{fontdir}
|
|
|
|
|
%{fontdir}/*.ttf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Mar 17 2007 Frank Arnold <frank@scirocco-5v-turbo.de> 2.4.9-1
|
|
|
|
|
- Updated to 2.4.9
|
|
|
|
|
- Reenabled generation of PDF files
|
|
|
|
|
|
|
|
|
|
* Tue Oct 01 2006 Frank Arnold <frank@scirocco-5v-turbo.de> 2.2.0-1
|
|
|
|
|
- Updated to 2.2.0
|
|
|
|
|
- Removed ghosted cache file as it's no longer stored in tree
|
|
|
|
|