Update to 2.00.1

This commit is contained in:
Parag Nemade 2018-03-14 12:29:02 +05:30
parent c574c74e1d
commit 54692f369e
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
2 changed files with 7 additions and 25 deletions

View File

@ -11,7 +11,7 @@ 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: 1.07.4 Version: 2.00.1
Release: 11%{?dist} Release: 11%{?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
@ -25,12 +25,10 @@ Source0: https://releases.pagure.org/liberation-fonts/%{archivename}.ta
Source2: %{name}-mono.conf Source2: %{name}-mono.conf
Source3: %{name}-sans.conf Source3: %{name}-sans.conf
Source4: %{name}-serif.conf Source4: %{name}-serif.conf
Source5: %{name}-narrow.conf
Source6: %{fontname}.metainfo.xml Source6: %{fontname}.metainfo.xml
Source7: %{fontname}-mono.metainfo.xml Source7: %{fontname}-mono.metainfo.xml
Source8: %{fontname}-sans.metainfo.xml Source8: %{fontname}-sans.metainfo.xml
Source9: %{fontname}-serif.metainfo.xml Source9: %{fontname}-serif.metainfo.xml
Source10: %{fontname}-narrow.metainfo.xml
BuildArch: noarch BuildArch: noarch
BuildRequires: fontpackages-devel >= 1.13, xorg-x11-font-utils BuildRequires: fontpackages-devel >= 1.13, xorg-x11-font-utils
@ -38,7 +36,6 @@ BuildRequires: fontforge
BuildRequires: libappstream-glib BuildRequires: libappstream-glib
Requires: %{fontname}-mono-fonts = %{epoch}:%{version}-%{release} Requires: %{fontname}-mono-fonts = %{epoch}:%{version}-%{release}
Requires: %{fontname}-narrow-fonts = %{epoch}:%{version}-%{release}
Requires: %{fontname}-sans-fonts = %{epoch}:%{version}-%{release} Requires: %{fontname}-sans-fonts = %{epoch}:%{version}-%{release}
Requires: %{fontname}-serif-fonts = %{epoch}:%{version}-%{release} Requires: %{fontname}-serif-fonts = %{epoch}:%{version}-%{release}
@ -60,7 +57,7 @@ Shared common files of Liberation font families.
%files -n %{fontname}-fonts-common %files -n %{fontname}-fonts-common
%doc AUTHORS ChangeLog README TODO %doc AUTHORS ChangeLog README TODO
%license COPYING License.txt %license LICENSE
%dir %{_fontdir} %dir %{_fontdir}
%verify(not md5 size mtime) %{_fontdir}/fonts.dir %verify(not md5 size mtime) %{_fontdir}/fonts.dir
%verify(not md5 size mtime) %{_fontdir}/fonts.scale %verify(not md5 size mtime) %{_fontdir}/fonts.scale
@ -105,19 +102,6 @@ New.
%_font_pkg -n mono -f *-%{fontname}-mono.conf LiberationMono*.ttf %_font_pkg -n mono -f *-%{fontname}-mono.conf LiberationMono*.ttf
%{_datadir}/appdata/liberation-mono.metainfo.xml %{_datadir}/appdata/liberation-mono.metainfo.xml
%package -n %{fontname}-narrow-fonts
Summary: Sans-serif Narrow fonts to replace commonly used Microsoft Arial Narrow
Requires: %{fontname}-fonts-common = %{epoch}:%{version}-%{release}
%description -n %{fontname}-narrow-fonts
%common_desc
This is Sans-Serif Narrow TrueType fonts that replaced commonly used Microsoft \
Arial Narrow.
%_font_pkg -n narrow -f *-%{fontname}-narrow.conf LiberationSansNarrow*.ttf
%{_datadir}/appdata/liberation-narrow.metainfo.xml
%prep %prep
%autosetup -n %{archivename} %autosetup -n %{archivename}
@ -148,8 +132,6 @@ install -m 0644 -p %{SOURCE3} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-sans.conf %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-sans.conf
install -m 0644 -p %{SOURCE4} \ install -m 0644 -p %{SOURCE4} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-serif.conf %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-serif.conf
install -m 0644 -p %{SOURCE5} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-narrow.conf
# Add AppStream metadata # Add AppStream metadata
install -Dm 0644 -p %{SOURCE6} \ install -Dm 0644 -p %{SOURCE6} \
@ -160,13 +142,10 @@ install -Dm 0644 -p %{SOURCE8} \
%{buildroot}%{_datadir}/appdata/%{fontname}-sans.metainfo.xml %{buildroot}%{_datadir}/appdata/%{fontname}-sans.metainfo.xml
install -Dm 0644 -p %{SOURCE9} \ install -Dm 0644 -p %{SOURCE9} \
%{buildroot}%{_datadir}/appdata/%{fontname}-serif.metainfo.xml %{buildroot}%{_datadir}/appdata/%{fontname}-serif.metainfo.xml
install -Dm 0644 -p %{SOURCE10} \
%{buildroot}%{_datadir}/appdata/%{fontname}-narrow.metainfo.xml
for fconf in %{fontconf}-mono.conf \ for fconf in %{fontconf}-mono.conf \
%{fontconf}-sans.conf \ %{fontconf}-sans.conf \
%{fontconf}-serif.conf \ %{fontconf}-serif.conf; do
%{fontconf}-narrow.conf; do
ln -s %{_fontconfig_templatedir}/$fconf \ ln -s %{_fontconfig_templatedir}/$fconf \
%{buildroot}%{_fontconfig_confdir}/$fconf %{buildroot}%{_fontconfig_confdir}/$fconf
done done
@ -181,6 +160,9 @@ appstream-util validate-relax --nonet \
%files %files
%changelog %changelog
* Wed Mar 14 2018 Parag Nemade <pnemade AT redhat DOT com> - 1:2.00.1
- Update to 2.00.1
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.07.4-11 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.07.4-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

View File

@ -1 +1 @@
29e1482c6e568503138f7420597e635d liberation-fonts-1.07.4.tar.gz SHA512 (liberation-fonts-2.00.1.tar.gz) = 8cfc1fa8f36e9f1c622879a822614b851b8339673ed6d2736937c483d85764ef12cc0d8a308f6c50e4877c2ab9b83ca2ea748b1458aa02cc840251e400285362