rpms/python-compositor/devel import.log, NONE, 1.1 python-compositor.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

pnemade pnemade at fedoraproject.org
Mon Jul 26 05:48:57 UTC 2010


Author: pnemade

Update of /cvs/pkgs/rpms/python-compositor/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15038/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-compositor.spec 
Log Message:
Initial release



--- NEW FILE import.log ---
python-compositor-0_2b-2_fc13:HEAD:python-compositor-0.2b-2.fc13.src.rpm:1280123594


--- NEW FILE python-compositor.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-compositor
Version:        0.2b
Release:        2%{?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
* 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.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-compositor/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Jul 2010 21:49:48 -0000	1.1
+++ .cvsignore	26 Jul 2010 05:48:56 -0000	1.2
@@ -0,0 +1 @@
+compositor-0.2b.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-compositor/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Jul 2010 21:49:48 -0000	1.1
+++ sources	26 Jul 2010 05:48:57 -0000	1.2
@@ -0,0 +1 @@
+932993d25d981426de3d0379880e19b4  compositor-0.2b.tar.gz



More information about the fonts-bugs mailing list