Update to 2.00.1
This commit is contained in:
parent
c574c74e1d
commit
54692f369e
@ -11,7 +11,7 @@ New.
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Summary: Fonts to replace commonly used Microsoft Windows fonts
|
||||
Version: 1.07.4
|
||||
Version: 2.00.1
|
||||
Release: 11%{?dist}
|
||||
Epoch: 1
|
||||
# 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
|
||||
Source3: %{name}-sans.conf
|
||||
Source4: %{name}-serif.conf
|
||||
Source5: %{name}-narrow.conf
|
||||
Source6: %{fontname}.metainfo.xml
|
||||
Source7: %{fontname}-mono.metainfo.xml
|
||||
Source8: %{fontname}-sans.metainfo.xml
|
||||
Source9: %{fontname}-serif.metainfo.xml
|
||||
Source10: %{fontname}-narrow.metainfo.xml
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: fontpackages-devel >= 1.13, xorg-x11-font-utils
|
||||
@ -38,7 +36,6 @@ BuildRequires: fontforge
|
||||
BuildRequires: libappstream-glib
|
||||
|
||||
Requires: %{fontname}-mono-fonts = %{epoch}:%{version}-%{release}
|
||||
Requires: %{fontname}-narrow-fonts = %{epoch}:%{version}-%{release}
|
||||
Requires: %{fontname}-sans-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
|
||||
%doc AUTHORS ChangeLog README TODO
|
||||
%license COPYING License.txt
|
||||
%license LICENSE
|
||||
%dir %{_fontdir}
|
||||
%verify(not md5 size mtime) %{_fontdir}/fonts.dir
|
||||
%verify(not md5 size mtime) %{_fontdir}/fonts.scale
|
||||
@ -105,19 +102,6 @@ New.
|
||||
%_font_pkg -n mono -f *-%{fontname}-mono.conf LiberationMono*.ttf
|
||||
%{_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
|
||||
%autosetup -n %{archivename}
|
||||
|
||||
@ -148,8 +132,6 @@ install -m 0644 -p %{SOURCE3} \
|
||||
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-sans.conf
|
||||
install -m 0644 -p %{SOURCE4} \
|
||||
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-serif.conf
|
||||
install -m 0644 -p %{SOURCE5} \
|
||||
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-narrow.conf
|
||||
|
||||
# Add AppStream metadata
|
||||
install -Dm 0644 -p %{SOURCE6} \
|
||||
@ -160,13 +142,10 @@ install -Dm 0644 -p %{SOURCE8} \
|
||||
%{buildroot}%{_datadir}/appdata/%{fontname}-sans.metainfo.xml
|
||||
install -Dm 0644 -p %{SOURCE9} \
|
||||
%{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 \
|
||||
%{fontconf}-sans.conf \
|
||||
%{fontconf}-serif.conf \
|
||||
%{fontconf}-narrow.conf; do
|
||||
%{fontconf}-serif.conf; do
|
||||
ln -s %{_fontconfig_templatedir}/$fconf \
|
||||
%{buildroot}%{_fontconfig_confdir}/$fconf
|
||||
done
|
||||
@ -181,6 +160,9 @@ appstream-util validate-relax --nonet \
|
||||
%files
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user