Blame SPECS/overpass-fonts.spec

3060b6
%global fontname overpass
3060b6
%global fontconf 60-%{fontname}.conf
3060b6
3060b6
Name:		%{fontname}-fonts
3060b6
Version:	1.01
26c6cd
Release:	5%{?dist}
3060b6
Summary:	Typeface based on the U.S. interstate highway road signage type system
3060b6
License:	OFL or ASL 2.0 
3060b6
URL:		https://fedorahosted.org/overpass-fonts/
3060b6
Source0:	https://fedorahosted.org/releases/o/v/overpass-fonts/Overpass-Fonts-%{version}.tar.gz
3060b6
Source1:	%{name}-fontconfig.conf
3060b6
Source2:	http://www.apache.org/licenses/LICENSE-2.0.txt
3060b6
BuildArch:	noarch
3060b6
BuildRequires:	fontpackages-devel
3060b6
Requires:	fontpackages-filesystem
3060b6
3060b6
%description
3060b6
Free & open source typeface based on the U.S. interstate highway road signage 
3060b6
type system; it is sans-serif and suitable for both body and titling text.
3060b6
3060b6
%prep
3060b6
%setup -q -c
3060b6
cp %{SOURCE2} .
3060b6
3060b6
%build
3060b6
# Nothing to do here.
3060b6
3060b6
%install
3060b6
install -m 0755 -d %{buildroot}%{_fontdir}
3060b6
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
3060b6
3060b6
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
3060b6
		%{buildroot}%{_fontconfig_confdir}
3060b6
3060b6
install -m 0644 -p %{SOURCE1} \
3060b6
		%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
3060b6
3060b6
ln -s %{_fontconfig_templatedir}/%{fontconf} \
3060b6
		%{buildroot}%{_fontconfig_confdir}/%{fontconf}
3060b6
3060b6
%_font_pkg -f %{fontconf} *.ttf
3060b6
%doc Overpass-OFL.txt LICENSE-2.0.txt
3060b6
3060b6
%changelog
26c6cd
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.01-5
26c6cd
- Mass rebuild 2013-12-27
26c6cd
3060b6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-4
3060b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3060b6
3060b6
* Tue Dec 11 2012 Tom Callaway <spot@fedoraproject.org>
3060b6
- License is now OFL or ASL 2.0
3060b6
3060b6
* Mon Sep 24 2012 Tom Callaway <spot@fedoraproject.org> - 1.01-2
3060b6
- fix spaces vs tabs issue
3060b6
3060b6
* Mon Aug 27 2012 Tom Callaway <spot@fedoraproject.org> - 1.01-1
3060b6
- initial package