From 593fe7b489be1044d24bbcd7c50defeb1806329e Mon Sep 17 00:00:00 2001 From: James Antill Date: Thu, 26 May 2022 00:48:06 -0400 Subject: [PATCH] Auto sync2gitlab import of abattis-cantarell-fonts-0.0.25-6.el8.src.rpm --- .gitignore | 1 + EMPTY | 1 - abattis-cantarell-fonts.spec | 188 +++++++++++++++++++++++++++++++++ abattis-cantarell.metainfo.xml | 15 +++ cantarell-fontconfig.conf | 33 ++++++ sources | 1 + 6 files changed, 238 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 EMPTY create mode 100644 abattis-cantarell-fonts.spec create mode 100644 abattis-cantarell.metainfo.xml create mode 100644 cantarell-fontconfig.conf create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..93d257e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/cantarell-fonts-0.0.25.tar.xz diff --git a/EMPTY b/EMPTY deleted file mode 100644 index 0519ecb..0000000 --- a/EMPTY +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/abattis-cantarell-fonts.spec b/abattis-cantarell-fonts.spec new file mode 100644 index 0000000..d1b5aaa --- /dev/null +++ b/abattis-cantarell-fonts.spec @@ -0,0 +1,188 @@ +%global actualname cantarell + +%global fontname abattis-%{actualname} +%global fontconf 31-cantarell.conf + +%global archivename1 Cantarell-Bold +%global archivename2 Cantarell-Regular + +Name: %{fontname}-fonts +Version: 0.0.25 +Release: 6%{?dist} +Summary: Cantarell, a Humanist sans-serif font family + +Group: User Interface/X +License: OFL +URL: https://git.gnome.org/browse/cantarell-fonts/ +Source0: http://download.gnome.org/sources/%{actualname}-fonts/0.0/%{actualname}-fonts-%{version}.tar.xz +Source1: %{fontname}.metainfo.xml +Source2: cantarell-fontconfig.conf + +BuildArch: noarch +BuildRequires: fontpackages-devel +BuildRequires: fontforge +Requires: fontpackages-filesystem + +%description +Cantarell is a set of fonts designed by Dave Crossland. +It is a sans-serif humanist typeface family. + +%prep +%autosetup -n %{actualname}-fonts-%{version} +# Force regeneration +rm otf/*.otf + +%build +%configure --enable-source-rebuild +make %{?_smp_mflags} + +%install +install -m 0755 -d %{buildroot}%{_fontdir} +install -m 0644 -p otf/*.otf %{buildroot}%{_fontdir} +install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ + %{buildroot}%{_fontconfig_confdir} +install -m 0644 -p %{SOURCE2} \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf} +ln -s %{_fontconfig_templatedir}/%{fontconf} \ + %{buildroot}%{_fontconfig_confdir}/%{fontconf} + +# Add AppStream metadata +install -Dm 0644 -p %{SOURCE1} \ + %{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml + +%_font_pkg -f %{fontconf} *.otf +%license COPYING +%doc NEWS README +%{_datadir}/appdata/%{fontname}.metainfo.xml + +%changelog +* Wed Dec 23 2020 Akira TAGOH - 0.0.25-6 +- Backport fontconfig config file from Fedora. +- Add System UI generic family alias + Resolves: rhbz#1865788 + +* Wed Feb 07 2018 Fedora Release Engineering - 0.0.25-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.0.25-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.0.25-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Aug 19 2016 Kalev Lember - 0.0.25-1 +- Update to 0.0.25 + +* Tue Mar 01 2016 Richard Hughes - 0.0.24-1 +- Update to 0.0.24 + +* Fri Feb 26 2016 Adam Williamson - 0.0.23-1 +- Update to 0.0.23 + +* Wed Feb 17 2016 Richard Hughes - 0.0.22-1 +- Update to 0.0.22 + +* Wed Feb 03 2016 Fedora Release Engineering - 0.0.21-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jan 20 2016 Kalev Lember - 0.0.21-1 +- Update to 0.0.21 + +* Mon Jan 11 2016 Kalev Lember - 0.0.20.1-1 +- Update to 0.0.20.1 + +* Mon Nov 02 2015 Kalev Lember - 0.0.18-1 +- Update to 0.0.18 + +* Mon Oct 12 2015 Kalev Lember - 0.0.17.2-1 +- Update to 0.0.17.2 + +* Mon Oct 12 2015 Kalev Lember - 0.0.17.1-1 +- Update to 0.0.17.1 + +* Mon Oct 05 2015 Kalev Lember - 0.0.17-2 +- s: provide anchors for accents + +* Sun Oct 04 2015 Kalev Lember - 0.0.17-1 +- Update to 0.0.17 + +* Tue Sep 08 2015 Kalev Lember - 0.0.16-4 +- Fix 'r' hinting +- Use upstream build system rules when regenerating otf files +- Use license macro + +* Tue Jun 16 2015 Fedora Release Engineering - 0.0.16-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Nov 17 2014 Pravin Satpute - 0.0.16-2 +- Added metainfo for gnome-software. + +* Tue Sep 23 2014 Kalev Lember - 0.0.16-1 +- Update to 0.0.16 + +* Fri Jun 06 2014 Fedora Release Engineering - 0.0.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Sep 25 2013 Richard Hughes - 0.0.15-1 +- Update to 0.0.15 + +* Fri Aug 23 2013 Kalev Lember - 0.0.14-1 +- Update to 0.0.14 + +* Sat Aug 03 2013 Fedora Release Engineering - 0.0.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Jun 20 2013 Kalev Lember - 0.0.13-1 +- Update to 0.0.13 + +* Wed Feb 13 2013 Fedora Release Engineering - 0.0.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Dec 20 2012 Kalev Lember - 0.0.12-1 +- Update to 0.0.12 + +* Tue Nov 20 2012 Richard Hughes - 0.0.11-1 +- Update to 0.0.11 + +* Tue Sep 25 2012 Cosimo Cecchi - 0.0.10.1-1 +- Update to 0.0.10.1 + +* Tue Sep 18 2012 Kalev Lember - 0.0.10-1 +- Update to 0.0.10 + +* Wed Jul 18 2012 Fedora Release Engineering - 0.0.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jun 11 2012 Richard Hughes - 0.0.9-1 +- Update to 0.0.9 + +* Wed Mar 28 2012 Richard Hughes - 0.0.8-1 +- Update to 0.0.8 + +* Thu Jan 12 2012 Fedora Release Engineering - 0.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Oct 18 2011 Matthias Clasen - 0.0.7-1 +- Update to 0.0.7 + +* Fri Oct 07 2011 Matěj Cepl - 0.0.6-2 +- Making the build EL-6 compatible. + +* Wed Jul 6 2011 Matthias Clasen - 0.0.6-1 +- Update to 0.0.6 + +* Mon Feb 21 2011 Cosimo Cecchi - 0.0.3-1 +- Update to 0.0.3 + +* Fri Feb 18 2011 Cosimo Cecchi - 0.0.1-4 +- Include upstream patch for the fontconfig snippet + +* Wed Feb 09 2011 Fedora Release Engineering - 0.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Feb 8 2011 Stephen Smoogen - 0.0.1-2 +- Fixed to meet review standards + +* Tue Feb 8 2011 Cosimo Cecchi - 0.0.1-1 +- Initial packaging of abattis-cantarell-fonts + diff --git a/abattis-cantarell.metainfo.xml b/abattis-cantarell.metainfo.xml new file mode 100644 index 0000000..69ddcdd --- /dev/null +++ b/abattis-cantarell.metainfo.xml @@ -0,0 +1,15 @@ + + + abattis-cantarell + CC-BY-3.0 + Cantarell + Cantarell, a Humanist sans-serif font family + +

+ Cantarell is a set of fonts designed by Dave Crossland. + It is a sans-serif humanist typeface family. +

+
+ psatpute_at_redhat_dot_com + http://abattis.org/cantarell/ +
diff --git a/cantarell-fontconfig.conf b/cantarell-fontconfig.conf new file mode 100644 index 0000000..bc9f574 --- /dev/null +++ b/cantarell-fontconfig.conf @@ -0,0 +1,33 @@ + + + + + + + system-ui + + Cantarell + + + + + + Cantarell + + system-ui + + + + + + Cantarell + + + Cantarell + + + diff --git a/sources b/sources new file mode 100644 index 0000000..847278c --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (cantarell-fonts-0.0.25.tar.xz) = c09c3ecb3d4c50f613234398fabd327ca92b8abbc27082e8e98f2944f3dd9f0c2ff4c022ff5e5503a86e724bb8e2fbf6cd081f8a29e91b4209f5bf0e32168c3e