1
0
liberation-fonts/liberation-fonts.spec
Jan Engelhardt d7dc9b4147 Accepting request 827052 from home:dirkmueller:branches:M17N:fonts
- update to 2.1.1:
  * Fix Liberation Sans renders most Latin combining characters incorrectly
  * Fix Combining diaerasis below does not work except U
  * Fix glyph of Cent sign (U+00A2) in Sans and Mono style
  * Fix U+25D2 and U+25D3 circle with lower / upper half black are backwards
  * Improving lowercase Cyrillic glyps localized for Macedonian and Serbian
  * COMBINING LONG SOLIDUS OVERLAY (U+0338) not centred on base character
  * Added Bitcoin sign
  * fix for few bugs

OBS-URL: https://build.opensuse.org/request/show/827052
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/liberation-fonts?expand=0&rev=29
2020-10-21 13:54:47 +00:00

55 lines
1.6 KiB
RPMSpec

#
# spec file for package liberation-fonts
#
# Copyright (c) 2020 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: liberation-fonts
Version: 2.1.1
Release: 0
Summary: Liberation Fonts
License: SUSE-Liberation
Group: System/X11/Fonts
URL: https://fedorahosted.org/liberation-fonts/
Source: https://github.com/liberationfonts/liberation-fonts/files/4743886/liberation-fonts-ttf-2.1.1.tar.gz
Source100: %{name}-rpmlintrc
BuildRequires: fontpackages-devel
Provides: locale(bg;el;ru;bg)
Obsoletes: liberation2-fonts < 2
BuildArch: noarch
%reconfigure_fonts_prereq
%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
%license LICENSE
%doc AUTHORS ChangeLog README.md
%{_ttfontsdir}
%changelog