|
|
@ -1,18 +1,27 @@
|
|
|
|
|
|
|
|
%global fontconf 64-%{fontname}
|
|
|
|
|
|
|
|
%global fontname google-roboto-slab
|
|
|
|
%global commit0 90abd17b4f97671435798b6147b698aa9087612f
|
|
|
|
%global commit0 90abd17b4f97671435798b6147b698aa9087612f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: google-roboto-slab-fonts
|
|
|
|
Version: 1.100263
|
|
|
|
Version: 1.100263
|
|
|
|
Release: 0.17.20150923git%{?dist}
|
|
|
|
Release: 0.7.20150923git%{?dist}
|
|
|
|
|
|
|
|
Summary: Google Roboto Slab fonts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://www.google.com/fonts/specimen/Roboto+Slab
|
|
|
|
URL: https://www.google.com/fonts/specimen/Roboto+Slab
|
|
|
|
|
|
|
|
# There are no tar archive so let's pick all the individual source files from github
|
|
|
|
|
|
|
|
Source0: https://raw.githubusercontent.com/google/fonts/%{commit0}/apache/robotoslab/RobotoSlab-Regular.ttf
|
|
|
|
|
|
|
|
Source1: https://raw.githubusercontent.com/google/fonts/%{commit0}/apache/robotoslab/RobotoSlab-Bold.ttf
|
|
|
|
|
|
|
|
Source2: https://raw.githubusercontent.com/google/fonts/%{commit0}/apache/robotoslab/RobotoSlab-Light.ttf
|
|
|
|
|
|
|
|
Source3: https://raw.githubusercontent.com/google/fonts/%{commit0}/apache/robotoslab/RobotoSlab-Thin.ttf
|
|
|
|
|
|
|
|
Source4: https://raw.githubusercontent.com/google/fonts/%{commit0}/apache/robotoslab/LICENSE.txt
|
|
|
|
|
|
|
|
Source5: %{fontname}-fontconfig.conf
|
|
|
|
|
|
|
|
Source6: %{fontname}.metainfo.xml
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%global foundry google
|
|
|
|
BuildRequires: fontpackages-devel
|
|
|
|
%global fontlicense ASL 2.0
|
|
|
|
|
|
|
|
%global fontlicenses LICENSE.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global fontfamily Roboto Slab
|
|
|
|
%description
|
|
|
|
%global fontsummary Google Roboto Slab fonts
|
|
|
|
|
|
|
|
%global fonts *.ttf
|
|
|
|
|
|
|
|
%global fontconfs %{SOURCE5}
|
|
|
|
|
|
|
|
%global fontdescription %{expand:
|
|
|
|
|
|
|
|
Roboto has a dual nature. It has a mechanical skeleton and the forms are
|
|
|
|
Roboto has a dual nature. It has a mechanical skeleton and the forms are
|
|
|
|
largely geometric. At the same time, the font features friendly and open
|
|
|
|
largely geometric. At the same time, the font features friendly and open
|
|
|
|
curves. While some grotesks distort their letterforms to force a rigid
|
|
|
|
curves. While some grotesks distort their letterforms to force a rigid
|
|
|
@ -21,64 +30,35 @@ their natural width. This makes for a more natural reading rhythm more
|
|
|
|
commonly found in humanist and serif types.
|
|
|
|
commonly found in humanist and serif types.
|
|
|
|
|
|
|
|
|
|
|
|
This is the Roboto Slab family, which can be used alongside the normal
|
|
|
|
This is the Roboto Slab family, which can be used alongside the normal
|
|
|
|
Roboto family and the Roboto Condensed family.}
|
|
|
|
Roboto family and the Roboto Condensed family.
|
|
|
|
|
|
|
|
|
|
|
|
# There are no tar archive so let's pick all the individual source files from github
|
|
|
|
|
|
|
|
Source0: https://raw.githubusercontent.com/google/fonts/%{commit0}/apache/robotoslab/RobotoSlab-Regular.ttf
|
|
|
|
|
|
|
|
Source1: https://raw.githubusercontent.com/google/fonts/%{commit0}/apache/robotoslab/RobotoSlab-Bold.ttf
|
|
|
|
|
|
|
|
Source2: https://raw.githubusercontent.com/google/fonts/%{commit0}/apache/robotoslab/RobotoSlab-Light.ttf
|
|
|
|
|
|
|
|
Source3: https://raw.githubusercontent.com/google/fonts/%{commit0}/apache/robotoslab/RobotoSlab-Thin.ttf
|
|
|
|
|
|
|
|
Source4: https://raw.githubusercontent.com/google/fonts/%{commit0}/apache/robotoslab/LICENSE.txt
|
|
|
|
|
|
|
|
Source5: 64-%{fontpkgname}.conf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%fontpkg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -c -T
|
|
|
|
|
|
|
|
cp -p %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} .
|
|
|
|
cp -p %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} .
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%fontbuild
|
|
|
|
# nothing to build here
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%fontinstall
|
|
|
|
install -m 0755 -d %{buildroot}%{_fontdir}
|
|
|
|
|
|
|
|
install -m 0644 -p RobotoSlab-*.ttf %{buildroot}%{_fontdir}
|
|
|
|
%check
|
|
|
|
|
|
|
|
%fontcheck
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%fontfiles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com>
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com>
|
|
|
|
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
%{buildroot}%{_fontconfig_confdir}
|
|
|
|
|
|
|
|
install -m 0644 -p %{SOURCE5} \
|
|
|
|
|
|
|
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-fontconfig.conf
|
|
|
|
|
|
|
|
ln -s %{_fontconfig_templatedir}/%{fontconf}-fontconfig.conf \
|
|
|
|
|
|
|
|
%{buildroot}%{_fontconfig_confdir}/%{fontconf}-fontconfig.conf
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.100263-0.15.20150923git
|
|
|
|
install -m 0755 -d %{buildroot}%{_datadir}/appdata
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
install -m 0644 -p %{SOURCE6} %{buildroot}%{_datadir}/appdata
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.100263-0.14.20150923git
|
|
|
|
%_font_pkg -f %{fontconf}-fontconfig.conf RobotoSlab-*.ttf
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
|
|
|
|
|
|
|
%license LICENSE.txt
|
|
|
|
|
|
|
|
|
|
|
|
* Sun May 24 2020 Parag Nemade <pnemade AT redhat DOT com> - 1.100263-0.13.20150923git
|
|
|
|
%changelog
|
|
|
|
- Update fontconfig DTD id in conf file
|
|
|
|
* Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.100263-0.7.20150923git
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
* Thu Mar 12 2020 Parag Nemade <pnemade AT redhat DOT com> - 1.100263-0.12.20150923git
|
|
|
|
|
|
|
|
- Convert to new fonts packaging guidelines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.100263-0.11.20150923git
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.100263-0.10.20150923git
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.100263-0.9.20150923git
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.100263-0.8.20150923git
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.100263-0.7.20150923git
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.100263-0.7.20150923git
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|