Blame SPECS/vemana2000-fonts.spec

15f016
%global fontname vemana2000
15f016
%global fontconf 69-%{fontname}.conf
15f016
15f016
Name: %{fontname}-fonts
15f016
Version: 1.1.3
15f016
Release: 5%{?dist}
15f016
Summary: Unicode compliant OpenType font for Telugu
15f016
15f016
Group: User Interface/X
15f016
License: GPLv2+ with exceptions
15f016
URL: https://fedorahosted.org/pothana_vemana/
15f016
15f016
Source0: https://fedorahosted.org/releases/p/o/pothana_vemana/%{name}-%{version}.tar.gz
15f016
15f016
BuildArch: noarch
15f016
BuildRequires: fontforge
15f016
BuildRequires: fontpackages-devel
15f016
Requires: fontpackages-filesystem
15f016
15f016
%description
15f016
A free OpenType font for Telugu created by
15f016
Dr. Tirumala Krishna Desikacharyulu. 
15f016
15f016
%prep
15f016
%setup -q -n %{name}-%{version}
15f016
15f016
%build
15f016
make
15f016
15f016
%install
15f016
install -m 0755 -d %{buildroot}%{_fontdir}
15f016
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
15f016
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
15f016
 %{buildroot}%{_fontconfig_confdir}
15f016
install -m 0644 -p %{fontconf} \
15f016
 %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
15f016
ln -s %{_fontconfig_templatedir}/%{fontconf} \
15f016
 %{buildroot}%{_fontconfig_confdir}/%{fontconf}
15f016
15f016
%_font_pkg -f %{fontconf} *.ttf
15f016
15f016
%doc ChangeLog COPYRIGHT COPYING AUTHORS README
15f016
15f016
%changelog
15f016
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-5
15f016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
15f016
15f016
* Mon Nov 19 2012 Sandeep Shedmake <sshedmak@redhat.com> - 1.1.3-4
15f016
- Cleaned the spec file
15f016
- Removed BuildRoot
15f016
- Edited Source0 and BuildRequires
15f016
15f016
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-3
15f016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
15f016
15f016
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-2
15f016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
15f016
15f016
* Wed Mar 02 2011 Sandeep Shedmake <sshedmak@redhat.com> - 1.1.3-1
15f016
- Added Indian Rupee Sign (U+20B9)
15f016
- Modified URL to fedorahosted.org domain
15f016
- Updated Source0 link
15f016
- Added BuildRequires fontforge
15f016
- Modified doc section
15f016
15f016
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
15f016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
15f016
15f016
* Mon Dec 14 2009 <sshedmak@redhat.com> - 1.1.2-1
15f016
- Fixed FSType, Preferred Styles, UniqueID and Fullname
15f016
- Fixed Invalid Glyph Names reported by fontlint
15f016
- with exceptions string added in License
15f016
15f016
* Tue Aug 31 2009 <sshedmak@redhat.com> - 1.1.1-2
15f016
- Changed the Pothana2000 strings to Vemana2000
15f016
15f016
* Tue Jun 23 2009 <sshedmak@redhat.com> - 1.1.1-1
15f016
- Initial packaging