rpms/python26-greenlet/EL-5 import.log, NONE, 1.1 python26-greenlet.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kevin Fenzi kevin at fedoraproject.org
Mon Jun 21 19:17:27 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/python26-greenlet/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27905/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python26-greenlet.spec 
Log Message:
Initial version for el5



--- NEW FILE import.log ---
python26-greenlet-0_3_1-3_el5:EL-5:python26-greenlet-0.3.1-3.el5.src.rpm:1277147816


--- NEW FILE python26-greenlet.spec ---
%define pyver 26
%define pybasever 2.6

%define __python /usr/bin/python%{pybasever}
%define __os_install_post %{__python26_os_install_post}

# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?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))")}

Name:           python26-greenlet
Version:        0.3.1
Release:        3%{?dist}
Summary:        Lightweight in-process concurrent programming
Group:          Development/Libraries
License:        MIT
URL:            http://pypi.python.org/pypi/greenlet
Source0:        http://pypi.python.org/packages/source/g/greenlet/greenlet-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python26-devel
BuildRequires:  python26-distribute

%description
The greenlet package is a spin-off of Stackless, a version of CPython
that supports micro-threads called "tasklets". Tasklets run
pseudo-concurrently (typically in a single or a few OS-level threads)
and are synchronized with data exchanges on "channels".

%package devel
Summary:        C development headers for python-greenlet
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description devel
This package contains header files required for C modules development.

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


%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
chmod 644 benchmarks/*.py

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc doc/greenlet.txt README benchmarks AUTHORS NEWS
%{python_sitearch}/greenlet.so
%{python_sitearch}/greenlet*.egg-info

%files devel
%defattr(-,root,root,-)
%{_includedir}/python*/greenlet

%changelog
* Thu Jun 03 2010 Kevin Fenzi <kevin at tummy.com> - 0.3.1-3
- Updated for python26 in epel5. 

* Wed Apr 14 2010 Lev Shamardin <shamardin at gmail.com> - 0.3.1-2
- Splitted headers into a -devel package.

* Fri Apr 09 2010 Lev Shamardin <shamardin at gmail.com> - 0.3.1-1
- Initial package version.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python26-greenlet/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Jun 2010 05:03:26 -0000	1.1
+++ .cvsignore	21 Jun 2010 19:17:27 -0000	1.2
@@ -0,0 +1 @@
+greenlet-0.3.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python26-greenlet/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Jun 2010 05:03:26 -0000	1.1
+++ sources	21 Jun 2010 19:17:27 -0000	1.2
@@ -0,0 +1 @@
+8d75d7f3f659e915e286e1b0fa0e1c4d  greenlet-0.3.1.tar.gz



More information about the scm-commits mailing list