forked from pool/liberation-fonts
Accepting request 122914 from M17N:fonts
license update: SUSE-Liberation The correct license from the spreadsheet linked at license.opensuse.org (forwarded request 122343 from babelworx) OBS-URL: https://build.opensuse.org/request/show/122914 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liberation-fonts?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
fef1b1d177
commit
61d7c594d0
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 10:36:33 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
- license update: SUSE-Liberation
|
||||
The correct license from the spreadsheet linked at license.opensuse.org
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 17 09:10:16 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
- call spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 2 20:53:54 UTC 2011 - sreeves@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package liberation-fonts
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,22 +15,20 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: liberation-fonts
|
||||
%define ttf_fontdir /usr/share/fonts/truetype
|
||||
License: "GPL-2.0 with exceptions ..."; GPL-2.0 with exceptions
|
||||
Group: System/X11/Fonts
|
||||
AutoReqProv: on
|
||||
PreReq: %suseconfig_fonts_prereq
|
||||
Provides: locale(bg;el;ru;bg)
|
||||
Version: 1.06.0.20100721
|
||||
Release: 1
|
||||
Release: 0
|
||||
License: SUSE-Liberation
|
||||
Summary: Liberation Fonts
|
||||
Url: https://fedorahosted.org/liberation-fonts/
|
||||
Group: System/X11/Fonts
|
||||
Source: %{name}-ttf-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
Url: https://fedorahosted.org/liberation-fonts/
|
||||
%define ttf_fontdir /usr/share/fonts/truetype
|
||||
Requires(pre): %suseconfig_fonts_prereq
|
||||
Provides: locale(bg;el;ru;bg)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -38,20 +36,14 @@ BuildArch: noarch
|
||||
Free fonts which are metric compatible to "Arial", "Times New Roman"
|
||||
and "Courier New".
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Ascender Corporation http://www.ascendercorp.com/index.html
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-ttf-%{version}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT%{ttf_fontdir}
|
||||
install -m 0644 *.ttf $RPM_BUILD_ROOT%{ttf_fontdir}/
|
||||
mkdir -p %{buildroot}%{ttf_fontdir}
|
||||
install -m 0644 *.ttf %{buildroot}%{ttf_fontdir}/
|
||||
|
||||
%post
|
||||
%run_suseconfig_fonts
|
||||
@@ -60,7 +52,7 @@ install -m 0644 *.ttf $RPM_BUILD_ROOT%{ttf_fontdir}/
|
||||
%run_suseconfig_fonts
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Reference in New Issue
Block a user