From b74f082379edaff80f4beab53b62e8adec6d2840 Mon Sep 17 00:00:00 2001 From: Frank Arnold Date: Sun, 1 Oct 2006 09:43:23 +0000 Subject: [PATCH] - 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 --- .cvsignore | 2 +- linux-libertine-fonts.spec | 27 ++++++++++++++------------- sources | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3c7890a..0dfd9d1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -LinLibertineSRC-2.1.9.tgz +LinLibertineSRC-2.2.0.tgz diff --git a/linux-libertine-fonts.spec b/linux-libertine-fonts.spec index b1634de..97ba720 100644 --- a/linux-libertine-fonts.spec +++ b/linux-libertine-fonts.spec @@ -2,11 +2,11 @@ %define fontdir %{_datadir}/fonts/linux-libertine Name: linux-libertine-fonts -Version: 2.1.9 -Release: 2%{?dist} +Version: 2.2.0 +Release: 1%{?dist} Summary: Linux Libertine Open Fonts Group: User Interface/X -License: GPL +License: OFL/GPL URL: http://linuxlibertine.sf.net Source: http://dl.sf.net/linuxlibertine/%{archivename}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -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 @@ -43,10 +43,6 @@ rm -rf $RPM_BUILD_ROOT install -d -m 0755 $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 rm -rf $RPM_BUILD_ROOT @@ -68,18 +64,23 @@ fi %files %defattr(644,root,root,755) -%doc Bugs ChangeLog.txt Readme *.pdf +%doc Bugs Readme *.txt %dir %{fontdir} %{fontdir}/*.ttf -%ghost %{fontdir}/fonts.cache-1 %changelog +* Tue Oct 01 2006 Frank Arnold 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 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 2.1.9-1 -- Update to 2.9.1 +- Update to 2.1.9 * Tue Aug 29 2006 Frank Arnold 2.1.0-1 - Updated to 2.1.0 diff --git a/sources b/sources index d07009f..e44ddee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18a516945e3b2e40bb34bacad3453b20 LinLibertineSRC-2.1.9.tgz +7262729601f8e308a5a4c51b54a34057 LinLibertineSRC-2.2.0.tgz