From cd3bd5c12939e0f31dc259c54c71098ed8ffafca Mon Sep 17 00:00:00 2001 From: Alexis Lameire Date: Sun, 19 Aug 2012 14:32:18 +0200 Subject: [PATCH 01/45] initial import into fedora repo --- .gitignore | 1 + adobe-source-sans-pro-fonts-fontconfig.conf | 16 ++++++ adobe-source-sans-pro-fonts.spec | 59 +++++++++++++++++++++ sources | 1 + 4 files changed, 77 insertions(+) create mode 100644 adobe-source-sans-pro-fonts-fontconfig.conf create mode 100644 adobe-source-sans-pro-fonts.spec diff --git a/.gitignore b/.gitignore index e69de29..11c83df 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/SourceSansPro_FontsOnly-1.033.zip diff --git a/adobe-source-sans-pro-fonts-fontconfig.conf b/adobe-source-sans-pro-fonts-fontconfig.conf new file mode 100644 index 0000000..0432c78 --- /dev/null +++ b/adobe-source-sans-pro-fonts-fontconfig.conf @@ -0,0 +1,16 @@ + + + + + Source Sans Pro + + sans-serif + + + + sans-serif + + Source Sans Pro + + + diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec new file mode 100644 index 0000000..a4a58db --- /dev/null +++ b/adobe-source-sans-pro-fonts.spec @@ -0,0 +1,59 @@ +%global fontname source-sans-pro +%global fontconf 63-%{fontname}.conf + +Name: adobe-source-sans-pro-fonts +Version: 1.033 +Release: 3%{?dist} +Summary: A set of OpenType fonts designed for user interfaces + +License: OFL +URL: http://sourceforge.net/projects/sourcesans.adobe/ + +#unable to build from source : source format is unbuldable with free software +Source0: http://downloads.sourceforge.net/sourcesans.adobe/SourceSansPro_FontsOnly-%{version}.zip +Source1: %{name}-fontconfig.conf + +BuildArch: noarch +BuildRequires: fontpackages-devel +Requires: fontpackages-filesystem + +%description +Source Sans is a set of OpenType fonts that have been designed to work well in +user interface (UI) environments, as well as in text setting for screen and +print. + +%prep +%setup -q -n SourceSansPro_FontsOnly-%{version} + +sed -i "s|\r||" LICENSE.txt + +%build + +%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 %{SOURCE1} \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf} +ln -s %{_fontconfig_templatedir}/%{fontconf} \ + %{buildroot}%{_fontconfig_confdir}/%{fontconf} + + +%_font_pkg -f %{fontconf} *.otf + +%doc *.txt SourceSansProReadMe.html + + +%changelog +* Wed Aug 15 2012 Alexis Lameire - 1.033-3 +- Drop useless doc file Readme.html + +* Sat Aug 04 2012 Alexis Lameire - 1.033-2 +- use versionned source + +* Fri Aug 03 2012 Alexis Lameire - 1.033-1 +- initial release + diff --git a/sources b/sources index e69de29..85da010 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3c9453d754d044175c1082bdf2ab032a SourceSansPro_FontsOnly-1.033.zip From 9745036b7c9721035e71ea3f639460c9a024be55 Mon Sep 17 00:00:00 2001 From: Alexis Lameire Date: Wed, 29 Aug 2012 15:53:12 +0200 Subject: [PATCH 02/45] update to 1.034 release --- .gitignore | 1 + adobe-source-sans-pro-fonts.spec | 9 ++++++--- sources | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 11c83df..d19c468 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /SourceSansPro_FontsOnly-1.033.zip +/SourceSansPro_FontsOnly-1.034.zip diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index a4a58db..64a2ee9 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -2,8 +2,8 @@ %global fontconf 63-%{fontname}.conf Name: adobe-source-sans-pro-fonts -Version: 1.033 -Release: 3%{?dist} +Version: 1.034 +Release: 1%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -31,7 +31,7 @@ sed -i "s|\r||" LICENSE.txt %install install -m 0755 -d %{buildroot}%{_fontdir} -install -m 0644 -p OTF/*.otf %{buildroot}%{_fontdir} +install -m 0644 -p *.otf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} @@ -48,6 +48,9 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \ %changelog +* Wed Aug 29 2012 Alexis Lameire - 1.034-1 +- update to 1.034-1 upstream release + * Wed Aug 15 2012 Alexis Lameire - 1.033-3 - Drop useless doc file Readme.html diff --git a/sources b/sources index 85da010..998da57 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 3c9453d754d044175c1082bdf2ab032a SourceSansPro_FontsOnly-1.033.zip +269ee3ae71a87eb0ca4ebb0a66b0e198 SourceSansPro_FontsOnly-1.034.zip From c3593daf230c18c041fb03b3cd928d69d732940e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 10:19:23 -0600 Subject: [PATCH 03/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 64a2ee9..6347528 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -3,7 +3,7 @@ Name: adobe-source-sans-pro-fonts Version: 1.034 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -48,6 +48,9 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \ %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 1.034-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Aug 29 2012 Alexis Lameire - 1.034-1 - update to 1.034-1 upstream release From 5a6af2f18b28dd3be94972bd847fb464fff30237 Mon Sep 17 00:00:00 2001 From: Alexis Lameire Date: Mon, 29 Apr 2013 19:12:44 +0200 Subject: [PATCH 04/45] update to 1.050 upstream release --- .gitignore | 1 + adobe-source-sans-pro-fonts.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d19c468..a961d6c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /SourceSansPro_FontsOnly-1.033.zip /SourceSansPro_FontsOnly-1.034.zip +/SourceSansPro_FontsOnly-1.050.zip diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 64a2ee9..61b3492 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -2,7 +2,7 @@ %global fontconf 63-%{fontname}.conf Name: adobe-source-sans-pro-fonts -Version: 1.034 +Version: 1.050 Release: 1%{?dist} Summary: A set of OpenType fonts designed for user interfaces @@ -48,6 +48,9 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \ %changelog +* Mon Apr 29 2013 Alexis Lameire - 1.050-1 +- update to 1.050-1 upstream release + * Wed Aug 29 2012 Alexis Lameire - 1.034-1 - update to 1.034-1 upstream release diff --git a/sources b/sources index 998da57..be1a8b5 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -3c9453d754d044175c1082bdf2ab032a SourceSansPro_FontsOnly-1.033.zip -269ee3ae71a87eb0ca4ebb0a66b0e198 SourceSansPro_FontsOnly-1.034.zip +fb09802ab1ce200da18dc6f7ed5671b0 SourceSansPro_FontsOnly-1.050.zip From f75d11679f1964db594bce35b14b02d9a0b77243 Mon Sep 17 00:00:00 2001 From: Alexis Lameire Date: Mon, 29 Apr 2013 19:28:25 +0200 Subject: [PATCH 05/45] solve dir bug on first compile --- adobe-source-sans-pro-fonts.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 61b3492..fabf3fa 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -31,7 +31,7 @@ sed -i "s|\r||" LICENSE.txt %install install -m 0755 -d %{buildroot}%{_fontdir} -install -m 0644 -p *.otf %{buildroot}%{_fontdir} +install -m 0644 -p OTF/*.otf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} From cfd74b654d25f8689869706eb2382ee2ecac5d0c Mon Sep 17 00:00:00 2001 From: Alexis Lameire Date: Mon, 29 Apr 2013 19:32:41 +0200 Subject: [PATCH 06/45] solve unsolved merge conflict --- adobe-source-sans-pro-fonts.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 434adcf..6a3af73 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -2,13 +2,8 @@ %global fontconf 63-%{fontname}.conf Name: adobe-source-sans-pro-fonts -<<<<<<< HEAD Version: 1.050 Release: 1%{?dist} -======= -Version: 1.034 -Release: 2%{?dist} ->>>>>>> c3593daf230c18c041fb03b3cd928d69d732940e Summary: A set of OpenType fonts designed for user interfaces License: OFL From b4146c10ee1504e4f1f7faf7246fcf34afc9350f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 19:18:20 -0500 Subject: [PATCH 07/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 6a3af73..b381155 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -3,7 +3,7 @@ Name: adobe-source-sans-pro-fonts Version: 1.050 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -48,6 +48,9 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \ %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 1.050-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Mon Apr 29 2013 Alexis Lameire - 1.050-1 - update to 1.050-1 upstream release From f851922face1d1e4345d0ed00705477aa429f2be Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 19:09:55 -0500 Subject: [PATCH 08/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index b381155..528ca92 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -3,7 +3,7 @@ Name: adobe-source-sans-pro-fonts Version: 1.050 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -48,6 +48,9 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \ %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 1.050-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sat Aug 03 2013 Fedora Release Engineering - 1.050-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From b1f591b8195a6d238769f14b8ebacf3f773586ee Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 15 Oct 2014 21:47:57 +0100 Subject: [PATCH 09/45] Add a MetaInfo file for the software center --- adobe-source-sans-pro-fonts.spec | 10 +++++++++- source-sans-pro.metainfo.xml | 8 ++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 source-sans-pro.metainfo.xml diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 528ca92..43bc293 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -3,7 +3,7 @@ Name: adobe-source-sans-pro-fonts Version: 1.050 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -12,6 +12,7 @@ URL: http://sourceforge.net/projects/sourcesans.adobe/ #unable to build from source : source format is unbuldable with free software Source0: http://downloads.sourceforge.net/sourcesans.adobe/SourceSansPro_FontsOnly-%{version}.zip Source1: %{name}-fontconfig.conf +Source2: %{fontname}.metainfo.xml BuildArch: noarch BuildRequires: fontpackages-devel @@ -41,13 +42,20 @@ install -m 0644 -p %{SOURCE1} \ ln -s %{_fontconfig_templatedir}/%{fontconf} \ %{buildroot}%{_fontconfig_confdir}/%{fontconf} +# Add AppStream metadata +install -Dm 0644 -p %{SOURCE2} \ + %{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml %_font_pkg -f %{fontconf} *.otf +%{_datadir}/appdata/%{fontname}.metainfo.xml %doc *.txt SourceSansProReadMe.html %changelog +* Wed Oct 15 2014 Richard Hughes - 1.050-4 +- Add a MetaInfo file for the software center; this is a font we want to show. + * Sat Jun 07 2014 Fedora Release Engineering - 1.050-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/source-sans-pro.metainfo.xml b/source-sans-pro.metainfo.xml new file mode 100644 index 0000000..0a6b0dd --- /dev/null +++ b/source-sans-pro.metainfo.xml @@ -0,0 +1,8 @@ + + + + source-sans-pro + CC0-1.0 + Source Sans + A set of fonts designed for user interfaces + From 8eed5ff9cb4d69662c4376926c1c10b3afcb704a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 16 Jun 2015 23:38:39 +0000 Subject: [PATCH 10/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 43bc293..c41afd1 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -3,7 +3,7 @@ Name: adobe-source-sans-pro-fonts Version: 1.050 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -53,6 +53,9 @@ install -Dm 0644 -p %{SOURCE2} \ %changelog +* Tue Jun 16 2015 Fedora Release Engineering - 1.050-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Oct 15 2014 Richard Hughes - 1.050-4 - Add a MetaInfo file for the software center; this is a font we want to show. From b5f3066d88d37661430580891ad52ff114fd156f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 16:00:10 +0000 Subject: [PATCH 11/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index c41afd1..4a1c865 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -3,7 +3,7 @@ Name: adobe-source-sans-pro-fonts Version: 1.050 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -53,6 +53,9 @@ install -Dm 0644 -p %{SOURCE2} \ %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 1.050-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Tue Jun 16 2015 Fedora Release Engineering - 1.050-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From fc038987f3a4b2daebf78bd8638bd8591f85d9d8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 05:46:11 +0000 Subject: [PATCH 12/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 4a1c865..ec8d1f1 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -3,7 +3,7 @@ Name: adobe-source-sans-pro-fonts Version: 1.050 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -53,6 +53,9 @@ install -Dm 0644 -p %{SOURCE2} \ %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.050-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Feb 03 2016 Fedora Release Engineering - 1.050-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 2eac62e925ec4ae9fd58095dba5e81b6305741a8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 02:37:30 +0000 Subject: [PATCH 13/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index ec8d1f1..a516aac 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -3,7 +3,7 @@ Name: adobe-source-sans-pro-fonts Version: 1.050 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -53,6 +53,9 @@ install -Dm 0644 -p %{SOURCE2} \ %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.050-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 1.050-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 746b0e68fb7e20f8f3c2e917f95ec771c2623fa3 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 17 Oct 2017 22:07:46 +0200 Subject: [PATCH 14/45] - Update to 2.020 - Update upstream URL - Comply with latest packaging guidelines --- .gitignore | 1 + adobe-source-sans-pro-fonts.spec | 47 ++++++++++++++++++++++---------- sources | 2 +- 3 files changed, 35 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index a961d6c..df0d5f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /SourceSansPro_FontsOnly-1.033.zip /SourceSansPro_FontsOnly-1.034.zip /SourceSansPro_FontsOnly-1.050.zip +/adobe-source-sans-pro-fonts-2.020.tar.gz diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index a516aac..5f5d003 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,35 +1,48 @@ %global fontname source-sans-pro %global fontconf 63-%{fontname}.conf +%global roman_version 2.020 +%global italic_version 1.075 +%global github_tag %{roman_version}R-ro/%{italic_version}R-it +%global source_dir %{fontname}-%(tr "/" "-" <<<%{github_tag}) + Name: adobe-source-sans-pro-fonts -Version: 1.050 -Release: 8%{?dist} +Version: %{roman_version} +Release: 1%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL -URL: http://sourceforge.net/projects/sourcesans.adobe/ - -#unable to build from source : source format is unbuldable with free software -Source0: http://downloads.sourceforge.net/sourcesans.adobe/SourceSansPro_FontsOnly-%{version}.zip +URL: https://github.com/adobe-fonts/source-sans-pro +#unable to build from source: source format is unbuildable with free software +Source0: https://github.com/adobe-fonts/source-sans-pro/archive/%{github_tag}/%{name}-%{version}.tar.gz Source1: %{name}-fontconfig.conf Source2: %{fontname}.metainfo.xml -BuildArch: noarch BuildRequires: fontpackages-devel Requires: fontpackages-filesystem +BuildArch: noarch %description Source Sans is a set of OpenType fonts that have been designed to work well in -user interface (UI) environments, as well as in text setting for screen and +user interface (UI) environments, as well as in text setting for screen and print. -%prep -%setup -q -n SourceSansPro_FontsOnly-%{version} -sed -i "s|\r||" LICENSE.txt +%prep +%autosetup -n %{source_dir} + +# Fix permissions +chmod 0644 LICENSE.txt README.md + +# Fix wrong EOLs +sed -i.orig "s/\r//" LICENSE.txt && \ +touch -r LICENSE.txt.orig LICENSE.txt && \ +rm LICENSE.txt.orig + %build + %install install -m 0755 -d %{buildroot}%{_fontdir} install -m 0644 -p OTF/*.otf %{buildroot}%{_fontdir} @@ -46,13 +59,19 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \ install -Dm 0644 -p %{SOURCE2} \ %{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml -%_font_pkg -f %{fontconf} *.otf -%{_datadir}/appdata/%{fontname}.metainfo.xml -%doc *.txt SourceSansProReadMe.html +%_font_pkg -f %{fontconf} *.otf +%doc README.md +%license LICENSE.txt +%{_datadir}/appdata/%{fontname}.metainfo.xml %changelog +* Tue Oct 17 2017 Mohamed El Morabity - 2.020-1 +- Update to 2.020 +- Update upstream URL +- Comply with latest packaging guidelines + * Wed Jul 26 2017 Fedora Release Engineering - 1.050-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild diff --git a/sources b/sources index be1a8b5..ee88340 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb09802ab1ce200da18dc6f7ed5671b0 SourceSansPro_FontsOnly-1.050.zip +SHA512 (adobe-source-sans-pro-fonts-2.020.tar.gz) = 877b47b203d6f8ee71e60ba612a25b5a1b707205b0a4aaf02cfe2c806466acc6d393c93ad2fd6e76d761150b2594fcd6abce7b3c0415b5b915b06c6c143b6b53 From a28c1cb73e61f78f6061d0c852e5892838043b31 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 01:55:20 +0000 Subject: [PATCH 15/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 5f5d003..ea67969 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -8,7 +8,7 @@ Name: adobe-source-sans-pro-fonts Version: %{roman_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -67,6 +67,9 @@ install -Dm 0644 -p %{SOURCE2} \ %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 2.020-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Tue Oct 17 2017 Mohamed El Morabity - 2.020-1 - Update to 2.020 - Update upstream URL From 21a9a5b0ba24bb3cf510bd8a030001e2de71af18 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 20:01:20 +0000 Subject: [PATCH 16/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index ea67969..b02d242 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -8,7 +8,7 @@ Name: adobe-source-sans-pro-fonts Version: %{roman_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -67,6 +67,9 @@ install -Dm 0644 -p %{SOURCE2} \ %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 2.020-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 2.020-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 4b54e1a981daee6e2058b3423ce74280cd12d492 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 13:00:52 +0000 Subject: [PATCH 17/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index b02d242..feb724e 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -8,7 +8,7 @@ Name: adobe-source-sans-pro-fonts Version: %{roman_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -67,6 +67,9 @@ install -Dm 0644 -p %{SOURCE2} \ %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 2.020-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Thu Jul 12 2018 Fedora Release Engineering - 2.020-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From a484e75adb46cff148eb8cee62ccf30e7764e3c1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jul 2019 17:36:39 +0000 Subject: [PATCH 18/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index feb724e..6c169cc 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -8,7 +8,7 @@ Name: adobe-source-sans-pro-fonts Version: %{roman_version} -Release: 4%{?dist} +Release: 5%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -67,6 +67,9 @@ install -Dm 0644 -p %{SOURCE2} \ %changelog +* Wed Jul 24 2019 Fedora Release Engineering - 2.020-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jan 31 2019 Fedora Release Engineering - 2.020-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 6dfcf68aae119953bc77a54169b822bc90b58896 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Fri, 9 Aug 2019 18:25:22 +0200 Subject: [PATCH 19/45] Update to 2.0.45 --- .gitignore | 1 + adobe-source-sans-pro-fonts.spec | 32 +++++++++++++++----------------- sources | 2 +- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index df0d5f9..394d70f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /SourceSansPro_FontsOnly-1.034.zip /SourceSansPro_FontsOnly-1.050.zip /adobe-source-sans-pro-fonts-2.020.tar.gz +/adobe-source-sans-pro-fonts-2.045.tar.gz diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 6c169cc..216435a 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,20 +1,20 @@ %global fontname source-sans-pro %global fontconf 63-%{fontname}.conf -%global roman_version 2.020 -%global italic_version 1.075 +%global roman_version 2.045 +%global italic_version 1.095 %global github_tag %{roman_version}R-ro/%{italic_version}R-it %global source_dir %{fontname}-%(tr "/" "-" <<<%{github_tag}) Name: adobe-source-sans-pro-fonts Version: %{roman_version} -Release: 5%{?dist} +Release: 1%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL -URL: https://github.com/adobe-fonts/source-sans-pro -#unable to build from source: source format is unbuildable with free software -Source0: https://github.com/adobe-fonts/source-sans-pro/archive/%{github_tag}/%{name}-%{version}.tar.gz +URL: https://github.com/adobe-fonts/source-sans-pro/ +# Can't build fonts without nonfree softwares +Source0: %{url}/archive/%{github_tag}/%{name}-%{version}.tar.gz Source1: %{name}-fontconfig.conf Source2: %{fontname}.metainfo.xml @@ -44,20 +44,15 @@ rm LICENSE.txt.orig %install -install -m 0755 -d %{buildroot}%{_fontdir} -install -m 0644 -p OTF/*.otf %{buildroot}%{_fontdir} +install -dm 0755 $RPM_BUILD_ROOT%{_fontdir} +install -pm 0644 OTF/*.otf $RPM_BUILD_ROOT%{_fontdir} -install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ - %{buildroot}%{_fontconfig_confdir} - -install -m 0644 -p %{SOURCE1} \ - %{buildroot}%{_fontconfig_templatedir}/%{fontconf} -ln -s %{_fontconfig_templatedir}/%{fontconf} \ - %{buildroot}%{_fontconfig_confdir}/%{fontconf} +install -dm 0755 $RPM_BUILD_ROOT%{_fontconfig_templatedir} $RPM_BUILD_ROOT%{_fontconfig_confdir} +install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_fontconfig_templatedir}/%{fontconf} +ln -s %{_fontconfig_templatedir}/%{fontconf} $RPM_BUILD_ROOT%{_fontconfig_confdir}/%{fontconf} # Add AppStream metadata -install -Dm 0644 -p %{SOURCE2} \ - %{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml +install -Dpm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/appdata/%{fontname}.metainfo.xml %_font_pkg -f %{fontconf} *.otf @@ -67,6 +62,9 @@ install -Dm 0644 -p %{SOURCE2} \ %changelog +* Fri Aug 09 2019 Mohamed El Morabity - 2.045-1 +- Update to 2.0.45 + * Wed Jul 24 2019 Fedora Release Engineering - 2.020-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index ee88340..3dc4f82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adobe-source-sans-pro-fonts-2.020.tar.gz) = 877b47b203d6f8ee71e60ba612a25b5a1b707205b0a4aaf02cfe2c806466acc6d393c93ad2fd6e76d761150b2594fcd6abce7b3c0415b5b915b06c6c143b6b53 +SHA512 (adobe-source-sans-pro-fonts-2.045.tar.gz) = 42956c74a8414d5427c9a552acaec929beceed602fcd1adcf077297c06d85b99afda057954772cbbfd9d959673afd511e28cd1a69825558603daed28f6401dbb From 75c1af5c5be66d30f6950789571727e92dc08cb3 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Wed, 18 Dec 2019 14:32:44 +0100 Subject: [PATCH 20/45] Update to 3.006 --- .gitignore | 2 ++ adobe-source-sans-pro-fonts.spec | 26 ++++++++------------------ sources | 2 +- 3 files changed, 11 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 394d70f..02f9a35 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /SourceSansPro_FontsOnly-1.050.zip /adobe-source-sans-pro-fonts-2.020.tar.gz /adobe-source-sans-pro-fonts-2.045.tar.gz +/adobe-source-sans-pro-fonts-3.006.tar.gz +/source-sans-pro-3.006R.zip diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 216435a..7b9098f 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,20 +1,15 @@ %global fontname source-sans-pro %global fontconf 63-%{fontname}.conf -%global roman_version 2.045 -%global italic_version 1.095 -%global github_tag %{roman_version}R-ro/%{italic_version}R-it -%global source_dir %{fontname}-%(tr "/" "-" <<<%{github_tag}) - Name: adobe-source-sans-pro-fonts -Version: %{roman_version} +Version: 3.006 Release: 1%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL -URL: https://github.com/adobe-fonts/source-sans-pro/ +URL: https://github.com/adobe-fonts/%{fontname}/ # Can't build fonts without nonfree softwares -Source0: %{url}/archive/%{github_tag}/%{name}-%{version}.tar.gz +Source0: %{url}/releases/download/%{version}R/%{fontname}-%{version}R.zip Source1: %{name}-fontconfig.conf Source2: %{fontname}.metainfo.xml @@ -29,15 +24,7 @@ print. %prep -%autosetup -n %{source_dir} - -# Fix permissions -chmod 0644 LICENSE.txt README.md - -# Fix wrong EOLs -sed -i.orig "s/\r//" LICENSE.txt && \ -touch -r LICENSE.txt.orig LICENSE.txt && \ -rm LICENSE.txt.orig +%autosetup -n %{fontname}-%{version}R %build @@ -57,11 +44,14 @@ install -Dpm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/appdata/%{fontname}.meta %_font_pkg -f %{fontconf} *.otf %doc README.md -%license LICENSE.txt +%license LICENSE.md %{_datadir}/appdata/%{fontname}.metainfo.xml %changelog +* Wed Dec 18 2019 Mohamed El Morabity - 3.006-1 +- Update to 3.006 + * Fri Aug 09 2019 Mohamed El Morabity - 2.045-1 - Update to 2.0.45 diff --git a/sources b/sources index 3dc4f82..a1f75e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adobe-source-sans-pro-fonts-2.045.tar.gz) = 42956c74a8414d5427c9a552acaec929beceed602fcd1adcf077297c06d85b99afda057954772cbbfd9d959673afd511e28cd1a69825558603daed28f6401dbb +SHA512 (source-sans-pro-3.006R.zip) = f6351e7b842204ff07bbbf0c6ea1e7767d5adc4e0102435c3efab5ee1f14f7c6a6efe8c475fa286e1c82399e13bad11d75430a10338f41e6ffb9b52939cb9d25 From 9e9242c0c5a099c55e82e03112b450c9c484b728 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 11:16:13 +0000 Subject: [PATCH 21/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 7b9098f..31b286c 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -3,7 +3,7 @@ Name: adobe-source-sans-pro-fonts Version: 3.006 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -49,6 +49,9 @@ install -Dpm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/appdata/%{fontname}.meta %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 3.006-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Dec 18 2019 Mohamed El Morabity - 3.006-1 - Update to 3.006 From de81e2586b6cc0675e8ecc0bc58307e2bccea243 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 11:47:33 +0000 Subject: [PATCH 22/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 31b286c..4e6806c 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -3,7 +3,7 @@ Name: adobe-source-sans-pro-fonts Version: 3.006 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A set of OpenType fonts designed for user interfaces License: OFL @@ -49,6 +49,9 @@ install -Dpm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/appdata/%{fontname}.meta %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 3.006-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jan 28 2020 Fedora Release Engineering - 3.006-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From a08604d3b4fc122d5e9a4d9fe2e5f90564a91a5b Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Mon, 7 Sep 2020 23:13:20 +0200 Subject: [PATCH 23/45] Update to 3.028 + migrate to new packaging scheme --- .gitignore | 1 + 63-adobe-source-sans-pro-fonts.conf | 48 ++++++++++++++ adobe-source-sans-pro-fonts-fontconfig.conf | 16 ----- adobe-source-sans-pro-fonts.spec | 70 +++++++++++---------- source-sans-pro.metainfo.xml | 8 --- sources | 2 +- 6 files changed, 86 insertions(+), 59 deletions(-) create mode 100644 63-adobe-source-sans-pro-fonts.conf delete mode 100644 adobe-source-sans-pro-fonts-fontconfig.conf delete mode 100644 source-sans-pro.metainfo.xml diff --git a/.gitignore b/.gitignore index 02f9a35..813b04f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /adobe-source-sans-pro-fonts-2.045.tar.gz /adobe-source-sans-pro-fonts-3.006.tar.gz /source-sans-pro-3.006R.zip +/source-sans-3v028R.zip diff --git a/63-adobe-source-sans-pro-fonts.conf b/63-adobe-source-sans-pro-fonts.conf new file mode 100644 index 0000000..8c9fcb8 --- /dev/null +++ b/63-adobe-source-sans-pro-fonts.conf @@ -0,0 +1,48 @@ + + + + + + Source Sans 3 + + sans-serif + + + + sans-serif + + Source Sans 3 + + + + + Source Sans Pro + + Source Sans 3 + + + + Source Sans Pro ExtraLight + + Source Sans 3 ExtraLight + + + + Source Sans Pro Light + + Source Sans 3 Light + + + + Source Sans Pro SemiBold + + Source Sans 3 SemiBold + + + + Source Sans Pro Black + + Source Sans 3 Black + + + diff --git a/adobe-source-sans-pro-fonts-fontconfig.conf b/adobe-source-sans-pro-fonts-fontconfig.conf deleted file mode 100644 index 0432c78..0000000 --- a/adobe-source-sans-pro-fonts-fontconfig.conf +++ /dev/null @@ -1,16 +0,0 @@ - - - - - Source Sans Pro - - sans-serif - - - - sans-serif - - Source Sans Pro - - - diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 4e6806c..23de460 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,54 +1,57 @@ -%global fontname source-sans-pro -%global fontconf 63-%{fontname}.conf +%global major_version 3 +%global minor_version 028 -Name: adobe-source-sans-pro-fonts -Version: 3.006 -Release: 3%{?dist} -Summary: A set of OpenType fonts designed for user interfaces +Version: %{major_version}.%{minor_version} +Release: 1 +URL: https://github.com/adobe-fonts/source-sans-pro/ -License: OFL -URL: https://github.com/adobe-fonts/%{fontname}/ -# Can't build fonts without nonfree softwares -Source0: %{url}/releases/download/%{version}R/%{fontname}-%{version}R.zip -Source1: %{name}-fontconfig.conf -Source2: %{fontname}.metainfo.xml +%global foundry adobe +%global fontlicense OFL +%global fontlicenses LICENSE.md +%global fontdocs README.md +%global fontdocsex %{fontlicenses} -BuildRequires: fontpackages-devel -Requires: fontpackages-filesystem -BuildArch: noarch - -%description -Source Sans is a set of OpenType fonts that have been designed to work well in +%global fontfamily Source Sans Pro +%global fontsummary A set of OpenType fonts designed for user interfaces +%global fonts OTF/*.otf +%global fontconfs %{SOURCE10} +%global fontdescription %{expand:Source Sans is a set of OpenType fonts that have been designed to work well in user interface (UI) environments, as well as in text setting for screen and -print. +print.} + +Source0: %{url}/releases/download/%{version}R/source-sans-%{major_version}v%{minor_version}R.zip +# Adjust as necessary. Keeping the filename in sync with the package name is a good idea. +# See the fontconfig templates in fonts-rpm-templates for information on how to +# write good fontconfig files and choose the correct priority [number]. +Source10: 63-%{fontpkgname}.conf + +%fontpkg %prep -%autosetup -n %{fontname}-%{version}R +%autosetup -c %build +%fontbuild %install -install -dm 0755 $RPM_BUILD_ROOT%{_fontdir} -install -pm 0644 OTF/*.otf $RPM_BUILD_ROOT%{_fontdir} - -install -dm 0755 $RPM_BUILD_ROOT%{_fontconfig_templatedir} $RPM_BUILD_ROOT%{_fontconfig_confdir} -install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_fontconfig_templatedir}/%{fontconf} -ln -s %{_fontconfig_templatedir}/%{fontconf} $RPM_BUILD_ROOT%{_fontconfig_confdir}/%{fontconf} - -# Add AppStream metadata -install -Dpm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/appdata/%{fontname}.metainfo.xml +%fontinstall -%_font_pkg -f %{fontconf} *.otf -%doc README.md -%license LICENSE.md -%{_datadir}/appdata/%{fontname}.metainfo.xml +%check +%fontcheck + + +%fontfiles %changelog +* Mon Sep 07 2020 Mohamed El Morabity - 3.028-1 +- Migrate to new font packaging scheme +- Update to 3.028 + * Mon Jul 27 2020 Fedora Release Engineering - 3.006-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild @@ -116,4 +119,3 @@ install -Dpm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/appdata/%{fontname}.meta * Fri Aug 03 2012 Alexis Lameire - 1.033-1 - initial release - diff --git a/source-sans-pro.metainfo.xml b/source-sans-pro.metainfo.xml deleted file mode 100644 index 0a6b0dd..0000000 --- a/source-sans-pro.metainfo.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - source-sans-pro - CC0-1.0 - Source Sans - A set of fonts designed for user interfaces - diff --git a/sources b/sources index a1f75e3..801c744 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (source-sans-pro-3.006R.zip) = f6351e7b842204ff07bbbf0c6ea1e7767d5adc4e0102435c3efab5ee1f14f7c6a6efe8c475fa286e1c82399e13bad11d75430a10338f41e6ffb9b52939cb9d25 +SHA512 (source-sans-3v028R.zip) = 4aa01b9b56b7449118f171ae57a43309fb6ff7bb8e9c40643dc15b1aa529d39ecf496e9e8be60ef0cdc16762cfaf5b28b6ddadf818ddaeb3cceb8bb5d55f1891 From 8772510bc85e4d5a3c6795f9534a1b97d20d197e Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 8 Sep 2020 10:28:48 +0200 Subject: [PATCH 24/45] Fix fontconfig file --- 63-adobe-source-sans-pro-fonts.conf | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/63-adobe-source-sans-pro-fonts.conf b/63-adobe-source-sans-pro-fonts.conf index 8c9fcb8..77e91eb 100644 --- a/63-adobe-source-sans-pro-fonts.conf +++ b/63-adobe-source-sans-pro-fonts.conf @@ -1,5 +1,5 @@ - + @@ -15,34 +15,34 @@ - + Source Sans Pro - + Source Sans 3 - + - + Source Sans Pro ExtraLight - + Source Sans 3 ExtraLight - + - + Source Sans Pro Light - + Source Sans 3 Light - + - + Source Sans Pro SemiBold - + Source Sans 3 SemiBold - + - + Source Sans Pro Black - + Source Sans 3 Black - + From 25035768136bad083e0e7cedf06e59a44b3396ca Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 8 Sep 2020 10:51:57 +0200 Subject: [PATCH 25/45] Add missing dist tag --- adobe-source-sans-pro-fonts.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 23de460..c0b8bae 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -2,7 +2,7 @@ %global minor_version 028 Version: %{major_version}.%{minor_version} -Release: 1 +Release: 1%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe @@ -48,7 +48,7 @@ Source10: 63-%{fontpkgname}.conf %changelog -* Mon Sep 07 2020 Mohamed El Morabity - 3.028-1 +* Tue Sep 08 2020 Mohamed El Morabity - 3.028-1 - Migrate to new font packaging scheme - Update to 3.028 From 0cca1db343aaad08331d80cbdbb23c22b1bddaa1 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Fri, 25 Dec 2020 16:15:35 +0100 Subject: [PATCH 26/45] First import for EPEL --- .gitignore | 1 + adobe-source-sans-pro-fonts-fontconfig.conf | 48 ++++++++++++++++++ adobe-source-sans-pro-fonts.spec | 55 +++++++++++++++++++++ source-sans-pro.metainfo.xml | 7 +++ sources | 1 + 5 files changed, 112 insertions(+) create mode 100644 adobe-source-sans-pro-fonts-fontconfig.conf create mode 100644 adobe-source-sans-pro-fonts.spec create mode 100644 source-sans-pro.metainfo.xml diff --git a/.gitignore b/.gitignore index e69de29..bd1cbbe 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/source-sans-3v028R.zip diff --git a/adobe-source-sans-pro-fonts-fontconfig.conf b/adobe-source-sans-pro-fonts-fontconfig.conf new file mode 100644 index 0000000..77e91eb --- /dev/null +++ b/adobe-source-sans-pro-fonts-fontconfig.conf @@ -0,0 +1,48 @@ + + + + + + Source Sans 3 + + sans-serif + + + + sans-serif + + Source Sans 3 + + + + + Source Sans Pro + + Source Sans 3 + + + + Source Sans Pro ExtraLight + + Source Sans 3 ExtraLight + + + + Source Sans Pro Light + + Source Sans 3 Light + + + + Source Sans Pro SemiBold + + Source Sans 3 SemiBold + + + + Source Sans Pro Black + + Source Sans 3 Black + + + diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec new file mode 100644 index 0000000..d90dc40 --- /dev/null +++ b/adobe-source-sans-pro-fonts.spec @@ -0,0 +1,55 @@ +%global fontname source-sans-pro +%global fontconf 63-%{fontname}.conf + +%global major_version 3 +%global minor_version 028 + +Name: adobe-source-sans-pro-fonts +Version: %{major_version}.%{minor_version} +Release: 1%{?dist} +Summary: A set of OpenType fonts designed for user interfaces + +License: OFL +URL: https://github.com/adobe-fonts/%{fontname} +Source0: %{url}/releases/download/%{version}R/source-sans-%{major_version}v%{minor_version}R.zip +Source1: %{name}-fontconfig.conf +Source2: %{fontname}.metainfo.xml + +BuildRequires: fontpackages-devel +Requires: fontpackages-filesystem +BuildArch: noarch + +%description +Source Sans is a set of OpenType fonts that have been designed to work well in +user interface (UI) environments, as well as in text setting for screen and +print. + + +%prep +%autosetup -c + + +%build + + +%install +install -dm 0755 $RPM_BUILD_ROOT%{_fontdir} +install -pm 0644 OTF/*.otf $RPM_BUILD_ROOT%{_fontdir} + +install -dm 0755 $RPM_BUILD_ROOT%{_fontconfig_templatedir} $RPM_BUILD_ROOT%{_fontconfig_confdir} +install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_fontconfig_templatedir}/%{fontconf} +ln -s %{_fontconfig_templatedir}/%{fontconf} $RPM_BUILD_ROOT%{_fontconfig_confdir}/%{fontconf} + +# Add AppStream metadata +install -Dpm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/appdata/%{fontname}.metainfo.xml + + +%_font_pkg -f %{fontconf} *.otf +%doc README.md +%license LICENSE.md +%{_datadir}/appdata/%{fontname}.metainfo.xml + + +%changelog +* Fri Dec 25 2020 Mohamed El Morabity - 3.028-1 +- Initial release for EPEL diff --git a/source-sans-pro.metainfo.xml b/source-sans-pro.metainfo.xml new file mode 100644 index 0000000..70835e9 --- /dev/null +++ b/source-sans-pro.metainfo.xml @@ -0,0 +1,7 @@ + + + source-sans-pro + CC0-1.0 + Source Sans 3 + A set of fonts designed for user interfaces + diff --git a/sources b/sources index e69de29..801c744 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (source-sans-3v028R.zip) = 4aa01b9b56b7449118f171ae57a43309fb6ff7bb8e9c40643dc15b1aa529d39ecf496e9e8be60ef0cdc16762cfaf5b28b6ddadf818ddaeb3cceb8bb5d55f1891 From 26254a236cda127b6ff70c485425ede46d8abf96 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 25 Jan 2021 23:51:10 +0000 Subject: [PATCH 27/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index c0b8bae..c199814 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -2,7 +2,7 @@ %global minor_version 028 Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe @@ -48,6 +48,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Mon Jan 25 2021 Fedora Release Engineering - 3.028-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Sep 08 2020 Mohamed El Morabity - 3.028-1 - Migrate to new font packaging scheme - Update to 3.028 From d4c456eb801306d2c081bd024a6779cd310b0617 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Sat, 3 Jul 2021 10:22:59 +0200 Subject: [PATCH 28/45] Update to 3.042 --- .gitignore | 1 + adobe-source-sans-pro-fonts.spec | 12 ++++++------ sources | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 813b04f..040cc73 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /adobe-source-sans-pro-fonts-3.006.tar.gz /source-sans-pro-3.006R.zip /source-sans-3v028R.zip +/source-sans-3.042R.zip diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index c199814..3660efc 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,8 +1,5 @@ -%global major_version 3 -%global minor_version 028 - -Version: %{major_version}.%{minor_version} -Release: 2%{?dist} +Version: 3.042 +Release: 1%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe @@ -19,7 +16,7 @@ URL: https://github.com/adobe-fonts/source-sans-pro/ user interface (UI) environments, as well as in text setting for screen and print.} -Source0: %{url}/releases/download/%{version}R/source-sans-%{major_version}v%{minor_version}R.zip +Source0: %{url}/releases/download/%{version}R/source-sans-%{version}R.zip # Adjust as necessary. Keeping the filename in sync with the package name is a good idea. # See the fontconfig templates in fonts-rpm-templates for information on how to # write good fontconfig files and choose the correct priority [number]. @@ -48,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Thu Jul 01 2021 Mohamed El Morabity - 3.042-1 +- Update to 3.042 + * Mon Jan 25 2021 Fedora Release Engineering - 3.028-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 801c744..f40c7d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (source-sans-3v028R.zip) = 4aa01b9b56b7449118f171ae57a43309fb6ff7bb8e9c40643dc15b1aa529d39ecf496e9e8be60ef0cdc16762cfaf5b28b6ddadf818ddaeb3cceb8bb5d55f1891 +SHA512 (source-sans-3.042R.zip) = 9015f7026ccc3f9a8ca7b2173dcefc86edf820e3939a910e28a724e0655baf8bc32f5330cdd5d6e68ee63ad29bb88271763f194754b72e9753677a9ded1ec305 From 7fcb2306a1e77b1e7d56a1036321e859123b606a Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Thu, 15 Jul 2021 10:26:08 +0200 Subject: [PATCH 29/45] Update to 3.046 --- .gitignore | 1 + adobe-source-sans-pro-fonts.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 040cc73..c44fb88 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /source-sans-pro-3.006R.zip /source-sans-3v028R.zip /source-sans-3.042R.zip +/OTF-source-sans-3.046R.zip diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 3660efc..4357388 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,4 +1,4 @@ -Version: 3.042 +Version: 3.046 Release: 1%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ @@ -16,7 +16,7 @@ URL: https://github.com/adobe-fonts/source-sans-pro/ user interface (UI) environments, as well as in text setting for screen and print.} -Source0: %{url}/releases/download/%{version}R/source-sans-%{version}R.zip +Source0: %{url}/releases/download/%{version}R/OTF-source-sans-%{version}R.zip # Adjust as necessary. Keeping the filename in sync with the package name is a good idea. # See the fontconfig templates in fonts-rpm-templates for information on how to # write good fontconfig files and choose the correct priority [number]. @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Thu Jul 15 2021 Mohamed El Morabity - 3.046-1 +- Update to 3.046 + * Thu Jul 01 2021 Mohamed El Morabity - 3.042-1 - Update to 3.042 diff --git a/sources b/sources index f40c7d9..46922d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (source-sans-3.042R.zip) = 9015f7026ccc3f9a8ca7b2173dcefc86edf820e3939a910e28a724e0655baf8bc32f5330cdd5d6e68ee63ad29bb88271763f194754b72e9753677a9ded1ec305 +SHA512 (OTF-source-sans-3.046R.zip) = 13f369ab4ca1491a48d206f534f34ee6a42e62ee82caedd70bff7da35ebd7a9a5382a1fb73910363aa9fc4faa7d0becec717f7b94c4d1fffb67a3f6266330f8c From 2f7920d2792097f12829ea5361f935eddb2c8c39 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 12:23:16 +0000 Subject: [PATCH 30/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 6ffca02dc5da2de6ab6a1e4f52cbc2bbd0faa273 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 17:18:33 +0000 Subject: [PATCH 31/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 4357388..69388c3 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,5 +1,5 @@ Version: 3.046 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Wed Jul 21 2021 Fedora Release Engineering - 3.046-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jul 15 2021 Mohamed El Morabity - 3.046-1 - Update to 3.046 From 04455872a3b966328c003f543aeeb5d36b343abf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jan 2022 20:58:46 +0000 Subject: [PATCH 32/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 69388c3..d3d7d03 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,5 +1,5 @@ Version: 3.046 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Wed Jan 19 2022 Fedora Release Engineering - 3.046-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Wed Jul 21 2021 Fedora Release Engineering - 3.046-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 53d75ee0a2385f7fcc67f3f1e1dbead94f5a77e4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 20:29:44 +0000 Subject: [PATCH 33/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index d3d7d03..912f828 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,5 +1,5 @@ Version: 3.046 -Release: 3%{?dist} +Release: 4%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 3.046-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Jan 19 2022 Fedora Release Engineering - 3.046-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From fae9047692b06207d5df4d9e3c4f2f090882fdfb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 18 Jan 2023 21:27:02 +0000 Subject: [PATCH 34/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 912f828..2407109 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,5 +1,5 @@ Version: 3.046 -Release: 4%{?dist} +Release: 5%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Wed Jan 18 2023 Fedora Release Engineering - 3.046-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Jul 20 2022 Fedora Release Engineering - 3.046-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 22d5986154d30b556cd9a7bc0662929761e3802f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 12:57:42 +0000 Subject: [PATCH 35/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 2407109..d52f015 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,5 +1,5 @@ Version: 3.046 -Release: 5%{?dist} +Release: 6%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 3.046-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Jan 18 2023 Fedora Release Engineering - 3.046-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From c7ff1bf821519bf3cb31bbb626287a540774d377 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Mon, 25 Sep 2023 01:18:24 +0200 Subject: [PATCH 36/45] Update to 3.052 --- .gitignore | 1 + adobe-source-sans-pro-fonts.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c44fb88..7eb8b41 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /source-sans-3v028R.zip /source-sans-3.042R.zip /OTF-source-sans-3.046R.zip +/OTF-source-sans-3.052R.zip diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index d52f015..4543e39 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,5 +1,5 @@ -Version: 3.046 -Release: 6%{?dist} +Version: 3.052 +Release: 1%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Sun Sep 24 2023 Mohamed El Morabity - 3.052-1 +- Update to 3.052 + * Wed Jul 19 2023 Fedora Release Engineering - 3.046-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index 46922d6..a6790d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (OTF-source-sans-3.046R.zip) = 13f369ab4ca1491a48d206f534f34ee6a42e62ee82caedd70bff7da35ebd7a9a5382a1fb73910363aa9fc4faa7d0becec717f7b94c4d1fffb67a3f6266330f8c +SHA512 (OTF-source-sans-3.052R.zip) = dcd0c783d6c298f0040ade1d548fa5632ecc04d1e6a30eb387288ee00473f06bff26b7a98323d4306cebeb5a48af143d170c00461057d22d335798c7c48a5e15 From a17bf672434eb0a816d89676603a288eb8ab8153 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 12:17:07 +0000 Subject: [PATCH 37/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 4543e39..c1019ee 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,5 +1,5 @@ Version: 3.052 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 3.052-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Sep 24 2023 Mohamed El Morabity - 3.052-1 - Update to 3.052 From 04f9e54d71cfed71378f8adfaf4452fc48122db3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 22:43:19 +0000 Subject: [PATCH 38/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index c1019ee..2e3e905 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,5 +1,5 @@ Version: 3.052 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 3.052-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 3.052-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 870bf0893e4603959df8e4604ddbd31422b41812 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 16:39:21 +0000 Subject: [PATCH 39/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 2e3e905..f30cb7a 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,5 +1,5 @@ Version: 3.052 -Release: 3%{?dist} +Release: 4%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 3.052-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 3.052-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 15fec4f3690f2af4b62b897e1d80c4767994325d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 3 Dec 2024 08:25:31 +0000 Subject: [PATCH 40/45] Migrate to SPDX license This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- adobe-source-sans-pro-fonts.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index f30cb7a..cc27043 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -3,7 +3,7 @@ Release: 4%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe -%global fontlicense OFL +%global fontlicense OFL-1.1 %global fontlicenses LICENSE.md %global fontdocs README.md %global fontdocsex %{fontlicenses} From defb5740883e52f94cdb12c22d88cc5cf8e6a045 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:38:51 +0000 Subject: [PATCH 41/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index cc27043..8e7e16d 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,5 +1,5 @@ Version: 3.052 -Release: 4%{?dist} +Release: 5%{?dist} URL: https://github.com/adobe-fonts/source-sans-pro/ %global foundry adobe @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 3.052-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 17 2024 Fedora Release Engineering - 3.052-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 8224b87516eccfd221ff61c9214083c6996656f5 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Thu, 16 Jan 2025 12:08:24 +0000 Subject: [PATCH 42/45] Update URL --- adobe-source-sans-pro-fonts.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 8e7e16d..168f7c1 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,6 +1,6 @@ Version: 3.052 Release: 5%{?dist} -URL: https://github.com/adobe-fonts/source-sans-pro/ +URL: https://github.com/adobe-fonts/source-sans/ %global foundry adobe %global fontlicense OFL-1.1 From 1134888c690bd910609ce7927ff3ffa2e55ca92f Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Sat, 25 Jan 2025 17:08:21 +0100 Subject: [PATCH 43/45] Fix FTBFS thanks to @mavit (RHBZ #2339874) --- .gitignore | 1 + adobe-source-sans-pro-fonts.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7eb8b41..5cba489 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /source-sans-3.042R.zip /OTF-source-sans-3.046R.zip /OTF-source-sans-3.052R.zip +/adobe-source-sans-pro-fonts-3.052.tar.gz diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 168f7c1..8e3f3c1 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,6 +1,6 @@ Version: 3.052 -Release: 5%{?dist} -URL: https://github.com/adobe-fonts/source-sans/ +Release: 6%{?dist} +URL: https://github.com/adobe-fonts/source-sans %global foundry adobe %global fontlicense OFL-1.1 @@ -16,7 +16,7 @@ URL: https://github.com/adobe-fonts/source-sans/ user interface (UI) environments, as well as in text setting for screen and print.} -Source0: %{url}/releases/download/%{version}R/OTF-source-sans-%{version}R.zip +Source0: %{url}/archive/%{version}R/%{fontpkgname}-%{version}.tar.gz # Adjust as necessary. Keeping the filename in sync with the package name is a good idea. # See the fontconfig templates in fonts-rpm-templates for information on how to # write good fontconfig files and choose the correct priority [number]. @@ -26,7 +26,7 @@ Source10: 63-%{fontpkgname}.conf %prep -%autosetup -c +%autosetup -n source-sans-%{version}R %build @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Sat Jan 25 2025 Mohamed El Morabity - 3.052-6 +- Fix FTBFS thanks to @mavit (RHBZ #2339874) + * Thu Jan 16 2025 Fedora Release Engineering - 3.052-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index a6790d6..ff5d643 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (OTF-source-sans-3.052R.zip) = dcd0c783d6c298f0040ade1d548fa5632ecc04d1e6a30eb387288ee00473f06bff26b7a98323d4306cebeb5a48af143d170c00461057d22d335798c7c48a5e15 +SHA512 (adobe-source-sans-pro-fonts-3.052.tar.gz) = 8e5a67cfebf6b7cea6505dc2d8e7600909719ec88b4553d1926b644ee2494304e60c75fd6e4bdb0450846985f442a1f7b4c1c147d428edf960b37a3d216c0b62 From cde997f8e597239563781f095bdd5845e8a36f88 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:47:18 +0000 Subject: [PATCH 44/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index 8e3f3c1..adf9838 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,5 +1,5 @@ Version: 3.052 -Release: 6%{?dist} +Release: 7%{?dist} URL: https://github.com/adobe-fonts/source-sans %global foundry adobe @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 3.052-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jan 25 2025 Mohamed El Morabity - 3.052-6 - Fix FTBFS thanks to @mavit (RHBZ #2339874) From 7046e39592695f2fdeeb301f081676f06cb6610b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:28:37 +0000 Subject: [PATCH 45/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- adobe-source-sans-pro-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adobe-source-sans-pro-fonts.spec b/adobe-source-sans-pro-fonts.spec index adf9838..63ef8d7 100644 --- a/adobe-source-sans-pro-fonts.spec +++ b/adobe-source-sans-pro-fonts.spec @@ -1,5 +1,5 @@ Version: 3.052 -Release: 7%{?dist} +Release: 8%{?dist} URL: https://github.com/adobe-fonts/source-sans %global foundry adobe @@ -45,6 +45,9 @@ Source10: 63-%{fontpkgname}.conf %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 3.052-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Wed Jul 23 2025 Fedora Release Engineering - 3.052-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild