From 47b101327437512eccbdb4c2072fd80cdc2f3b07c33b2c3d87c41530d01dcf13 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 8 Nov 2012 16:58:18 +0000 Subject: [PATCH] - don't build from sources; build depends on fonttools 2.3 and that would break build for released distributions OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/liberation-fonts?expand=0&rev=14 --- liberation-fonts-2.00.1.tar.gz | 3 --- liberation-fonts-ttf-2.00.1.tar.gz | 3 +++ liberation-fonts.changes | 6 ++++++ liberation-fonts.spec | 8 +++----- 4 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 liberation-fonts-2.00.1.tar.gz create mode 100644 liberation-fonts-ttf-2.00.1.tar.gz diff --git a/liberation-fonts-2.00.1.tar.gz b/liberation-fonts-2.00.1.tar.gz deleted file mode 100644 index e84fcf5..0000000 --- a/liberation-fonts-2.00.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7acbc612c3665292d2d94fd38fe7cd88d826281d31f8c209af92702bdaf6b9fa -size 4842687 diff --git a/liberation-fonts-ttf-2.00.1.tar.gz b/liberation-fonts-ttf-2.00.1.tar.gz new file mode 100644 index 0000000..1ce9d12 --- /dev/null +++ b/liberation-fonts-ttf-2.00.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7890278a6cd17873c57d9cd785c2d230d9abdea837e96516019c5885dd271504 +size 2285857 diff --git a/liberation-fonts.changes b/liberation-fonts.changes index 3c7ee39..652941b 100644 --- a/liberation-fonts.changes +++ b/liberation-fonts.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 8 16:57:08 UTC 2012 - pgajdos@suse.com + +- don't build from sources; build depends on fonttools 2.3 and that + would break build for released distributions + ------------------------------------------------------------------- Thu Nov 8 11:17:30 UTC 2012 - pgajdos@suse.com diff --git a/liberation-fonts.spec b/liberation-fonts.spec index f1e917c..f348154 100644 --- a/liberation-fonts.spec +++ b/liberation-fonts.spec @@ -23,9 +23,8 @@ Summary: Liberation Fonts License: OFL-1.1 Group: System/X11/Fonts Url: https://fedorahosted.org/liberation-fonts/ -Source0: https://fedorahosted.org/releases/l/i/liberation-fonts/%{name}-%{version}.tar.gz +Source0: https://fedorahosted.org/releases/l/i/liberation-fonts/%{name}-ttf-%{version}.tar.gz Source100: %{name}-rpmlintrc -BuildRequires: fontforge BuildRequires: fontpackages-devel %reconfigure_fonts_prereq Provides: scalable-font-el @@ -38,14 +37,13 @@ Free fonts which are metric compatible to "Arial", "Times New Roman" and "Courier New". %prep -%setup -q +%setup -q -n %{name}-ttf-%{version} %build -make %install mkdir -p %{buildroot}%{_ttfontsdir} -install -pm 0644 %{name}-ttf-%{version}/*.ttf %{buildroot}%{_ttfontsdir}/ +install -pm 0644 *.ttf %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets