File google-montserrat-fonts.spec of Package google-montserrat-fonts
#
# spec file for package google-montserrat-fonts
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define fontname montserrat
Name: google-montserrat-fonts
Version: 7.200
Release: 0
Summary: Sans-Serif Font, inspired from Montserrat of Buenos Aires
License: OFL-1.1
Group: System/X11/Fonts
Url: https://github.com/JulietaUla/Montserrat
Source0: %{fontname}.zip
BuildRequires: fontpackages-devel
BuildRequires: unzip
%reconfigure_fonts_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
The old posters and signs in the traditional Montserrat
neighborhood of Buenos Aires inspired Julieta Ulanovsky to
design this typeface and rescue the beauty of urban typography
that emerged in the first half of the twentieth century. As
urban development changes that place, it will never return to
its original form and loses forever the designs that are so
special and unique. The letters that inspired this project
have work, dedication, care, color, contrast, light and life,
day and night! These are the types that make the city look
so beautiful. The Montserrat Project began with the idea to
rescue what is in Montserrat and set it free under a libre
license, the SIL Open Font License.
This is the normal family, and it has two sister families so
far, Alternates and Subrayada. Many of the letterforms are
special in the Alternates family, while 'Subrayada' means
'Underlined' in Spanish and celebrates a special style of
underline that is integrated into the letterforms found in
the Montserrat neighborhood.
Designer: Julieta Ulanovsky
%prep
%setup -q -c -n %{name}-%{version}
%build
# nope
%install
install -d %{buildroot}%{_ttfontsdir}/ %{buildroot}%_defaultlicensedir/%{name}
install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
install -m0644 OFL.txt %{buildroot}%_defaultlicensedir/%{name}/OFL11.txt
%reconfigure_fonts_scriptlets
%files
%defattr(-, root,root)
%dir %{_ttfontsdir}
%dir %_defaultlicensedir/%{name}
%{_ttfontsdir}/*
%_defaultlicensedir/%{name}/*
%changelog