Update to 2.015

This commit is contained in:
Mohamed El Morabity 2015-08-07 15:37:14 +02:00
parent f41bbfb0df
commit 38a00982de
3 changed files with 13 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/lato-fonts-1.105.zip
/lato-fonts-2.007.zip
/lato-fonts-2.010.zip
/lato-fonts-2.015.zip

View File

@ -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

View File

@ -1 +1 @@
a0a0280a2f7b5435ab4d9c9cb233d2eb lato-fonts-2.010.zip
29e379a6ecc1b86c96931fa6ce4b3b0c lato-fonts-2.015.zip