From b08f96ba897418abd96aec1d901926160512fe20 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Oct 2013 14:17:00 +0000 Subject: [PATCH 01/23] Initial setup of the repo --- .gitignore | 0 sources | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From 19884ebc4d1cac8e424038d0055f1b94ce36e98e Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Thu, 24 Oct 2013 13:31:27 -0400 Subject: [PATCH 02/23] Initial commit (#1011763) --- .gitignore | 1 + fira-LICENSE | 91 ++++++++++++++++++++++++++++++++++ mozilla-fira-fonts.spec | 106 ++++++++++++++++++++++++++++++++++++++++ mozilla-fira-mono.conf | 16 ++++++ mozilla-fira-sans.conf | 16 ++++++ sources | 1 + 6 files changed, 231 insertions(+) create mode 100644 fira-LICENSE create mode 100644 mozilla-fira-fonts.spec create mode 100644 mozilla-fira-mono.conf create mode 100644 mozilla-fira-sans.conf diff --git a/.gitignore b/.gitignore index e69de29..ff7426d 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/fira-20130925.zip diff --git a/fira-LICENSE b/fira-LICENSE new file mode 100644 index 0000000..de3c0b8 --- /dev/null +++ b/fira-LICENSE @@ -0,0 +1,91 @@ +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec new file mode 100644 index 0000000..17ac07d --- /dev/null +++ b/mozilla-fira-fonts.spec @@ -0,0 +1,106 @@ +%global fontname mozilla-fira +%global fontconf 60-%{fontname} +%global archivename fira +%global upstream_date 20130925 + +# Common description +%global common_desc \ +Originally designed to integrate with the character of Firefox OS, Fira is a \ +new set of sans-serif fonts which focuses on legibility. + +Name: %{fontname}-fonts +Version: 2.001 +Release: 0.2.%{upstream_date}%{?dist} +Summary: Mozilla's Fira fonts +License: OFL +URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ +# Upstream tarball is not versioned. See the "Downloads" section of %%{url}. +# Upstream does not provide a direct download link. +Source0: %{archivename}-%{upstream_date}.zip +Source1: %{fontname}-mono.conf +Source2: %{fontname}-sans.conf +# The license file was obtained from here: +# https://raw.github.com/mozilla/Fira/master/LICENSE +# It is the standard OFL. +Source3: fira-LICENSE +BuildArch: noarch +BuildRequires: fontpackages-devel + +%description +%common_desc + + + +%package common +Summary: Common files for Mozilla's Fira font set +Requires: fontpackages-filesystem +%description common +%common_desc +This package consists of files used by other %{name} packages. + + + +%package -n %{fontname}-mono-fonts +Summary: Monospaced version of Mozilla's Fira font +Requires: %{name}-common = %{version}-%{release} +%description -n %{fontname}-mono-fonts +%common_desc +This package contains the monospaced version of Mozilla's Fira font. + +%_font_pkg -n mono -f %{fontconf}-mono.conf *Mono*.otf + + +%package -n %{fontname}-sans-fonts +Summary: Sans-serif version of Mozilla's Fira font +Requires: %{name}-common = %{version}-%{release} +%description -n %{fontname}-sans-fonts +%common_desc +This package contains the sans-serif version of Mozilla's Fira font. + +%_font_pkg -n sans -f %{fontconf}-sans.conf *Sans*.otf + +%prep +%setup -q -c +cp -p %{SOURCE1} %{SOURCE2} . +cp -p %{SOURCE3} LICENSE + +%build + +%install +install -m 0755 -d %{buildroot}%{_fontdir} +install -m 0644 -p */*.otf %{buildroot}%{_fontdir} + +install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ + %{buildroot}%{_fontconfig_confdir} + +install -m 0644 -p %{fontname}-mono.conf \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-mono.conf +install -m 0644 -p %{fontname}-sans.conf \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-sans.conf + +for fconf in %{fontconf}-mono.conf \ + %{fontconf}-sans.conf ; do + ln -s %{_fontconfig_templatedir}/$fconf \ + %{buildroot}%{_fontconfig_confdir}/$fontconf +done + + +%files common +%doc LICENSE +%dir %{_fontdir} + + +%changelog +* Tue Oct 22 2013 Ricky Elrod - 2.001-0.2.20130925 +- Change N-V-R to be correct. +- Remove group tag. +- Better document license and source. + +* Tue Oct 22 2013 Ricky Elrod - 2.001-0.1.20130925 +- Change N-V-R to be correct. + +* Wed Sep 25 2013 Ricky Elrod - 0.20130925-2 +- Use %%global instead of %%define. + +* Wed Sep 25 2013 Ricky Elrod - 0.20130925-1 +- Initial build. diff --git a/mozilla-fira-mono.conf b/mozilla-fira-mono.conf new file mode 100644 index 0000000..92bb213 --- /dev/null +++ b/mozilla-fira-mono.conf @@ -0,0 +1,16 @@ + + + + + Fira + + monospace + + + + monospace + + Fira + + + diff --git a/mozilla-fira-sans.conf b/mozilla-fira-sans.conf new file mode 100644 index 0000000..ac7a83b --- /dev/null +++ b/mozilla-fira-sans.conf @@ -0,0 +1,16 @@ + + + + + Fira + + sans-serif + + + + sans-serif + + Fira + + + diff --git a/sources b/sources index e69de29..0f0a336 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f796bb150c0a23e115b4114f6f92954d fira-20130925.zip From 3686358c265769623c2ae175d1a78fc9c5399553 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 06:10:33 -0500 Subject: [PATCH 03/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index 17ac07d..6b93085 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -10,7 +10,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 2.001 -Release: 0.2.%{upstream_date}%{?dist} +Release: 0.3.%{upstream_date}%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -91,6 +91,9 @@ done %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 2.001-0.3.20130925 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Tue Oct 22 2013 Ricky Elrod - 2.001-0.2.20130925 - Change N-V-R to be correct. - Remove group tag. From e480b308b161c4224a1312e1c8b8fc84c40d914f Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Fri, 7 Nov 2014 02:41:54 -0500 Subject: [PATCH 04/23] bump to fira 3.111 Signed-off-by: Ricky Elrod --- .gitignore | 1 + mozilla-fira-fonts.spec | 18 ++++++++++++------ sources | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index ff7426d..71766cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /fira-20130925.zip +/FiraFonts3111.zip diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index 6b93085..06a1b40 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -1,7 +1,6 @@ %global fontname mozilla-fira %global fontconf 60-%{fontname} %global archivename fira -%global upstream_date 20130925 # Common description %global common_desc \ @@ -9,14 +8,18 @@ Originally designed to integrate with the character of Firefox OS, Fira is a \ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts -Version: 2.001 -Release: 0.3.%{upstream_date}%{?dist} +Version: 3.111 +Release: 1%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ -# Upstream tarball is not versioned. See the "Downloads" section of %%{url}. -# Upstream does not provide a direct download link. -Source0: %{archivename}-%{upstream_date}.zip +# Source0 links to the download from the font designer's server because it is +# versioned there, which makes it easier to work with. There are at least three +# landing sites for Fira: +# - https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ +# - https://mozilla.github.io/Fira/ +# - http://www.carrois.com/fira-3-1/ +Source0: http://www.carrois.com/wordpress/downloads/fira_3_1/FiraFonts3111.zip Source1: %{fontname}-mono.conf Source2: %{fontname}-sans.conf # The license file was obtained from here: @@ -91,6 +94,9 @@ done %changelog +* Fri Nov 07 2014 Ricky Elrod - 3.111-1 +- Bump to latest zip. + * Sat Jun 07 2014 Fedora Release Engineering - 2.001-0.3.20130925 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 0f0a336..818aeb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f796bb150c0a23e115b4114f6f92954d fira-20130925.zip +41426af1f0a71ff2b2fcca7141e97731 FiraFonts3111.zip From 97818afbb5a3f21b32364d7cb5d8a9680a60ee5a Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Fri, 7 Nov 2014 02:45:14 -0500 Subject: [PATCH 05/23] change otf path Signed-off-by: Ricky Elrod --- mozilla-fira-fonts.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index 06a1b40..0e52e3c 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -71,7 +71,7 @@ cp -p %{SOURCE3} LICENSE %install install -m 0755 -d %{buildroot}%{_fontdir} -install -m 0644 -p */*.otf %{buildroot}%{_fontdir} +install -m 0644 -p */*/*/*.otf %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} From c2799efb99c407b776fd3f72121e7ad20cb3281a Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Thu, 26 Mar 2015 11:13:44 -0400 Subject: [PATCH 06/23] rebuild Signed-off-by: Ricky Elrod --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index 0e52e3c..aa32372 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 3.111 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -94,6 +94,9 @@ done %changelog +* Thu Mar 26 2015 Ricky Elrod - 3.111-2 +- Rebuild + * Fri Nov 07 2014 Ricky Elrod - 3.111-1 - Bump to latest zip. From 60e7a2e6ace05c2a597a188ab695d4229df992a1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 21:04:30 +0000 Subject: [PATCH 07/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index aa32372..59e1462 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 3.111 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -94,6 +94,9 @@ done %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 3.111-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Thu Mar 26 2015 Ricky Elrod - 3.111-2 - Rebuild From 9161b3471c2dab30c1094afb92cfc7ac96e16d55 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 4 Feb 2016 08:45:50 +0000 Subject: [PATCH 08/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index 59e1462..17b6b86 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 3.111 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -94,6 +94,9 @@ done %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 3.111-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 3.111-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 8c5ea7ac7dff99accd7312d1440d48b64caad114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Tue, 7 Jun 2016 16:53:44 +0200 Subject: [PATCH 09/23] New upstream release. --- .gitignore | 1 + mozilla-fira-fonts.spec | 19 ++++++++----------- sources | 2 +- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 71766cb..71e0640 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /fira-20130925.zip /FiraFonts3111.zip +/4.202.tar.gz diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index 17b6b86..a0862fc 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -8,18 +8,12 @@ Originally designed to integrate with the character of Firefox OS, Fira is a \ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts -Version: 3.111 -Release: 4%{?dist} +Version: 4.202 +Release: 1%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ -# Source0 links to the download from the font designer's server because it is -# versioned there, which makes it easier to work with. There are at least three -# landing sites for Fira: -# - https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ -# - https://mozilla.github.io/Fira/ -# - http://www.carrois.com/fira-3-1/ -Source0: http://www.carrois.com/wordpress/downloads/fira_3_1/FiraFonts3111.zip +Source0: https://github.com/mozilla/Fira/archive/%{version}.tar.gz Source1: %{fontname}-mono.conf Source2: %{fontname}-sans.conf # The license file was obtained from here: @@ -63,7 +57,7 @@ This package contains the sans-serif version of Mozilla's Fira font. %_font_pkg -n sans -f %{fontconf}-sans.conf *Sans*.otf %prep -%setup -q -c +%setup -q -n Fira-%{version} cp -p %{SOURCE1} %{SOURCE2} . cp -p %{SOURCE3} LICENSE @@ -71,7 +65,7 @@ cp -p %{SOURCE3} LICENSE %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} @@ -94,6 +88,9 @@ done %changelog +* Tue Jun 07 2016 Matěj Cepl - 4.202-1 +- New upstream release. + * Thu Feb 04 2016 Fedora Release Engineering - 3.111-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 818aeb7..ad41f0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41426af1f0a71ff2b2fcca7141e97731 FiraFonts3111.zip +40a69fc3edc8a0037a5caf8b1367593a 4.202.tar.gz From 82df6cb3fe88d8e12a1872050a39e20b9a2b3d4b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 21:43:26 +0000 Subject: [PATCH 10/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index a0862fc..f9b9dfe 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 4.202 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -88,6 +88,9 @@ done %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 4.202-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Tue Jun 07 2016 Matěj Cepl - 4.202-1 - New upstream release. From 8c8e53cc09f41b31481303847e0873236424aeff Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 22:17:10 +0000 Subject: [PATCH 11/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index f9b9dfe..f7efbce 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 4.202 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -88,6 +88,9 @@ done %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 4.202-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 4.202-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 40e6fe8fa52b65e23608fb7ae5e21e374ff01775 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 8 Feb 2018 03:16:54 +0000 Subject: [PATCH 12/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index f7efbce..3cb2a9f 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 4.202 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -88,6 +88,9 @@ done %changelog +* Thu Feb 08 2018 Fedora Release Engineering - 4.202-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 4.202-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From d74f0a5dfd3d6b2080409ee83b33f10628d2685e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 11:03:06 +0000 Subject: [PATCH 13/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index 3cb2a9f..f70e50e 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 4.202 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -88,6 +88,9 @@ done %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 4.202-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Feb 08 2018 Fedora Release Engineering - 4.202-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From fcb2bf6ac6d8cf9e57db74ded3775648d27895d6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 11:30:38 +0000 Subject: [PATCH 14/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index f70e50e..338a749 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 4.202 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -88,6 +88,9 @@ done %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 4.202-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 4.202-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 55644901f29619e93b5e92085210cb4191639548 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 17:44:23 +0000 Subject: [PATCH 15/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index 338a749..34b3987 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 4.202 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -88,6 +88,9 @@ done %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 4.202-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 01 2019 Fedora Release Engineering - 4.202-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From ce70e93ee936a731aa09304a98c15f8212298f24 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 14:04:40 +0000 Subject: [PATCH 16/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index 34b3987..8a0a0a8 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 4.202 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -88,6 +88,9 @@ done %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 4.202-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Jul 25 2019 Fedora Release Engineering - 4.202-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From c344bb46be174108af4c92d91f1e37b0b0900887 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 08:27:54 +0000 Subject: [PATCH 17/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index 8a0a0a8..cd39905 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 4.202 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -88,6 +88,9 @@ done %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 4.202-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jan 29 2020 Fedora Release Engineering - 4.202-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From f69901cc881ff06046663249f7e853c2b48f60f7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 20:50:24 +0000 Subject: [PATCH 18/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index cd39905..b5d5ca3 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 4.202 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -88,6 +88,9 @@ done %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 4.202-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 4.202-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 0356ad48ba70d309e449b3e66c69c985328f2c69 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 15:24:41 +0000 Subject: [PATCH 19/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index b5d5ca3..48e29a0 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 4.202 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -88,6 +88,9 @@ done %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 4.202-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 4.202-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 48bb3d781b9c19a3e227d72dc686dc0870ea60f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 20:27:16 +0000 Subject: [PATCH 20/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index 48e29a0..4def68a 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 4.202 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -88,6 +88,9 @@ done %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 4.202-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 4.202-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 1a880b0f00610240a7af501bf540aa41fedb6c47 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 23:46:41 +0000 Subject: [PATCH 21/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index 4def68a..1a8441b 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 4.202 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -88,6 +88,9 @@ done %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 4.202-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jan 20 2022 Fedora Release Engineering - 4.202-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 90f2730409684f091b3c86dfc8bff87464557866 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 20:45:56 +0000 Subject: [PATCH 22/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mozilla-fira-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla-fira-fonts.spec b/mozilla-fira-fonts.spec index 1a8441b..a2d3bd1 100644 --- a/mozilla-fira-fonts.spec +++ b/mozilla-fira-fonts.spec @@ -9,7 +9,7 @@ new set of sans-serif fonts which focuses on legibility. Name: %{fontname}-fonts Version: 4.202 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Mozilla's Fira fonts License: OFL URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ @@ -88,6 +88,9 @@ done %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 4.202-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Jul 21 2022 Fedora Release Engineering - 4.202-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From c5a3274a2cae6aceab41b65603edc5e024fd8bc3 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 22 Nov 2023 16:38:24 +0300 Subject: [PATCH 23/23] Remove unnecessary files --- SPECS/mozilla-fira-fonts.spec | 160 ++++++++++++++++++++++++++++++++++ sources | 1 - 2 files changed, 160 insertions(+), 1 deletion(-) create mode 100644 SPECS/mozilla-fira-fonts.spec delete mode 100644 sources diff --git a/SPECS/mozilla-fira-fonts.spec b/SPECS/mozilla-fira-fonts.spec new file mode 100644 index 0000000..a2d3bd1 --- /dev/null +++ b/SPECS/mozilla-fira-fonts.spec @@ -0,0 +1,160 @@ +%global fontname mozilla-fira +%global fontconf 60-%{fontname} +%global archivename fira + +# Common description +%global common_desc \ +Originally designed to integrate with the character of Firefox OS, Fira is a \ +new set of sans-serif fonts which focuses on legibility. + +Name: %{fontname}-fonts +Version: 4.202 +Release: 14%{?dist} +Summary: Mozilla's Fira fonts +License: OFL +URL: https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/ +Source0: https://github.com/mozilla/Fira/archive/%{version}.tar.gz +Source1: %{fontname}-mono.conf +Source2: %{fontname}-sans.conf +# The license file was obtained from here: +# https://raw.github.com/mozilla/Fira/master/LICENSE +# It is the standard OFL. +Source3: fira-LICENSE +BuildArch: noarch +BuildRequires: fontpackages-devel + +%description +%common_desc + + + +%package common +Summary: Common files for Mozilla's Fira font set +Requires: fontpackages-filesystem +%description common +%common_desc +This package consists of files used by other %{name} packages. + + + +%package -n %{fontname}-mono-fonts +Summary: Monospaced version of Mozilla's Fira font +Requires: %{name}-common = %{version}-%{release} +%description -n %{fontname}-mono-fonts +%common_desc +This package contains the monospaced version of Mozilla's Fira font. + +%_font_pkg -n mono -f %{fontconf}-mono.conf *Mono*.otf + + +%package -n %{fontname}-sans-fonts +Summary: Sans-serif version of Mozilla's Fira font +Requires: %{name}-common = %{version}-%{release} +%description -n %{fontname}-sans-fonts +%common_desc +This package contains the sans-serif version of Mozilla's Fira font. + +%_font_pkg -n sans -f %{fontconf}-sans.conf *Sans*.otf + +%prep +%setup -q -n Fira-%{version} +cp -p %{SOURCE1} %{SOURCE2} . +cp -p %{SOURCE3} LICENSE + +%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 %{fontname}-mono.conf \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-mono.conf +install -m 0644 -p %{fontname}-sans.conf \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-sans.conf + +for fconf in %{fontconf}-mono.conf \ + %{fontconf}-sans.conf ; do + ln -s %{_fontconfig_templatedir}/$fconf \ + %{buildroot}%{_fontconfig_confdir}/$fontconf +done + + +%files common +%doc LICENSE +%dir %{_fontdir} + + +%changelog +* Thu Jan 19 2023 Fedora Release Engineering - 4.202-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Jul 21 2022 Fedora Release Engineering - 4.202-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 20 2022 Fedora Release Engineering - 4.202-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jul 22 2021 Fedora Release Engineering - 4.202-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 4.202-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 4.202-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jan 29 2020 Fedora Release Engineering - 4.202-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 4.202-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 4.202-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 4.202-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 4.202-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 4.202-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 4.202-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Jun 07 2016 Matěj Cepl - 4.202-1 +- New upstream release. + +* Thu Feb 04 2016 Fedora Release Engineering - 3.111-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 3.111-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Mar 26 2015 Ricky Elrod - 3.111-2 +- Rebuild + +* Fri Nov 07 2014 Ricky Elrod - 3.111-1 +- Bump to latest zip. + +* Sat Jun 07 2014 Fedora Release Engineering - 2.001-0.3.20130925 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Oct 22 2013 Ricky Elrod - 2.001-0.2.20130925 +- Change N-V-R to be correct. +- Remove group tag. +- Better document license and source. + +* Tue Oct 22 2013 Ricky Elrod - 2.001-0.1.20130925 +- Change N-V-R to be correct. + +* Wed Sep 25 2013 Ricky Elrod - 0.20130925-2 +- Use %%global instead of %%define. + +* Wed Sep 25 2013 Ricky Elrod - 0.20130925-1 +- Initial build. diff --git a/sources b/sources deleted file mode 100644 index ad41f0e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -40a69fc3edc8a0037a5caf8b1367593a 4.202.tar.gz