[python-oslotest] cleanup

Alan Pevec apevec at fedoraproject.org
Tue Dec 16 16:09:07 UTC 2014


commit 59a56066b6923a4b166336602ee6c1c773973b8a
Author: Alan Pevec <alan.pevec at redhat.com>
Date:   Mon Oct 20 13:30:35 2014 +0200

    cleanup

 python-oslotest.spec |   30 ++++++++----------------------
 1 files changed, 8 insertions(+), 22 deletions(-)
---
diff --git a/python-oslotest.spec b/python-oslotest.spec
index 5174c12..ee8f40f 100644
--- a/python-oslotest.spec
+++ b/python-oslotest.spec
@@ -6,39 +6,26 @@ Version:        1.1.0
 Release:        1%{?dist}
 Summary:        OpenStack test framework
 
-License:        ASL %(TODO: version)s
+License:        ASL 2.0
 URL:            http://launchpad.net/oslo
 Source0:        https://pypi.python.org/packages/source/o/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildArch:      noarch
- 
-BuildRequires:  python-devel
+
+BuildRequires:  python2-devel
 BuildRequires:  python-pbr
 BuildRequires:  python-sphinx
 
 
 %description
-==========
- oslotest
-==========
-
 OpenStack test framework and test fixtures.
 
-*
-Free software: Apache license
-* Documentation:
-http://docs.openstack.org/developer/oslotest
-* Source:
-http://git.openstack.org/cgit/openstack/oslotest
-* Bugs:
-http://bugs.launchpad.net/oslo
-
 
 %prep
 %setup -q -n %{pypi_name}-%{version}
 # Remove bundled egg-info
 rm -rf %{pypi_name}.egg-info
 
-# generate html docs 
+# generate html docs
 sphinx-build doc/source html
 # remove the sphinx-build leftovers
 rm -rf html/.{doctrees,buildinfo}
@@ -52,15 +39,14 @@ rm -rf html/.{doctrees,buildinfo}
 %{__python2} setup.py install --skip-build --root %{buildroot}
 
 
-
 %files
 %doc html README.rst LICENSE
-%{_bindir}/ 
+%{_bindir}/
 %{_bindir}/oslo_debug_helper.sh
 %{python2_sitelib}/%{pypi_name}
-%{python2_sitelib}/ 
+%{python2_sitelib}/
 %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
 
 %changelog
-* Mon Oct 20 2014 Alan <apevec at gmail.com> - 1.1.0-1
-- Initial package.
\ No newline at end of file
+* Mon Oct 20 2014 Alan Pevec <apevec at redhat.com> - 1.1.0-1
+- Initial package.


More information about the scm-commits mailing list