Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31e867e5aa | ||
|
|
d22cd84327 | ||
|
|
d5e3406d08 | ||
|
|
c543376bcd |
2 changed files with 13 additions and 42 deletions
|
|
@ -2,12 +2,11 @@
|
|||
%global fontconf 60-%{fontname}.conf
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 4.5.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
Version: 4.1.0
|
||||
Release: 0.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,14 @@ 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 <fabio@locati.cc> - 4.5.0-1
|
||||
- Update to 4.5.0
|
||||
- Update the brand list with the icons new in 4.5.0
|
||||
* Tue Apr 23 2019 Orion Poplawski <orion@nwra.com> - 4.1.0-0.2
|
||||
- EPEL limited arch package
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
* Tue Jun 19 2018 Petr Vobornik <pvoborni@redhat.com> - 4.1.0-2
|
||||
- Resolves #1492884: include .svg, .woff, .eot font files in web package
|
||||
|
||||
* Wed Nov 04 2015 Nils Philippsen <nils@redhat.com> - 4.4.0-2
|
||||
- include .eot files
|
||||
- amend -web license and summary, and descriptions
|
||||
|
||||
* Thu Sep 17 2015 Matthias Runge <mrunge@redhat.com> - 4.4.0-1
|
||||
- update to 4.4.0
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Thu Dec 04 2014 Matthias Runge <mrunge@redhad.com> - 4.1.0-2
|
||||
- include .woff and .svg files (rhbz#1110646)
|
||||
|
||||
* Tue Jul 08 2014 Petr Vobornik <pvoborni@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 4.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu Jan 02 2014 Petr Vobornik <pvoborni@redhat.com> - 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 <ryanlerch@fedoraproject.org> - 4.0.3-0
|
||||
- initial package based off spot's package
|
||||
* Fri Sep 12 2014 Petr Vobornik <pvoborni@redhat.com> - 4.1.0-1
|
||||
- initial RHEL package
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
0538bcc7dc8293ca8a497f6051f794d8 font-awesome-4.5.0.zip
|
||||
SHA512 (font-awesome-4.1.0.zip) = 01c7d568836ba3880858ddcf5989a1c581f545cdf5910b0b19a73b89a9d738b85a9791117448f603bf9bdf206891c2af88cb9d6ad05b698b90754953a575d6d3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue