[python-compositor/el6/master] Initial release

pnemade pnemade at fedoraproject.org
Mon Aug 2 05:19:07 UTC 2010


commit 189f633b4a4515f6cfb8bfc7a563ea14f49cd021
Author: Parag Nemade <pnemade at redhat.com>
Date:   Mon Aug 2 10:56:38 2010 +0530

    Initial release

 python-compositor.spec |   56 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 2 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/python-compositor.spec b/python-compositor.spec
new file mode 100644
index 0000000..0f8ff81
--- /dev/null
+++ b/python-compositor.spec
@@ -0,0 +1,56 @@
+%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-compositor
+Version:        0.2b
+Release:        3%{?dist}
+Summary:        A simple OpenType GSUB and GPOS engine 
+
+Group:          Development/Tools
+License:        MIT 
+URL:            http://code.typesupply.com/wiki/Compositor 
+Source0:        http://tools.typesupply.com/downloads/sourcecode/compositor-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  python-devel
+Requires:       python-robofab fonttools
+
+%description
+A simple OpenType GSUB and GPOS engine.
+
+%prep
+%setup -q -n compositor-%{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 usage.html development.txt
+%{python_sitelib}/compositor
+%{python_sitelib}/compositor-%{version}*.egg-info
+
+%changelog
+* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.2b-3
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
+* Thu Jul 22 2010 Parag Nemade <pnemade AT redhat.com> - 0.2b-2
+- spec cleanups as per rh#603640
+
+* Thu Jul 22 2010 Parag Nemade <pnemade AT redhat.com> - 0.2b-1
+- Initial Fedora Release.
+
diff --git a/sources b/sources
index e69de29..45548b0 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+932993d25d981426de3d0379880e19b4  compositor-0.2b.tar.gz


More information about the fonts-bugs mailing list