- Updated to 2.2.0

- Removed ghosted cache file as it's no longer stored in tree
- Disabled generation of PDF files because fontforge will segfault
- Added OFL to License field
f38
Frank Arnold 18 years ago
parent 32a8d264d3
commit b74f082379

@ -1 +1 @@
LinLibertineSRC-2.1.9.tgz LinLibertineSRC-2.2.0.tgz

@ -2,11 +2,11 @@
%define fontdir %{_datadir}/fonts/linux-libertine %define fontdir %{_datadir}/fonts/linux-libertine
Name: linux-libertine-fonts Name: linux-libertine-fonts
Version: 2.1.9 Version: 2.2.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Linux Libertine Open Fonts Summary: Linux Libertine Open Fonts
Group: User Interface/X Group: User Interface/X
License: GPL License: OFL/GPL
URL: http://linuxlibertine.sf.net URL: http://linuxlibertine.sf.net
Source: http://dl.sf.net/linuxlibertine/%{archivename}-%{version}.tgz Source: http://dl.sf.net/linuxlibertine/%{archivename}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -29,8 +29,8 @@ i = 1
while ( i < \$argc ) while ( i < \$argc )
Open (\$argv[i], 1) Open (\$argv[i], 1)
Generate (\$fontname + ".ttf") Generate (\$fontname + ".ttf")
PrintSetup (5) # PrintSetup (5)
PrintFont (0, 0, "", \$fontname + "-sample.pdf") # PrintFont (0, 0, "", \$fontname + "-sample.pdf")
Close() Close()
i++ i++
endloop endloop
@ -43,10 +43,6 @@ rm -rf $RPM_BUILD_ROOT
install -d -m 0755 $RPM_BUILD_ROOT%{fontdir} install -d -m 0755 $RPM_BUILD_ROOT%{fontdir}
install -p -m 0644 *.ttf $RPM_BUILD_ROOT%{fontdir} install -p -m 0644 *.ttf $RPM_BUILD_ROOT%{fontdir}
# "touch" all files we've got flagged as %ghost but which are not
# present in the RPM_BUILD_ROOT when RPM looks for files
touch $RPM_BUILD_ROOT%{fontdir}/fonts.cache-1
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -68,18 +64,23 @@ fi
%files %files
%defattr(644,root,root,755) %defattr(644,root,root,755)
%doc Bugs ChangeLog.txt Readme *.pdf %doc Bugs Readme *.txt
%dir %{fontdir} %dir %{fontdir}
%{fontdir}/*.ttf %{fontdir}/*.ttf
%ghost %{fontdir}/fonts.cache-1
%changelog %changelog
* 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
- Disabled generation of PDF files because fontforge will segfault
- Added OFL to License field
* Tue Sep 19 2006 Kevin Fenzi <kevin@tummy.com> 2.1.9-2 * Tue Sep 19 2006 Kevin Fenzi <kevin@tummy.com> 2.1.9-2
- Upload proper 2.9.1 sources and rebuild - Upload proper 2.1.9 sources and rebuild
* Tue Sep 19 2006 Kevin Fenzi <kevin@tummy.com> 2.1.9-1 * Tue Sep 19 2006 Kevin Fenzi <kevin@tummy.com> 2.1.9-1
- Update to 2.9.1 - Update to 2.1.9
* Tue Aug 29 2006 Frank Arnold <frank@scirocco-5v-turbo.de> 2.1.0-1 * Tue Aug 29 2006 Frank Arnold <frank@scirocco-5v-turbo.de> 2.1.0-1
- Updated to 2.1.0 - Updated to 2.1.0

@ -1 +1 @@
18a516945e3b2e40bb34bacad3453b20 LinLibertineSRC-2.1.9.tgz 7262729601f8e308a5a4c51b54a34057 LinLibertineSRC-2.2.0.tgz

Loading…
Cancel
Save