Blame SPECS/nafees-web-naskh-fonts.spec

2d5a73
%global fontname        nafees-web-naskh
2d5a73
%global fontconf        67-%{fontname}.conf
2d5a73
%global archivename     NafeesWeb
2d5a73
%global archivedate     20080509
2d5a73
2d5a73
Name:           %{fontname}-fonts
2d5a73
Version:        1.2
a6105c
Release:        11%{?dist}
2d5a73
Summary:        Nafees Web font for writing Urdu in the Naskh script 
2d5a73
2d5a73
Group:          User Interface/X
2d5a73
License:        Bitstream Vera
2d5a73
URL:            http://www.crulp.org/Downloads/NafeesWeb.zip
2d5a73
2d5a73
## NOTE: the original archive is unversioned, so we rename it to add a date stamp
2d5a73
# The Source0 is obtained by doing the following:
2d5a73
# $ wget -S http://www.crulp.org/Downloads/NafeesWeb.zip
2d5a73
# $ mv %{archivename}.zip %{fontname}-%{archivedate}.zip
2d5a73
Source0:        %{fontname}-%{archivedate}.zip
2d5a73
2d5a73
## Fix RHBZ# while not fixed upstream
2d5a73
Source1:        %{fontname}-update-preferred-family.pe
2d5a73
Source2:        %{fontconf}
2d5a73
2d5a73
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
2d5a73
BuildArch:      noarch
2d5a73
Requires:       fontpackages-filesystem
2d5a73
BuildRequires:  fontpackages-devel
2d5a73
BuildRequires:  fontforge
2d5a73
2d5a73
%description
2d5a73
2d5a73
Character based Nafees Web Naskh Open Type Font for writing Urdu in Naskh
2d5a73
script based on Unicode standard. This version has complete support of
2d5a73
Aerabs for Urdu and updated glyphs for Latin characters.
2d5a73
Nafees Web Naskh OTF contains approximately 330 glyphs, including 5 ligatures.
2d5a73
2d5a73
2d5a73
%prep
2d5a73
%setup -q -c
2d5a73
2d5a73
%build
2d5a73
# Fix RHBZ#490830 while not fixed upstream
2d5a73
%{_bindir}/fontforge %{SOURCE1} %{archivename}.ttf
2d5a73
2d5a73
%install
2d5a73
rm -rf %{buildroot}
2d5a73
2d5a73
#fonts
2d5a73
install -m 0755 -d %{buildroot}%{_fontdir}
2d5a73
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
2d5a73
2d5a73
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
2d5a73
                %{buildroot}%{_fontconfig_confdir}
2d5a73
2d5a73
install -m 0644 -p %{SOURCE2} \
2d5a73
                %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
2d5a73
2d5a73
ln -s %{_fontconfig_templatedir}/%{fontconf} \
2d5a73
        %{buildroot}%{_fontconfig_confdir}/%{fontconf}
2d5a73
2d5a73
%clean
2d5a73
rm -rf %{buildroot}
2d5a73
2d5a73
%_font_pkg -f %{fontconf} *.ttf
2d5a73
2d5a73
%doc
2d5a73
2d5a73
2d5a73
%changelog
a6105c
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.2-11
a6105c
- Mass rebuild 2013-12-27
a6105c
2d5a73
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-10
2d5a73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2d5a73
2d5a73
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-9
2d5a73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2d5a73
2d5a73
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-8
2d5a73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2d5a73
2d5a73
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-7
2d5a73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2d5a73
2d5a73
* Wed Feb 24 2010 Mathieu Bridon <bochecha@fedoraproject.org> - 1.2-6
2d5a73
- bumping spec as I forgot to add the fontconfig file in previous commit
2d5a73
2d5a73
* Wed Feb 24 2010 Mathieu Bridon <bochecha@fedoraproject.org> - 1.2-5
2d5a73
- minor spec fixes
2d5a73
2d5a73
* Wed Feb 24 2010 Pravin Satpute <psatpute@redhat.com> - 1.2-4
2d5a73
- adding .conf file
2d5a73
- bugfix 567612
2d5a73
2d5a73
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3
2d5a73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2d5a73
2d5a73
* Sat Apr 11 2009 Mathieu Bridon <bochecha@fedoraproject.org> - 1.2-2
2d5a73
- added comment explaining how the source is obtained (as it is modified from upstream)
2d5a73
- temporary fix for RHBZ#490830 while not fixed upstream
2d5a73
2d5a73
* Sat Apr 11 2009 Mathieu Bridon <bochecha@fedoraproject.org> - 1.2-1
2d5a73
- update to 1.2 release
2d5a73
2d5a73
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
2d5a73
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2d5a73
2d5a73
* Sun Dec 21 2008 Bernie Innocenti <bernie@codewiz.org> 1.0-4
2d5a73
- Builddep on fontpackages-devel
2d5a73
2d5a73
* Sun Dec 21 2008 Bernie Innocenti <bernie@codewiz.org> 1.0-3
2d5a73
- Typo: fontdir -> _fontdir
2d5a73
2d5a73
* Sun Dec 21 2008 Bernie Innocenti <bernie@codewiz.org> 1.0-2
2d5a73
- Updated to current Fedora font packaging guidelines
2d5a73
2d5a73
* Sat Sep 15 2007 Bernardo Innocenti <bernie@codewiz.org> 1.0-1
2d5a73
- Initial packaging, borrowing many things from abyssinica-fonts