forked from pool/liberation-fonts
Takashi Iwai
b00d4578f7
- Update to 2.00.4 * Removed Liberation Sans Narrow due to licensing restrictions * Changed License to OFL * Added Bitcoin sign #1533798 * Fixed Incorrect lowercase Cyrillic BE for Macedonian language in liberation v2 (look like Greek delta), Patch fix by Dimitrij Mijoski #1574410 * Fixed Liberation Sans Mono Enhancement Request: Modification needed for "l" Character, Patch fix by Nikolaus Waxweiler #1574410 - Remove License.txt and COPYING from spec file - Added LICENSE to spec file OBS-URL: https://build.opensuse.org/request/show/657889 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/liberation-fonts?expand=0&rev=27
56 lines
1.6 KiB
RPMSpec
56 lines
1.6 KiB
RPMSpec
#
|
|
# spec file for package liberation-fonts
|
|
#
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: liberation-fonts
|
|
Version: 2.00.4
|
|
Release: 0
|
|
Summary: Liberation Fonts
|
|
License: OFL-1.1
|
|
Group: System/X11/Fonts
|
|
Url: https://fedorahosted.org/liberation-fonts/
|
|
Source: https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-%{version}.tar.gz
|
|
Source100: %{name}-rpmlintrc
|
|
%reconfigure_fonts_prereq
|
|
BuildRequires: fontpackages-devel
|
|
Provides: locale(bg;el;ru;bg)
|
|
Obsoletes: liberation2-fonts
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Free fonts which are metric compatible to "Arial", "Times New Roman"
|
|
and "Courier New".
|
|
|
|
%prep
|
|
%setup -q -n %{name}-ttf-%{version}
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p %{buildroot}%{_ttfontsdir}
|
|
install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}/
|
|
|
|
%reconfigure_fonts_scriptlets
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS ChangeLog LICENSE README
|
|
%{_ttfontsdir}
|
|
|
|
%changelog
|