Update to 2.015
This commit is contained in:
parent
f41bbfb0df
commit
38a00982de
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/lato-fonts-1.105.zip
|
||||
/lato-fonts-2.007.zip
|
||||
/lato-fonts-2.010.zip
|
||||
/lato-fonts-2.015.zip
|
||||
|
@ -2,14 +2,14 @@
|
||||
%global fontconf 61-%{fontname}.conf
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 2.010
|
||||
Release: 3%{?dist}
|
||||
Version: 2.015
|
||||
Release: 1%{?dist}
|
||||
Summary: A sanserif typeface family
|
||||
|
||||
Group: User Interface/X
|
||||
License: OFL
|
||||
URL: http://www.latofonts.com/
|
||||
# Fonts retrieved 2014-09-04 from http://www.latofonts.com/download/Lato2OFL.zip
|
||||
# Fonts retrieved 2015-08-07 from http://www.latofonts.com/download/Lato2OFL.zip
|
||||
Source0: %{name}-%{version}.zip
|
||||
Source1: %{name}-fontconfig.conf
|
||||
Source2: %{fontname}.metainfo.xml
|
||||
@ -52,6 +52,9 @@ sed "s/\r//" Lato2OFL/OFL.txt > Lato2OFL/OFL.txt.new
|
||||
touch -r Lato2OFL/OFL.txt Lato2OFL/OFL.txt.new
|
||||
mv Lato2OFL/OFL.txt.new Lato2OFL/OFL.txt
|
||||
|
||||
# Fix permissions
|
||||
chmod 0644 Lato2OFL/{OFL.txt,README.txt}
|
||||
|
||||
|
||||
%build
|
||||
|
||||
@ -70,11 +73,15 @@ install -Dm 0644 -p %{SOURCE2} \
|
||||
%{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||
|
||||
%_font_pkg -f %{fontconf} *.ttf
|
||||
%doc Lato2OFL/{OFL.txt,README.txt}
|
||||
%doc Lato2OFL/README.txt
|
||||
%license Lato2OFL/OFL.txt
|
||||
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 07 2015 Mohamed El Morabity <melmorabity@fedoraproject.org> - 2.015-1
|
||||
- Update to 2.015
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.010-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user