forked from pool/liberation-fonts
- 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:
parent
9eb8622837
commit
47b1013274
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7acbc612c3665292d2d94fd38fe7cd88d826281d31f8c209af92702bdaf6b9fa
|
|
||||||
size 4842687
|
|
3
liberation-fonts-ttf-2.00.1.tar.gz
Normal file
3
liberation-fonts-ttf-2.00.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7890278a6cd17873c57d9cd785c2d230d9abdea837e96516019c5885dd271504
|
||||||
|
size 2285857
|
@ -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
|
Thu Nov 8 11:17:30 UTC 2012 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -23,9 +23,8 @@ Summary: Liberation Fonts
|
|||||||
License: OFL-1.1
|
License: OFL-1.1
|
||||||
Group: System/X11/Fonts
|
Group: System/X11/Fonts
|
||||||
Url: https://fedorahosted.org/liberation-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
|
Source100: %{name}-rpmlintrc
|
||||||
BuildRequires: fontforge
|
|
||||||
BuildRequires: fontpackages-devel
|
BuildRequires: fontpackages-devel
|
||||||
%reconfigure_fonts_prereq
|
%reconfigure_fonts_prereq
|
||||||
Provides: scalable-font-el
|
Provides: scalable-font-el
|
||||||
@ -38,14 +37,13 @@ Free fonts which are metric compatible to "Arial", "Times New Roman"
|
|||||||
and "Courier New".
|
and "Courier New".
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-ttf-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_ttfontsdir}
|
mkdir -p %{buildroot}%{_ttfontsdir}
|
||||||
install -pm 0644 %{name}-ttf-%{version}/*.ttf %{buildroot}%{_ttfontsdir}/
|
install -pm 0644 *.ttf %{buildroot}%{_ttfontsdir}/
|
||||||
|
|
||||||
%reconfigure_fonts_scriptlets
|
%reconfigure_fonts_scriptlets
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user