commit 1b19a9fa8a713d9a3f696b861993f7868225557b Author: Toshaan Bharvani Date: Thu Oct 6 15:08:19 2022 +0200 initial package creation Signed-off-by: Toshaan Bharvani diff --git a/SOURCES/README-Trademarks.txt b/SOURCES/README-Trademarks.txt new file mode 100644 index 0000000..8660b39 --- /dev/null +++ b/SOURCES/README-Trademarks.txt @@ -0,0 +1,181 @@ +Brand icons may be subject to trademark and brand guidelines of their +respective owners. Always check before deploying other companies' branding. + +Brand Icons: + * fa-500px + * fa-adn + * fa-amazon + * fa-android + * fa-angellist + * fa-apple + * fa-bandcamp + * fa-behance + * fa-behance-square + * fa-bitbucket + * fa-bitbucket-square + * fa-black-tie + * fa-bluetooth + * fa-bluetooth-b + * fa-btc + * fa-buysellads + * fa-cc-amex + * fa-cc-diners-club + * fa-cc-discover + * fa-cc-jcb + * fa-cc-mastercard + * fa-cc-paypal + * fa-cc-stripe + * fa-cc-visa + * fa-chrome + * fa-codepen + * fa-codiepie + * fa-connectdevelop + * fa-contao + * fa-css3 + * fa-dashcube + * fa-delicious + * fa-deviantart + * fa-digg + * fa-dribbble + * fa-dropbox + * fa-drupal + * fa-edge + * fa-eercast + * fa-empire + * fa-envira + * fa-etsy + * fa-expeditedssl + * fa-facebook + * fa-facebook-official + * fa-facebook-square + * fa-firefox + * fa-first-order + * fa-flickr + * fa-font-awesome + * fa-fonticons + * fa-fort-awesome + * fa-forumbee + * fa-foursquare + * fa-free-code-camp + * fa-get-pocket + * fa-gg + * fa-gg-circle + * fa-git + * fa-git-square + * fa-github + * fa-github-alt + * fa-github-square + * fa-gitlab + * fa-glide + * fa-glide-g + * fa-google + * fa-google-plus + * fa-google-plus-official + * fa-google-plus-square + * fa-google-wallet + * fa-gratipay + * fa-grav + * fa-hacker-news + * fa-houzz + * fa-html5 + * fa-imdb + * fa-instagram + * fa-internet-explorer + * fa-ioxhost + * fa-joomla + * fa-jsfiddle + * fa-lastfm + * fa-lastfm-square + * fa-leanpub + * fa-linkedin + * fa-linkedin-square + * fa-linode + * fa-linux + * fa-maxcdn + * fa-meanpath + * fa-medium + * fa-meetup + * fa-mixcloud + * fa-modx + * fa-odnoklassniki + * fa-odnoklassniki-square + * fa-opencart + * fa-openid + * fa-opera + * fa-optin-monster + * fa-pagelines + * fa-paypal + * fa-pied-piper + * fa-pied-piper-alt + * fa-pied-piper-pp + * fa-pinterest + * fa-pinterest-p + * fa-pinterest-square + * fa-product-hunt + * fa-qq + * fa-quora + * fa-ravelry + * fa-rebel + * fa-reddit + * fa-reddit-alien + * fa-reddit-square + * fa-renren + * fa-safari + * fa-scribd + * fa-sellsy + * fa-share-alt + * fa-share-alt-square + * fa-shirtsinbulk + * fa-simplybuilt + * fa-skyatlas + * fa-skype + * fa-slack + * fa-slideshare + * fa-snapchat + * fa-snapchat-ghost + * fa-snapchat-square + * fa-soundcloud + * fa-spotify + * fa-stack-exchange + * fa-stack-overflow + * fa-steam + * fa-steam-square + * fa-stumbleupon + * fa-stumbleupon-circle + * fa-superpowers + * fa-telegram + * fa-tencent-weibo + * fa-themeisle + * fa-trello + * fa-tripadvisor + * fa-tumblr + * fa-tumblr-square + * fa-twitch + * fa-twitter + * fa-twitter-square + * fa-usb + * fa-viacoin + * fa-viadeo + * fa-viadeo-square + * fa-vimeo + * fa-vimeo-square + * fa-vine + * fa-vk + * fa-weibo + * fa-weixin + * fa-whatsapp + * fa-wikipedia-w + * fa-windows + * fa-wordpress + * fa-wpbeginner + * fa-wpexplorer + * fa-wpforms + * fa-xing + * fa-xing-square + * fa-y-combinator + * fa-yahoo + * fa-yelp + * fa-yoast + * fa-youtube + * fa-youtube-play + * fa-youtube-square diff --git a/SOURCES/fontawesome-fonts-fontconfig.conf b/SOURCES/fontawesome-fonts-fontconfig.conf new file mode 100644 index 0000000..1394b88 --- /dev/null +++ b/SOURCES/fontawesome-fonts-fontconfig.conf @@ -0,0 +1,16 @@ + + + + + FontAwesome + + fantasy + + + + fantasy + + FontAwesome + + + diff --git a/SPECS/fontawesome-fonts.spec b/SPECS/fontawesome-fonts.spec new file mode 100644 index 0000000..f12925f --- /dev/null +++ b/SPECS/fontawesome-fonts.spec @@ -0,0 +1,181 @@ +%global fontname fontawesome +%global fontconf 60-%{fontname}.conf + +Name: %{fontname}-fonts +Epoch: 1 +Version: 4.7.0 +Release: 14%{?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 = %{?epoch:%{epoch}:}%{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 +* Thu Jul 21 2022 Fedora Release Engineering - 1:4.7.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 20 2022 Fedora Release Engineering - 1:4.7.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jul 21 2021 Fedora Release Engineering - 1:4.7.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 1:4.7.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 1:4.7.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 08 2020 Miro Hrončok - 1:4.7.0-9 +- Add epoch to inter-subpackages requirement + +* Wed Jul 08 2020 Fabio Alessandro Locati - 1:4.7.0-8 +- Rollback to FA4 + +* Tue Jul 07 2020 Fabio Alessandro Locati - 5.13.1-2 +- Provide the right font configuration +- Drop ttf format since upstream affirms that otf is to be preferred + +* Sun Jul 05 2020 Fabio Alessandro Locati - 5.13.1-1 +- Update to 5.13.1 + +* Tue Jan 28 2020 Fedora Release Engineering - 4.7.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 4.7.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 4.7.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 4.7.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 4.7.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 4.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 4.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Oct 27 2016 Fabio Alessandro Locati - 4.7.0-1 +- Update to 4.7.0 + +* Sun May 22 2016 Fabio Alessandro Locati - 4.6.3-1 +- Update to 4.6.3 +- Update the brand icons list using the script + +* Thu May 05 2016 Fabio Alessandro Locati - 4.6.2-1 +- Update to 4.6.1 +- Update the brand icons list using a new script +- Add the script to create brand icons list + +* Wed Apr 13 2016 Fabio Alessandro Locati - 4.6.1-1 +- Update to 4.6.0 +- Update the brand list with the icons new in 4.6.0 + +* 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