Author: pnemade
Update of /cvs/pkgs/rpms/python-robofab/EL-6 In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7754
Modified Files: sources Added Files: python-robofab.spec Log Message: Initial import in fedora
--- NEW FILE python-robofab.spec --- %global svnrev 226 %if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif
Name: python-robofab Version: 1.2.0 Release: 1.svn%{svnrev}%{?dist} Summary: Reads and writes UFO font files
Group: Development/Languages License: BSD URL: http://www.robofab.org/ Source0: http://www.robofab.org/download/current/RoboFab226M_Only.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildRequires: python-devel fonttools
%description RoboFab is a Python library with objects that deal with data usually associated with fonts and type design. RoboFab reads and writes UFO font files.
%prep %setup -q -n RoboFab
%build %{__python} setup.py build
%install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
%check PYTHONPATH=`pwd`/Lib python Lib/robofab/test/runAll.py
%clean rm -rf $RPM_BUILD_ROOT
%files %defattr(-,root,root,-) %doc LICENSE.txt %{python_sitelib}/*
%changelog * Tue Jul 06 2010 Parag Nemade <pnemade AT redhat.com> - 1.2.0-1.svn226 - update to svn release 226
* Mon Jun 14 2010 Parag Nemade <pnemade AT redhat.com> - 1.2.0-1.svn200 - Initial Fedora Release.
Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-robofab/EL-6/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 26 Jun 2010 07:59:57 -0000 1.1 +++ sources 6 Jul 2010 15:56:56 -0000 1.2 @@ -0,0 +1 @@ +d343a136d60aaab69899ed7758147eab RoboFab226M_Only.zip
fonts-bugs@lists.fedoraproject.org