automatic version update by autodist [release 0.15-1mamba;Thu Apr 17 2014]
This commit is contained in:
parent
dec643f03b
commit
55f8e11d2b
@ -1,2 +1,4 @@
|
|||||||
# python-stevedore
|
# python-stevedore
|
||||||
|
|
||||||
|
Manage dynamic plugins for Python applications.
|
||||||
|
|
||||||
|
47
python-stevedore.spec
Normal file
47
python-stevedore.spec
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
Name: python-stevedore
|
||||||
|
Version: 0.15
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Manage dynamic plugins for Python applications
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||||
|
URL: http://stevedore.readthedocs.org
|
||||||
|
Source: https://pypi.python.org/packages/source/s/stevedore/stevedore-%{version}.tar.gz
|
||||||
|
License: Apache License
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: python >= %python_version
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n stevedore-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%{__python} setup.py install \
|
||||||
|
-O1 --skip-build \
|
||||||
|
--root="%{buildroot}" \
|
||||||
|
--install-headers=%{_includedir}/python \
|
||||||
|
--install-lib=%{python_sitearch} \
|
||||||
|
--record=%{name}.filelist
|
||||||
|
|
||||||
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
|
%files -f %{name}.filelist
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc AUTHORS LICENSE ChangeLog README.rst
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Apr 17 2014 Automatic Build System <autodist@mambasoft.it> 0.15-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Feb 08 2014 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.14.1-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user