/[packages]/cauldron/python-twisted-runner/current/SPECS/python-twisted-runner.spec
ViewVC logotype

Annotation of /cauldron/python-twisted-runner/current/SPECS/python-twisted-runner.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 688395 - (hide annotations) (download)
Tue Sep 16 20:20:06 2014 UTC (9 years, 6 months ago) by umeabot
File size: 1247 byte(s)
Mageia 5 Mass Rebuild
1 ennael 34711 %define mainver %(echo %{version} | sed -e 's/\\([0-9]*\\.[0-9]*\\)\\.[0-9]*/\\1/')
2 philippem 491832 # we don't want to provide private python extension libs
3     %define _exclude_files_from_autoprov %{python_sitearch}/.*\\.so\\|%{python3_sitearch}/.*\\.so
4 ennael 34711
5 daviddavid 634468 %define module TwistedRunner
6    
7     Name: python-twisted-runner
8 daviddavid 634518 Version: 14.0.0
9 umeabot 688395 Release: %mkrel 2
10 ennael 34711 Summary: Runner has process management, including an inetd replacement for Twisted
11     License: MIT
12     Group: Development/Python
13     URL: http://twistedmatrix.com/trac/wiki/TwistedRunner
14 daviddavid 634468 Source0: http://twistedmatrix.com/Releases/Runner/%{mainver}/%{module}-%{version}.tar.bz2
15     BuildRequires: python-devel
16     BuildRequires: python-twisted-core
17    
18 ennael 34711 Requires: python-twisted-core
19    
20     %description
21     Runner has process management, including an inetd replacement for Twisted.
22    
23     %prep
24 daviddavid 634468 %setup -q -n %{module}-%{version}
25 ennael 34711
26     %build
27 daviddavid 634468 %{__python} setup.py build
28 ennael 34711
29     %install
30 daviddavid 634468 %{__python} setup.py install --root=%{buildroot} --skip-build --install-purelib=%{python_sitearch}
31 ennael 34711
32    
33     %files
34 daviddavid 634518 %doc LICENSE README NEWS
35 philippem 491832 %dir %{python_sitearch}/twisted/runner
36     %{python_sitearch}/twisted/runner/*
37     %{python_sitearch}/twisted/plugins/*
38 daviddavid 634518 %{python_sitearch}/Twisted_Runner-%{version}-py%{pyver}.egg-info

  ViewVC Help
Powered by ViewVC 1.1.30