From c543376bcd1065b69d72f3f16f419947ac1e733c Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Thu, 5 May 2016 17:21:49 +0100 Subject: [PATCH 1/4] Now in RHEL7 official repo --- .gitignore | 4 -- README-Trademarks.txt | 84 ---------------------- dead.package | 1 + fontawesome-fonts-fontconfig.conf | 16 ----- fontawesome-fonts.spec | 115 ------------------------------ sources | 1 - 6 files changed, 1 insertion(+), 220 deletions(-) delete mode 100644 .gitignore delete mode 100644 README-Trademarks.txt create mode 100644 dead.package delete mode 100644 fontawesome-fonts-fontconfig.conf delete mode 100644 fontawesome-fonts.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a59bc22..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/font-awesome-4.0.3.zip -/font-awesome-4.1.0.zip -/font-awesome-4.4.0.zip -/font-awesome-4.5.0.zip diff --git a/README-Trademarks.txt b/README-Trademarks.txt deleted file mode 100644 index e323319..0000000 --- a/README-Trademarks.txt +++ /dev/null @@ -1,84 +0,0 @@ -Brand icons may be subject to trademark and brand guidelines of their -respective owners. Always check before deploying other companies’ branding. - -Brand Icons: -fa-adn -fa-android -fa-apple -fa-bitbucket -fa-bitbucket-square -fa-bitcoin (alias) -fa-bluetooth-b -fa-btc -fa-codiepie -fa-css3 -fa-dribbble -fa-dropbox -fa-edge -fa-facebook -fa-facebook-square -fa-flickr -fa-fort-awesome -fa-foursquare -fa-github -fa-github-alt -fa-github-square -fa-gittip -fa-google-plus -fa-google-plus-square -fa-html5 -fa-instagram -fa-linkedin -fa-linkedin-square -fa-linux -fa-maxcdn -fa-mixcloud -fa-modx -fa-pagelines -fa-pinterest -fa-pinterest-square -fa-product-hunt -fa-reddit-alien -fa-renren -fa-scribd -fa-skype -fa-stack-exchange -fa-stack-overflow -fa-trello -fa-tumblr -fa-tumblr-square -fa-twitter -fa-twitter-square -fa-usb -fa-vimeo-square -fa-vk -fa-weibo -fa-windows -fa-xing -fa-xing-square -fa-youtube -fa-youtube-play -fa-youtube-square - -Brand Guidelines (incomplete list): -Android: http://developer.android.com/distribute/googleplay/promote/brand.html -Apple: http://www.apple.com/legal/intellectual-property/guidelinesfor3rdparties.html -Dribble: http://dribbble.com/branding -Dropbox: https://www.dropbox.com/branding -Facebook: https://www.facebookbrand.com/ -Foursquare: https://foursquare.com/legal/trademark https://foursquare.com/about/logos -GitHub: https://github.com/logos -Gittip: https://www.gittip.com/about/terms/ -Google Plus: https://developers.google.com/+/branding-guidelines -HTML5: http://www.w3.org/html/logo/ -Instagram: http://help.instagram.com/304689166306603/ -LinkedIn: http://developer.linkedin.com/documents/branding-guidelines -Pinterest: http://business.pinterest.com/brand-guidelines/ -Skype: http://www.skype.com/en/legal/brand-guidelines/ -Stack Exchange, Stack Overflow: http://stackexchange.com/legal/trademark-guidance -Tumblr: http://www.tumblr.com/docs/en/trademark_guidelines -Twitter: https://about.twitter.com/press/brand-assets -Vimeo: http://vimeo.com/about/brand_guidelines -Windows: http://www.microsoft.com/en-us/legal/intellectualproperty/Trademarks/Usage/Windows.aspx -Xing: https://dev.xing.com/docs/policies -YouTube: http://www.youtube.com/yt/brand/ diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..e82aab4 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Now in RHEL7 official repo diff --git a/fontawesome-fonts-fontconfig.conf b/fontawesome-fonts-fontconfig.conf deleted file mode 100644 index 1394b88..0000000 --- a/fontawesome-fonts-fontconfig.conf +++ /dev/null @@ -1,16 +0,0 @@ - - - - - FontAwesome - - fantasy - - - - fantasy - - FontAwesome - - - diff --git a/fontawesome-fonts.spec b/fontawesome-fonts.spec deleted file mode 100644 index f712177..0000000 --- a/fontawesome-fonts.spec +++ /dev/null @@ -1,115 +0,0 @@ -%global fontname fontawesome -%global fontconf 60-%{fontname}.conf - -Name: %{fontname}-fonts -Version: 4.5.0 -Release: 1%{?dist} - -Summary: Iconic font set -License: OFL -URL: http://fontawesome.io -Source0: http://fontawesome.io/assets/font-awesome-%{version}.zip -Source1: %{name}-fontconfig.conf -Source2: README-Trademarks.txt -BuildArch: noarch -BuildRequires: fontpackages-devel -BuildRequires: ttembed -Requires: fontpackages-filesystem - - -%description -Font Awesome gives you scalable vector icons that can instantly be -customized — size, color, drop shadow, and anything that can be done with the -power of CSS. - -This package contains OpenType and TrueType font files which are typically used -locally. - -%package web -License: OFL and MIT -Requires: %{fontname}-fonts = %{version}-%{release} -Summary: Iconic font set, web files - -%description web -Font Awesome gives you scalable vector icons that can instantly be -customized — size, color, drop shadow, and anything that can be done with the -power of CSS. - -This package contains CSS, SCSS and LESS style files as well as Web Open Font -Format versions 1 and 2, Embedded OpenType and SVG font files which are -typically used on the web. - -%prep -%setup -q -n font-awesome-%{version} -cp -p %SOURCE2 . - -%build -ttembed fonts/*.ttf fonts/*.otf - -%install -install -m 0755 -d %{buildroot}%{_fontdir} -install -m 0644 -p fonts/*.ttf fonts/*.otf fonts/*.woff fonts/*.svg fonts/*.woff2 fonts/*.eot %{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} - -mkdir -p %{buildroot}%{_datadir}/font-awesome-web/ -cp -a css less scss %{buildroot}%{_datadir}/font-awesome-web/ - -# files: -%_font_pkg -f %{fontconf} *.ttf *.otf -%exclude %{_datadir}/fonts/fontawesome/fontawesome-webfont.svg -%exclude %{_datadir}/fonts/fontawesome/fontawesome-webfont.woff -%exclude %{_datadir}/fonts/fontawesome/fontawesome-webfont.woff2 -%exclude %{_datadir}/fonts/fontawesome/fontawesome-webfont.eot - -%doc README-Trademarks.txt - -%files web -%{_datadir}/font-awesome-web/ -%{_datadir}/fonts/fontawesome/fontawesome-webfont.svg -%{_datadir}/fonts/fontawesome/fontawesome-webfont.woff -%{_datadir}/fonts/fontawesome/fontawesome-webfont.woff2 -%{_datadir}/fonts/fontawesome/fontawesome-webfont.eot - -%changelog -* Tue Mar 29 2016 Fabio Alessandro Locati - 4.5.0-1 -- Update to 4.5.0 -- Update the brand list with the icons new in 4.5.0 - -* Wed Feb 03 2016 Fedora Release Engineering - 4.4.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Nov 04 2015 Nils Philippsen - 4.4.0-2 -- include .eot files -- amend -web license and summary, and descriptions - -* Thu Sep 17 2015 Matthias Runge - 4.4.0-1 -- update to 4.4.0 - -* Wed Jun 17 2015 Fedora Release Engineering - 4.1.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Thu Dec 04 2014 Matthias Runge - 4.1.0-2 -- include .woff and .svg files (rhbz#1110646) - -* Tue Jul 08 2014 Petr Vobornik - 4.1.0-1 -- update to version 4.1.0 -- renamed web packaged dir from font-awesome-$version to font-awesome-web - -* Sat Jun 07 2014 Fedora Release Engineering - 4.0.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu Jan 02 2014 Petr Vobornik - 4.0.3-1 -- embeddable flag set to installable by ttembed -- web package license updated to MIT -- README-Trademarks.txt added - -* Mon Nov 04 2013 Ryan Lerch - 4.0.3-0 -- initial package based off spot's package diff --git a/sources b/sources deleted file mode 100644 index 7261f47..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -0538bcc7dc8293ca8a497f6051f794d8 font-awesome-4.5.0.zip From d5e3406d08c7bf9ad141a1f506a2f1ae4ac541af Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 23 Apr 2019 14:35:35 -0400 Subject: [PATCH 2/4] Revert "Now in RHEL7 official repo" Unretiring for https://pagure.io/releng/issue/8298 This reverts commit c543376bcd1065b69d72f3f16f419947ac1e733c. --- .gitignore | 4 ++ README-Trademarks.txt | 84 ++++++++++++++++++++++ dead.package | 1 - fontawesome-fonts-fontconfig.conf | 16 +++++ fontawesome-fonts.spec | 115 ++++++++++++++++++++++++++++++ sources | 1 + 6 files changed, 220 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 README-Trademarks.txt delete mode 100644 dead.package create mode 100644 fontawesome-fonts-fontconfig.conf create mode 100644 fontawesome-fonts.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a59bc22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/font-awesome-4.0.3.zip +/font-awesome-4.1.0.zip +/font-awesome-4.4.0.zip +/font-awesome-4.5.0.zip diff --git a/README-Trademarks.txt b/README-Trademarks.txt new file mode 100644 index 0000000..e323319 --- /dev/null +++ b/README-Trademarks.txt @@ -0,0 +1,84 @@ +Brand icons may be subject to trademark and brand guidelines of their +respective owners. Always check before deploying other companies’ branding. + +Brand Icons: +fa-adn +fa-android +fa-apple +fa-bitbucket +fa-bitbucket-square +fa-bitcoin (alias) +fa-bluetooth-b +fa-btc +fa-codiepie +fa-css3 +fa-dribbble +fa-dropbox +fa-edge +fa-facebook +fa-facebook-square +fa-flickr +fa-fort-awesome +fa-foursquare +fa-github +fa-github-alt +fa-github-square +fa-gittip +fa-google-plus +fa-google-plus-square +fa-html5 +fa-instagram +fa-linkedin +fa-linkedin-square +fa-linux +fa-maxcdn +fa-mixcloud +fa-modx +fa-pagelines +fa-pinterest +fa-pinterest-square +fa-product-hunt +fa-reddit-alien +fa-renren +fa-scribd +fa-skype +fa-stack-exchange +fa-stack-overflow +fa-trello +fa-tumblr +fa-tumblr-square +fa-twitter +fa-twitter-square +fa-usb +fa-vimeo-square +fa-vk +fa-weibo +fa-windows +fa-xing +fa-xing-square +fa-youtube +fa-youtube-play +fa-youtube-square + +Brand Guidelines (incomplete list): +Android: http://developer.android.com/distribute/googleplay/promote/brand.html +Apple: http://www.apple.com/legal/intellectual-property/guidelinesfor3rdparties.html +Dribble: http://dribbble.com/branding +Dropbox: https://www.dropbox.com/branding +Facebook: https://www.facebookbrand.com/ +Foursquare: https://foursquare.com/legal/trademark https://foursquare.com/about/logos +GitHub: https://github.com/logos +Gittip: https://www.gittip.com/about/terms/ +Google Plus: https://developers.google.com/+/branding-guidelines +HTML5: http://www.w3.org/html/logo/ +Instagram: http://help.instagram.com/304689166306603/ +LinkedIn: http://developer.linkedin.com/documents/branding-guidelines +Pinterest: http://business.pinterest.com/brand-guidelines/ +Skype: http://www.skype.com/en/legal/brand-guidelines/ +Stack Exchange, Stack Overflow: http://stackexchange.com/legal/trademark-guidance +Tumblr: http://www.tumblr.com/docs/en/trademark_guidelines +Twitter: https://about.twitter.com/press/brand-assets +Vimeo: http://vimeo.com/about/brand_guidelines +Windows: http://www.microsoft.com/en-us/legal/intellectualproperty/Trademarks/Usage/Windows.aspx +Xing: https://dev.xing.com/docs/policies +YouTube: http://www.youtube.com/yt/brand/ diff --git a/dead.package b/dead.package deleted file mode 100644 index e82aab4..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Now in RHEL7 official repo diff --git a/fontawesome-fonts-fontconfig.conf b/fontawesome-fonts-fontconfig.conf new file mode 100644 index 0000000..1394b88 --- /dev/null +++ b/fontawesome-fonts-fontconfig.conf @@ -0,0 +1,16 @@ + + + + + FontAwesome + + fantasy + + + + fantasy + + FontAwesome + + + diff --git a/fontawesome-fonts.spec b/fontawesome-fonts.spec new file mode 100644 index 0000000..f712177 --- /dev/null +++ b/fontawesome-fonts.spec @@ -0,0 +1,115 @@ +%global fontname fontawesome +%global fontconf 60-%{fontname}.conf + +Name: %{fontname}-fonts +Version: 4.5.0 +Release: 1%{?dist} + +Summary: Iconic font set +License: OFL +URL: http://fontawesome.io +Source0: http://fontawesome.io/assets/font-awesome-%{version}.zip +Source1: %{name}-fontconfig.conf +Source2: README-Trademarks.txt +BuildArch: noarch +BuildRequires: fontpackages-devel +BuildRequires: ttembed +Requires: fontpackages-filesystem + + +%description +Font Awesome gives you scalable vector icons that can instantly be +customized — size, color, drop shadow, and anything that can be done with the +power of CSS. + +This package contains OpenType and TrueType font files which are typically used +locally. + +%package web +License: OFL and MIT +Requires: %{fontname}-fonts = %{version}-%{release} +Summary: Iconic font set, web files + +%description web +Font Awesome gives you scalable vector icons that can instantly be +customized — size, color, drop shadow, and anything that can be done with the +power of CSS. + +This package contains CSS, SCSS and LESS style files as well as Web Open Font +Format versions 1 and 2, Embedded OpenType and SVG font files which are +typically used on the web. + +%prep +%setup -q -n font-awesome-%{version} +cp -p %SOURCE2 . + +%build +ttembed fonts/*.ttf fonts/*.otf + +%install +install -m 0755 -d %{buildroot}%{_fontdir} +install -m 0644 -p fonts/*.ttf fonts/*.otf fonts/*.woff fonts/*.svg fonts/*.woff2 fonts/*.eot %{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} + +mkdir -p %{buildroot}%{_datadir}/font-awesome-web/ +cp -a css less scss %{buildroot}%{_datadir}/font-awesome-web/ + +# files: +%_font_pkg -f %{fontconf} *.ttf *.otf +%exclude %{_datadir}/fonts/fontawesome/fontawesome-webfont.svg +%exclude %{_datadir}/fonts/fontawesome/fontawesome-webfont.woff +%exclude %{_datadir}/fonts/fontawesome/fontawesome-webfont.woff2 +%exclude %{_datadir}/fonts/fontawesome/fontawesome-webfont.eot + +%doc README-Trademarks.txt + +%files web +%{_datadir}/font-awesome-web/ +%{_datadir}/fonts/fontawesome/fontawesome-webfont.svg +%{_datadir}/fonts/fontawesome/fontawesome-webfont.woff +%{_datadir}/fonts/fontawesome/fontawesome-webfont.woff2 +%{_datadir}/fonts/fontawesome/fontawesome-webfont.eot + +%changelog +* Tue Mar 29 2016 Fabio Alessandro Locati - 4.5.0-1 +- Update to 4.5.0 +- Update the brand list with the icons new in 4.5.0 + +* Wed Feb 03 2016 Fedora Release Engineering - 4.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Nov 04 2015 Nils Philippsen - 4.4.0-2 +- include .eot files +- amend -web license and summary, and descriptions + +* Thu Sep 17 2015 Matthias Runge - 4.4.0-1 +- update to 4.4.0 + +* Wed Jun 17 2015 Fedora Release Engineering - 4.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Dec 04 2014 Matthias Runge - 4.1.0-2 +- include .woff and .svg files (rhbz#1110646) + +* Tue Jul 08 2014 Petr Vobornik - 4.1.0-1 +- update to version 4.1.0 +- renamed web packaged dir from font-awesome-$version to font-awesome-web + +* Sat Jun 07 2014 Fedora Release Engineering - 4.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu Jan 02 2014 Petr Vobornik - 4.0.3-1 +- embeddable flag set to installable by ttembed +- web package license updated to MIT +- README-Trademarks.txt added + +* Mon Nov 04 2013 Ryan Lerch - 4.0.3-0 +- initial package based off spot's package diff --git a/sources b/sources new file mode 100644 index 0000000..7261f47 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +0538bcc7dc8293ca8a497f6051f794d8 font-awesome-4.5.0.zip From d22cd84327957a9c8d6108b21820d65a474f77b9 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 23 Apr 2019 21:25:07 -0600 Subject: [PATCH 3/4] Revive as limited arch package --- fontawesome-fonts.spec | 52 ++++++++---------------------------------- sources | 2 +- 2 files changed, 11 insertions(+), 43 deletions(-) diff --git a/fontawesome-fonts.spec b/fontawesome-fonts.spec index f712177..cce9497 100644 --- a/fontawesome-fonts.spec +++ b/fontawesome-fonts.spec @@ -2,12 +2,11 @@ %global fontconf 60-%{fontname}.conf Name: %{fontname}-fonts -Version: 4.5.0 -Release: 1%{?dist} - +Version: 4.1.0 +Release: 2%{?dist} Summary: Iconic font set License: OFL -URL: http://fontawesome.io +URL: http://fontawesome.io/ Source0: http://fontawesome.io/assets/font-awesome-%{version}.zip Source1: %{name}-fontconfig.conf Source2: README-Trademarks.txt @@ -26,7 +25,7 @@ This package contains OpenType and TrueType font files which are typically used locally. %package web -License: OFL and MIT +License: MIT Requires: %{fontname}-fonts = %{version}-%{release} Summary: Iconic font set, web files @@ -36,7 +35,7 @@ customized — size, color, drop shadow, and anything that can be done with the power of CSS. This package contains CSS, SCSS and LESS style files as well as Web Open Font -Format versions 1 and 2, Embedded OpenType and SVG font files which are +Format versions 1, Embedded OpenType and SVG font files which are typically used on the web. %prep @@ -48,7 +47,7 @@ ttembed fonts/*.ttf fonts/*.otf %install install -m 0755 -d %{buildroot}%{_fontdir} -install -m 0644 -p fonts/*.ttf fonts/*.otf fonts/*.woff fonts/*.svg fonts/*.woff2 fonts/*.eot %{buildroot}%{_fontdir} +install -m 0644 -p fonts/*.ttf fonts/*.otf fonts/*.woff fonts/*.svg fonts/*.eot %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} @@ -66,7 +65,6 @@ cp -a css less scss %{buildroot}%{_datadir}/font-awesome-web/ %_font_pkg -f %{fontconf} *.ttf *.otf %exclude %{_datadir}/fonts/fontawesome/fontawesome-webfont.svg %exclude %{_datadir}/fonts/fontawesome/fontawesome-webfont.woff -%exclude %{_datadir}/fonts/fontawesome/fontawesome-webfont.woff2 %exclude %{_datadir}/fonts/fontawesome/fontawesome-webfont.eot %doc README-Trademarks.txt @@ -75,41 +73,11 @@ cp -a css less scss %{buildroot}%{_datadir}/font-awesome-web/ %{_datadir}/font-awesome-web/ %{_datadir}/fonts/fontawesome/fontawesome-webfont.svg %{_datadir}/fonts/fontawesome/fontawesome-webfont.woff -%{_datadir}/fonts/fontawesome/fontawesome-webfont.woff2 %{_datadir}/fonts/fontawesome/fontawesome-webfont.eot %changelog -* Tue Mar 29 2016 Fabio Alessandro Locati - 4.5.0-1 -- Update to 4.5.0 -- Update the brand list with the icons new in 4.5.0 +* Tue Jun 19 2018 Petr Vobornik - 4.1.0-2 +- Resolves #1492884: include .svg, .woff, .eot font files in web package -* Wed Feb 03 2016 Fedora Release Engineering - 4.4.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Nov 04 2015 Nils Philippsen - 4.4.0-2 -- include .eot files -- amend -web license and summary, and descriptions - -* Thu Sep 17 2015 Matthias Runge - 4.4.0-1 -- update to 4.4.0 - -* Wed Jun 17 2015 Fedora Release Engineering - 4.1.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Thu Dec 04 2014 Matthias Runge - 4.1.0-2 -- include .woff and .svg files (rhbz#1110646) - -* Tue Jul 08 2014 Petr Vobornik - 4.1.0-1 -- update to version 4.1.0 -- renamed web packaged dir from font-awesome-$version to font-awesome-web - -* Sat Jun 07 2014 Fedora Release Engineering - 4.0.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu Jan 02 2014 Petr Vobornik - 4.0.3-1 -- embeddable flag set to installable by ttembed -- web package license updated to MIT -- README-Trademarks.txt added - -* Mon Nov 04 2013 Ryan Lerch - 4.0.3-0 -- initial package based off spot's package +* Fri Sep 12 2014 Petr Vobornik - 4.1.0-1 +- initial RHEL package diff --git a/sources b/sources index 7261f47..b9146da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0538bcc7dc8293ca8a497f6051f794d8 font-awesome-4.5.0.zip +SHA512 (font-awesome-4.1.0.zip) = 01c7d568836ba3880858ddcf5989a1c581f545cdf5910b0b19a73b89a9d738b85a9791117448f603bf9bdf206891c2af88cb9d6ad05b698b90754953a575d6d3 From 31e867e5aa35d35f24834325944a4becd5bf6818 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 23 Apr 2019 21:26:14 -0600 Subject: [PATCH 4/4] EPEL limited arch package --- fontawesome-fonts.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fontawesome-fonts.spec b/fontawesome-fonts.spec index cce9497..83c51ae 100644 --- a/fontawesome-fonts.spec +++ b/fontawesome-fonts.spec @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version: 4.1.0 -Release: 2%{?dist} +Release: 0.2%{?dist} Summary: Iconic font set License: OFL URL: http://fontawesome.io/ @@ -76,6 +76,9 @@ cp -a css less scss %{buildroot}%{_datadir}/font-awesome-web/ %{_datadir}/fonts/fontawesome/fontawesome-webfont.eot %changelog +* Tue Apr 23 2019 Orion Poplawski - 4.1.0-0.2 +- EPEL limited arch package + * Tue Jun 19 2018 Petr Vobornik - 4.1.0-2 - Resolves #1492884: include .svg, .woff, .eot font files in web package