rpms/python-eventlet/EL-6 python-eventlet.spec,1.1,1.2
Lev Shamardin
abbot at fedoraproject.org
Tue Jul 13 10:57:16 UTC 2010
Author: abbot
Update of /cvs/pkgs/rpms/python-eventlet/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26388
Modified Files:
python-eventlet.spec
Log Message:
EL-6 package
Index: python-eventlet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-eventlet/EL-6/python-eventlet.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-eventlet.spec 21 Apr 2010 19:23:50 -0000 1.1
+++ python-eventlet.spec 13 Jul 2010 10:57:16 -0000 1.2
@@ -14,10 +14,8 @@ BuildRoot: %{_tmppath}/%{name}-%{ve
BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python-setuptools
-%if 0%{?fedora} > 8
BuildRequires: python-sphinx
BuildRequires: python-greenlet
-%endif
Requires: python-greenlet
%description
@@ -26,7 +24,6 @@ scalability by using non-blocking io whi
high programmer usability by using coroutines to make the non-blocking
io operations appear blocking at the source code level.
-%if 0%{?fedora} > 11
%package doc
Summary: Documentation for %{name}
Group: Documentation
@@ -34,7 +31,6 @@ Requires: %{name} = %{version}-%{r
%description doc
Documentation for the python-eventlet package.
-%endif
%prep
@@ -43,12 +39,10 @@ find -name '.*' -type f -exec rm {} \;
%build
%{__python} setup.py build
-%if 0%{?fedora} > 11
pushd doc
make html
rm _build/html/.buildinfo
popd
-%endif
%install
rm -rf %{buildroot}
@@ -65,11 +59,9 @@ rm -rf %{buildroot}
%{python_sitelib}/eventlet
%{python_sitelib}/eventlet*.egg-info
-%if 0%{?fedora} > 11
%files doc
%defattr(-,root,root,-)
%doc doc/_build/html examples benchmarks tests
-%endif
%changelog
* Wed Apr 14 2010 Lev Shamardin <shamardin at gmail.com> - 0.9.7-1
More information about the scm-commits
mailing list