Blame SPECS/fonttools.spec

2b85a9
Name:           fonttools
2b85a9
Version:        2.4
2b85a9
Release:        3%{?dist}
2b85a9
Summary:        A tool to convert True/OpenType fonts to XML and back
2b85a9
2b85a9
Group:          Development/Tools
2b85a9
License:        BSD
2b85a9
URL:            http://sourceforge.net/projects/%{name}/
2b85a9
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
2b85a9
2b85a9
BuildRequires:  python2-devel numpy
2b85a9
Requires:       numpy
2b85a9
2b85a9
Provides:       ttx = %{version}-%{release}
2b85a9
2b85a9
%description
2b85a9
TTX/FontTools is a tool for manipulating TrueType and OpenType fonts. It is
2b85a9
written in Python and has a BSD-style, open-source license. TTX can dump
2b85a9
TrueType and OpenType fonts to an XML-based text format and vice versa.
2b85a9
2b85a9
2b85a9
%prep
2b85a9
%setup -q
2b85a9
2b85a9
%build
2b85a9
%{__python} setup.py build
2b85a9
2b85a9
2b85a9
%install
2b85a9
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
2b85a9
rm -rf $RPM_BUILD_ROOT%{python_sitearch}/FontTools/fontTools/ttLib/test
2b85a9
chmod 0755 $RPM_BUILD_ROOT%{python_sitearch}/FontTools/fontTools/misc/eexecOp.so
2b85a9
2b85a9
2b85a9
%files
2b85a9
%doc LICENSE.txt
2b85a9
%doc Doc/ChangeLog Doc/changes.txt Doc/documentation.html
2b85a9
%{python_sitearch}/FontTools.pth
2b85a9
%dir %{python_sitearch}/FontTools
2b85a9
%dir %{python_sitearch}/FontTools/fontTools
2b85a9
%dir %{python_sitearch}/FontTools/fontTools/encodings
2b85a9
%dir %{python_sitearch}/FontTools/fontTools/misc
2b85a9
%dir %{python_sitearch}/FontTools/fontTools/pens
2b85a9
%dir %{python_sitearch}/FontTools/fontTools/ttLib
2b85a9
%dir %{python_sitearch}/FontTools/fontTools/ttLib/tables
2b85a9
%{python_sitearch}/FontTools/*.py*
2b85a9
%{python_sitearch}/FontTools/fontTools/*.py*
2b85a9
%{python_sitearch}/FontTools/fontTools/*/*.py*
2b85a9
%{python_sitearch}/FontTools/fontTools/*/*/*.py*
2b85a9
%{python_sitearch}/FontTools/fontTools/misc/eexecOp.so
2b85a9
%{python_sitearch}/FontTools/fonttools-%{version}-py?.?.egg-info
2b85a9
%{_bindir}/ttx
2b85a9
%{_mandir}/man1/ttx.1.gz
2b85a9
2b85a9
2b85a9
2b85a9
%changelog
2b85a9
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.4-3
2b85a9
- Mass rebuild 2014-01-24
2b85a9
2b85a9
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.4-2
2b85a9
- Mass rebuild 2013-12-27
2b85a9
2b85a9
* Mon Jun 24 2013 Parag <pnemade AT redhat DOT com> - 2.4-1
2b85a9
- New upstream release 2.4
2b85a9
2b85a9
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-7
2b85a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2b85a9
2b85a9
* Thu Nov 29 2012 Parag <pnemade AT redhat DOT com> - 2.3-6
2b85a9
- Resolves:rh#880063 - BR: python2-devel required
2b85a9
2b85a9
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-5
2b85a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2b85a9
2b85a9
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-4
2b85a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2b85a9
2b85a9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-3
2b85a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2b85a9
2b85a9
* Tue Oct 19 2010 Akira TAGOH <tagoh@redhat.com> - 2.3-2
2b85a9
- Rebuild.
2b85a9
2b85a9
* Fri Jul 23 2010 Akira TAGOH <tagoh@redhat.com> - 2.3-1
2b85a9
- New upstream release. (Paul Williams, #599281)
2b85a9
  - drop upstreamed patch.
2b85a9
  - correct man page location.
2b85a9
- Update the spec file to keep consistensy of usage in the macro as far as possible.
2b85a9
2b85a9
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.2-8
2b85a9
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2b85a9
2b85a9
* Fri Oct 02 2009 Caolán McNamara <caolanm@redhat.com> - 2.2-7
2b85a9
* Resolves: rhbz#525444 as is a reserved keyword in python
2b85a9
2b85a9
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-6
2b85a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2b85a9
2b85a9
* Wed Feb 25 2009 Roozbeh Pournader <roozbeh@gmail.com> - 2.2-5
2b85a9
* Change dependency on python-numeric to numpy
2b85a9
2b85a9
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-4
2b85a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2b85a9
2b85a9
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.2-3
2b85a9
- Fix locations for Python 2.6
2b85a9
2b85a9
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.2-2
2b85a9
- Rebuild for Python 2.6
2b85a9
2b85a9
* Tue Sep 16 2008 Matt Domsch <mdomsch@fedoraproject.org> - 2.2-1
2b85a9
- update to 2.2, drop upstreamed patch, fix FTBFS BZ#434409
2b85a9
2b85a9
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.0-0.12.20060223cvs
2b85a9
- Autorebuild for GCC 4.3
2b85a9
2b85a9
* Sat Dec 09 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 2.0-0.11.20060223cvs
2b85a9
- Rebuild for Python 2.5
2b85a9
2b85a9
* Fri Dec 01 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 2.0-0.10.20060223cvs
2b85a9
- Update the Unicode names file to Unicode 5.0.0
2b85a9
2b85a9
* Thu Nov 09 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 2.0-0.9.20060223cvs
2b85a9
- Update to newer CVS snapshot dated 2006-02-23
2b85a9
- Cleanup based on latest Python packaging guidelines
2b85a9
2b85a9
* Wed Nov 08 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 2.0-0.8.20050624cvs
2b85a9
- De-ghost .pyo files
2b85a9
2b85a9
* Wed Nov 08 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 2.0-0.7.20050624cvs
2b85a9
- Rebuild to get into Rawhide
2b85a9
2b85a9
* Mon May 08 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 2.0-0.6.20050624cvs
2b85a9
- Change specification of ulUnicodeRange1-4 to unsigned long
2b85a9
2b85a9
* Mon Feb 13 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 2.0-0.5.20050624cvs
2b85a9
- Rebuild for Fedora Extras 5
2b85a9
2b85a9
* Thu Feb 02 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 2.0-0.4.20050624cvs
2b85a9
- Provide ttx
2b85a9
2b85a9
* Wed Feb 01 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 2.0-0.3.20050624cvs
2b85a9
- Use upstream snapshots, moving the difference into a patch
2b85a9
- Change alphatag time to the latest change in CVS
2b85a9
- Use %%{python_sitearch} instead of %%{python_sitelib} (for x86_86)
2b85a9
- Use sed instead of a patch to remove shebang
2b85a9
2b85a9
* Sun Jan 08 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 2.0-0.2.20060103cvs
2b85a9
- Add %%{?dist} tag
2b85a9
2b85a9
* Fri Jan 06 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 2.0-0.1.20060103cvs
2b85a9
- Initial packaging