rpms/python-fontMath/EL-6 python-fontMath.spec, NONE, 1.1 sources, 1.1, 1.2

pnemade pnemade at fedoraproject.org
Wed Jul 28 06:51:14 UTC 2010


Author: pnemade

Update of /cvs/pkgs/rpms/python-fontMath/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6053

Modified Files:
	sources 
Added Files:
	python-fontMath.spec 
Log Message:
Initial release



--- NEW FILE python-fontMath.spec ---
%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-fontMath
Version:        0.2
Release:        2%{?dist}
Summary:        A set of objects for performing math operations on font data

Group:          Development/Tools
License:        MIT 
URL:            http://code.typesupply.com/wiki/FontMath
Source0:        http://tools.typesupply.com/downloads/sourcecode/fontMath-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel python-robofab
Requires:       python-robofab

%description
A set of objects for performing math operations on font data.

%prep
%setup -q -n fontMath-%{version}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc License.txt
%{python_sitelib}/fontMath
%{python_sitelib}/fontMath-%{version}*.egg-info

%changelog
* Thu Jul 22 2010 Parag Nemade <pnemade AT redhat.com> - 0.2-2
- few spec cleanups as per suggested in #603641

* Thu Jul 22 2010 Parag Nemade <pnemade AT redhat.com> - 0.2-1
- Initial Fedora Release.



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-fontMath/EL-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Jul 2010 21:50:09 -0000	1.1
+++ sources	28 Jul 2010 06:51:12 -0000	1.2
@@ -0,0 +1 @@
+739ecc87c553180c4978c110230be6f7  fontMath-0.2.tar.gz



More information about the fonts-bugs mailing list