rpms/python-robofab/F-13 python-robofab.spec, NONE, 1.1 sources, 1.1, 1.2

pnemade pnemade at fedoraproject.org
Tue Jul 6 15:42:26 UTC 2010


Author: pnemade

Update of /cvs/pkgs/rpms/python-robofab/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6360

Modified Files:
	sources 
Added Files:
	python-robofab.spec 
Log Message:
Initial Release for F-13



--- 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/F-13/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:42:26 -0000	1.2
@@ -0,0 +1 @@
+d343a136d60aaab69899ed7758147eab  RoboFab226M_Only.zip



More information about the scm-commits mailing list