1
0

- 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
This commit is contained in:
Petr Gajdos 2012-11-08 16:58:18 +00:00 committed by Git OBS Bridge
parent 9eb8622837
commit 47b1013274
4 changed files with 12 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7acbc612c3665292d2d94fd38fe7cd88d826281d31f8c209af92702bdaf6b9fa
size 4842687

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7890278a6cd17873c57d9cd785c2d230d9abdea837e96516019c5885dd271504
size 2285857

View File

@ -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

View File

@ -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