Updated the BuildRequires to python3 and using latest build
Changed the upstream URL
This commit is contained in:
parent
3e5703fe0e
commit
66cb8d8a3f
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ liberation-fonts-ttf-1.06.0.20100721.tar.gz
|
|||||||
/liberation-fonts-2.00.1.tar.gz
|
/liberation-fonts-2.00.1.tar.gz
|
||||||
/liberation-fonts-1.07.3.tar.gz
|
/liberation-fonts-1.07.3.tar.gz
|
||||||
/liberation-fonts-1.07.4.tar.gz
|
/liberation-fonts-1.07.4.tar.gz
|
||||||
|
/liberation-fonts-2.00.3.tar.gz
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
||||||
<fontconfig>
|
|
||||||
<alias>
|
|
||||||
<family>sans-serif</family>
|
|
||||||
<prefer>
|
|
||||||
<family>Liberation Sans Narrow</family>
|
|
||||||
</prefer>
|
|
||||||
</alias>
|
|
||||||
<alias>
|
|
||||||
<family>Liberation Sans Narrow</family>
|
|
||||||
<default>
|
|
||||||
<family>sans-serif</family>
|
|
||||||
</default>
|
|
||||||
</alias>
|
|
||||||
</fontconfig>
|
|
@ -11,8 +11,8 @@ New.
|
|||||||
|
|
||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
Summary: Fonts to replace commonly used Microsoft Windows fonts
|
Summary: Fonts to replace commonly used Microsoft Windows fonts
|
||||||
Version: 2.00.1
|
Version: 2.00.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
# The license of the Liberation Fonts is a EULA that contains GPLv2 and two
|
# The license of the Liberation Fonts is a EULA that contains GPLv2 and two
|
||||||
# exceptions:
|
# exceptions:
|
||||||
@ -20,8 +20,8 @@ Epoch: 1
|
|||||||
# The second exception is an anti-lockdown clause somewhat like the one in
|
# The second exception is an anti-lockdown clause somewhat like the one in
|
||||||
# GPLv3. This license is Free, but GPLv2 and GPLv3 incompatible.
|
# GPLv3. This license is Free, but GPLv2 and GPLv3 incompatible.
|
||||||
License: Liberation
|
License: Liberation
|
||||||
URL: http://pagure.io/liberation-fonts
|
URL: https://github.com/liberationfonts/liberation-fonts
|
||||||
Source0: https://releases.pagure.org/liberation-fonts/%{archivename}.tar.gz
|
Source0: https://github.com/liberationfonts/liberation-fonts/files/2012633/%{archivename}.tar.gz
|
||||||
Source2: %{name}-mono.conf
|
Source2: %{name}-mono.conf
|
||||||
Source3: %{name}-sans.conf
|
Source3: %{name}-sans.conf
|
||||||
Source4: %{name}-serif.conf
|
Source4: %{name}-serif.conf
|
||||||
@ -34,8 +34,8 @@ BuildArch: noarch
|
|||||||
BuildRequires: fontpackages-devel >= 1.13, xorg-x11-font-utils
|
BuildRequires: fontpackages-devel >= 1.13, xorg-x11-font-utils
|
||||||
BuildRequires: fontforge
|
BuildRequires: fontforge
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
BuildRequires: python2
|
BuildRequires: python3
|
||||||
BuildRequires: python2-fonttools
|
BuildRequires: python3-fonttools
|
||||||
|
|
||||||
Requires: %{fontname}-mono-fonts = %{epoch}:%{version}-%{release}
|
Requires: %{fontname}-mono-fonts = %{epoch}:%{version}-%{release}
|
||||||
Requires: %{fontname}-sans-fonts = %{epoch}:%{version}-%{release}
|
Requires: %{fontname}-sans-fonts = %{epoch}:%{version}-%{release}
|
||||||
@ -166,6 +166,10 @@ appstream-util validate-relax --nonet \
|
|||||||
%files
|
%files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 25 2018 Vishal Vijayraghavan<vishalvijayraghavan AT gmail DOT com> - 1:2.00.3-1
|
||||||
|
- Updated the BuildRequires to python3 and using latest build
|
||||||
|
- Changed the upstream URL
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.00.1-3
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.00.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
|
|
||||||
<component type="font">
|
|
||||||
<id>liberation-narrow</id>
|
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
|
||||||
<extends>liberation</extends>
|
|
||||||
</component>
|
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (liberation-fonts-2.00.1.tar.gz) = 8cfc1fa8f36e9f1c622879a822614b851b8339673ed6d2736937c483d85764ef12cc0d8a308f6c50e4877c2ab9b83ca2ea748b1458aa02cc840251e400285362
|
SHA512 (liberation-fonts-2.00.3.tar.gz) = eb66631cebef69631995b17254c86416c1d90fad4fb6f0f790cb37bddf2ff66d3452b7c5751e70a5030feb4c46254ede3c8de821b543940d190c252c2f18901f
|
||||||
|
Loading…
Reference in New Issue
Block a user