Update to 1.31.0 version

Dropped SymbolNeu subpackage as upstream stopped releasing it
f38
Parag Nemade 6 years ago
parent a74ff29990
commit 103847cc7b
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

1
.gitignore vendored

@ -1,2 +1,3 @@
/croscorefonts-1.21.0.tar.gz
/croscorefonts-1.23.0.tar.gz
/croscorefonts-1.31.0.tar.bz2

@ -10,25 +10,22 @@ portability across platforms.
Name: %{fontname}-fonts
Version: 1.23.0
Release: 12%{?dist}
Version: 1.31.0
Release: 1%{?dist}
Summary: The width-compatible fonts for improved on-screen readability
Group: User Interface/X
License: ASL 2.0
#URL:
Source0: http://gsdview.appspot.com/chromeos-localmirror/distfiles/croscorefonts-%{version}.tar.gz
Source0: http://gsdview.appspot.com/chromeos-localmirror/distfiles/croscorefonts-%{version}.tar.bz2
Source1: 62-%{fontname}-arimo-fontconfig.conf
Source2: 62-%{fontname}-cousine-fontconfig.conf
Source3: 62-%{fontname}-tinos-fontconfig.conf
Source4: 30-0-%{fontname}-arimo-fontconfig.conf
Source5: 30-0-%{fontname}-cousine-fontconfig.conf
Source6: 30-0-%{fontname}-tinos-fontconfig.conf
#Symbol font is not Unicode compatible
#https://bugzilla.redhat.com/show_bug.cgi?id=1037882
#Source7: 62-%{fontname}-symbolneu-fontconfig.conf
# Upstream has not provided license text in this 1.23.0 release
# Upstream has not provided license text in their tarball release
# Add ASL2.0 license text in LICENSE-2.0.txt file
Source8: LICENSE-2.0.txt
@ -40,6 +37,9 @@ Source11: %{fontname}-tinos.metainfo.xml
BuildArch: noarch
BuildRequires: fontpackages-devel
# As upstream stopped distributing SymbolNeu font, let's obsolete this subpackage.
Obsoletes: google-croscore-symbolneu-fonts < 1.31.0-1
%description
%common_desc
@ -51,7 +51,6 @@ Requires: fontpackages-filesystem
%description common
This package consists of files used by other %{name} packages.
# Repeat for every font family
%package -n %{fontname}-arimo-fonts
Summary: The croscore Arimo family fonts
Requires: %{name}-common = %{version}-%{release}
@ -97,16 +96,6 @@ address document portability across platforms.
%_font_pkg -n tinos -f *-%{fontname}-tinos.conf Tinos*.ttf
%{_datadir}/appdata/%{fontname}-tinos.metainfo.xml
%package -n %{fontname}-symbolneu-fonts
Summary: The croscore Symbol Neu family fonts
Requires: %{name}-common = %{version}-%{release}
%description -n %{fontname}-symbolneu-fonts
%common_desc
Symbol Neu is a metrically compatible font to Symbol.
%_font_pkg -n symbolneu SymbolNeu.ttf
%prep
%setup -q -n croscorefonts-%{version}
cp -p %{SOURCE8} .
@ -134,14 +123,11 @@ install -m 0644 -p %{SOURCE5} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf30}-cousine.conf
install -m 0644 -p %{SOURCE6} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf30}-tinos.conf
#install -m 0644 -p %{SOURCE7} \
# %{buildroot}%{_fontconfig_templatedir}/%{fontconf62}-symbolneu.conf
for fconf in %{fontconf62}-arimo.conf %{fontconf30}-arimo.conf \
%{fontconf62}-cousine.conf %{fontconf30}-cousine.conf \
%{fontconf62}-tinos.conf %{fontconf30}-tinos.conf \
# %{fontconf62}-symbolneu.conf; do
do
%{fontconf62}-tinos.conf %{fontconf30}-tinos.conf
do
ln -s %{_fontconfig_templatedir}/$fconf \
%{buildroot}%{_fontconfig_confdir}/$fconf
done
@ -158,6 +144,10 @@ install -Dm 0644 -p %{SOURCE11} \
%license LICENSE-2.0.txt
%changelog
* Mon Nov 12 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.31.0-1
- Update to 1.31.0 version
- Dropped SymbolNeu subpackage as upstream stopped releasing it
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.23.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
cfa8bec07bf5b6856dd20f0cb28b3929 croscorefonts-1.23.0.tar.gz
SHA512 (croscorefonts-1.31.0.tar.bz2) = dcd5ebb854f78353a1d91bb74a5ac7b5e237040994c7e2a69cf68511f06b10006fc3a490840d48c12ee7f862d2dfa3106c9e1787a726a4b158eaea5cd5ba8842

Loading…
Cancel
Save