import google-crosextra-caladea-fonts-1.002-0.10.20130214.el8
This commit is contained in:
commit
d0ae245728
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/crosextrafonts-20130214.tar.gz
|
1
.google-crosextra-caladea-fonts.metadata
Normal file
1
.google-crosextra-caladea-fonts.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
6f8f87cd21c4cd7e72031852eb90453dba3e2473 SOURCES/crosextrafonts-20130214.tar.gz
|
17
SOURCES/30-0-google-crosextra-caladea-fontconfig.conf
Normal file
17
SOURCES/30-0-google-crosextra-caladea-fontconfig.conf
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!-- Microsoft -->
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Cambria</family>
|
||||||
|
<accept>
|
||||||
|
<family>Caladea</family>
|
||||||
|
</accept>
|
||||||
|
</alias>
|
||||||
|
<alias binding="same">
|
||||||
|
<family>Caladea</family>
|
||||||
|
<default>
|
||||||
|
<family>Cambria</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
17
SOURCES/62-google-crosextra-caladea-fontconfig.conf
Normal file
17
SOURCES/62-google-crosextra-caladea-fontconfig.conf
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<alias>
|
||||||
|
<family>serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Caladea</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Caladea</family>
|
||||||
|
<default>
|
||||||
|
<family>serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
17
SOURCES/google-crosextra-caladea.metainfo.xml
Normal file
17
SOURCES/google-crosextra-caladea.metainfo.xml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Copyright 2014 Parag Nemade <pnemade AT redhat DOT com> -->
|
||||||
|
<component type="font">
|
||||||
|
<id>google-crosextra-caladea</id>
|
||||||
|
<metadata_license>CC-BY-3.0</metadata_license>
|
||||||
|
<name>Caladea</name>
|
||||||
|
<summary>Serif font metric-compatible with Cambria font</summary>
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
Caladea is metric-compatible with Cambria font. This font is a serif
|
||||||
|
typeface family based on Lato.
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
<updatecontact>pnemade_at_redhat_dot_com</updatecontact>
|
||||||
|
<url type="homepage">http://code.google.com/p/chromium/issues/detail?id=168879</url>
|
||||||
|
</component>
|
||||||
|
|
92
SPECS/google-crosextra-caladea-fonts.spec
Normal file
92
SPECS/google-crosextra-caladea-fonts.spec
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
%global fontname google-crosextra-caladea
|
||||||
|
%global fontconf62 62-%{fontname}
|
||||||
|
%global fontconf30 30-0-%{fontname}
|
||||||
|
|
||||||
|
%global archivename crosextrafonts-20130214
|
||||||
|
|
||||||
|
Name: %{fontname}-fonts
|
||||||
|
Version: 1.002
|
||||||
|
Release: 0.10.20130214%{?dist}
|
||||||
|
Summary: Serif font metric-compatible with Cambria font
|
||||||
|
|
||||||
|
# License added in font as "otfinfo -i Caladea-Regular.ttf | grep License"
|
||||||
|
# also from http://code.google.com/p/chromium/issues/detail?id=280557
|
||||||
|
License: ASL 2.0
|
||||||
|
URL: http://code.google.com/p/chromium/issues/detail?id=168879
|
||||||
|
Source0: http://gsdview.appspot.com/chromeos-localmirror/distfiles/%{archivename}.tar.gz
|
||||||
|
Source1: 30-0-%{fontname}-fontconfig.conf
|
||||||
|
Source2: 62-%{fontname}-fontconfig.conf
|
||||||
|
Source3: %{fontname}.metainfo.xml
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: fontpackages-devel
|
||||||
|
Requires: fontpackages-filesystem
|
||||||
|
|
||||||
|
%description
|
||||||
|
Caladea is metric-compatible with Cambria font. This font is a serif
|
||||||
|
typeface family based on Lato.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{archivename}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||||
|
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
||||||
|
|
||||||
|
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
||||||
|
%{buildroot}%{_fontconfig_confdir}
|
||||||
|
|
||||||
|
install -m 0644 -p %{SOURCE1} \
|
||||||
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf30}-fontconfig.conf
|
||||||
|
install -m 0644 -p %{SOURCE2} \
|
||||||
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf62}-fontconfig.conf
|
||||||
|
|
||||||
|
ln -s %{_fontconfig_templatedir}/%{fontconf30}-fontconfig.conf \
|
||||||
|
%{buildroot}%{_fontconfig_confdir}/%{fontconf30}-fontconfig.conf
|
||||||
|
ln -s %{_fontconfig_templatedir}/%{fontconf62}-fontconfig.conf \
|
||||||
|
%{buildroot}%{_fontconfig_confdir}/%{fontconf62}-fontconfig.conf
|
||||||
|
|
||||||
|
# Add AppStream metadata
|
||||||
|
install -Dm 0644 -p %{SOURCE3} \
|
||||||
|
%{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||||
|
|
||||||
|
%_font_pkg -f *-%{fontname}-fontconfig.conf *.ttf
|
||||||
|
%doc
|
||||||
|
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.002-0.10.20130214
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.002-0.9.20130214
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.002-0.8.20130214
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.002-0.7.20130214
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-0.6.20130214
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Oct 16 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.002-0.5.20130214
|
||||||
|
- Add metainfo file to show this font in gnome-software
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-0.4.20130214
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 22 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.002-0.3.20130214
|
||||||
|
- Resolves:rh#1056029 - Fontconfig and summary required fixes
|
||||||
|
|
||||||
|
* Tue Oct 15 2013 Parag Nemade <pnemade AT redhat DOT com> - 1.002-0.2.20130214
|
||||||
|
- Added license information in comments
|
||||||
|
|
||||||
|
* Thu Oct 10 2013 Parag Nemade <pnemade AT redhat DOT com> - 1.002-0.1.20130214
|
||||||
|
- Initial Fedora release.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user