From 55f8e11d2bc8bc5e4aeac4112f28842bb18947c4 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:44:14 +0100 Subject: [PATCH] automatic version update by autodist [release 0.15-1mamba;Thu Apr 17 2014] --- README.md | 2 ++ python-stevedore.spec | 47 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 python-stevedore.spec diff --git a/README.md b/README.md index d9215df..edd4e4e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # python-stevedore +Manage dynamic plugins for Python applications. + diff --git a/python-stevedore.spec b/python-stevedore.spec new file mode 100644 index 0000000..6c1cdaa --- /dev/null +++ b/python-stevedore.spec @@ -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 +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 0.15-1mamba +- automatic version update by autodist + +* Sat Feb 08 2014 Stefano Cotta Ramusino 0.14.1-1mamba +- package created using the webbuild interface