forked from pool/liberation-fonts
Accepting request 129731 from M17N:fonts
Update to version 2.00.0, Changed license to OFL-1.1, Build the fonts from sources, Add a Provides: entry for scalable-font-el (forwarded request 129723 from adra) OBS-URL: https://build.opensuse.org/request/show/129731 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liberation-fonts?expand=0&rev=18
This commit is contained in:
commit
74d3312e0a
3
liberation-fonts-2.00.0.tar.gz
Normal file
3
liberation-fonts-2.00.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a4c5ca86da2319d66f657257c7b5b7cd56162e3bfc5396c873fb21e3f7eaf075
|
||||||
|
size 4835476
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4f091152dc61bd20ec4ebdbc3d45e568ea3f1eb78b009cf253f11a81aff81139
|
|
||||||
size 1117287
|
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 2 16:39:22 UTC 2012 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.00.0.
|
||||||
|
- The package license changed to OFL-1.1.
|
||||||
|
- Build the fonts from sources. Added fontforge build requirement for this.
|
||||||
|
- Add a Provides: entry for "scalable-font-el".
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 4 12:39:06 CEST 2012 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
- amend spec file to reflect new font packaging scheme
|
||||||
|
(see openFATE#313536);
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 25 10:36:33 UTC 2012 - cfarrell@suse.com
|
Fri May 25 10:36:33 UTC 2012 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@ -16,18 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: liberation-fonts
|
Name: liberation-fonts
|
||||||
Version: 1.06.0.20100721
|
Version: 2.00.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: SUSE-Liberation
|
|
||||||
Summary: Liberation Fonts
|
Summary: Liberation Fonts
|
||||||
Url: https://fedorahosted.org/liberation-fonts/
|
License: OFL-1.1
|
||||||
Group: System/X11/Fonts
|
Group: System/X11/Fonts
|
||||||
Source: %{name}-ttf-%{version}.tar.bz2
|
Url: https://fedorahosted.org/liberation-fonts/
|
||||||
Source1: %{name}-rpmlintrc
|
Source0: https://fedorahosted.org/releases/l/i/liberation-fonts/%{name}-%{version}.tar.gz
|
||||||
%define ttf_fontdir /usr/share/fonts/truetype
|
Source100: %{name}-rpmlintrc
|
||||||
Requires(pre): %suseconfig_fonts_prereq
|
BuildRequires: fontforge
|
||||||
|
BuildRequires: fontpackages-devel
|
||||||
|
%reconfigure_fonts_prereq
|
||||||
|
Provides: scalable-font-el
|
||||||
Provides: locale(bg;el;ru;bg)
|
Provides: locale(bg;el;ru;bg)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -37,26 +38,20 @@ Free fonts which are metric compatible to "Arial", "Times New Roman"
|
|||||||
and "Courier New".
|
and "Courier New".
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-ttf-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{ttf_fontdir}
|
mkdir -p %{buildroot}%{_ttfontsdir}
|
||||||
install -m 0644 *.ttf %{buildroot}%{ttf_fontdir}/
|
install -pm 0644 %{name}-ttf-%{version}/*.ttf %{buildroot}%{_ttfontsdir}/
|
||||||
|
|
||||||
%post
|
%reconfigure_fonts_scriptlets
|
||||||
%run_suseconfig_fonts
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%run_suseconfig_fonts
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING ChangeLog License.txt README
|
%doc AUTHORS ChangeLog LICENSE README TODO
|
||||||
%{ttf_fontdir}
|
%{_ttfontsdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user