Hello community,

here is the log from the commit of package python-openstackx for 
openSUSE:Factory checked in at 2011-12-07 14:39:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstackx (Old)
 and      /work/SRC/openSUSE:Factory/.python-openstackx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openstackx", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-openstackx.new/python-openstackx.changes 
2011-12-07 14:39:42.000000000 +0100
@@ -0,0 +1,12 @@
+-------------------------------------------------------------------
+Tue Nov 29 09:38:23 UTC 2011 - [email protected]
+
+- SPDX-style license (BSD-3-Clause)
+- Use python-distribute instead of python-setuptools
+- Removed outdated %clean section
+
+-------------------------------------------------------------------
+Wed Oct 26 18:58:32 UTC 2011 - [email protected]
+
+- initial package
+

New:
----
  cloudbuilders-openstackx-9faf30b.tar.gz
  python-openstackx.changes
  python-openstackx.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-openstackx.spec ++++++
#
# spec file for package python-openstackx (Version 0.1-9faf30b)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           python-openstackx
Version:        0.2_9faf30b
Release:        0
License:        BSD-3-Clause
Summary:        Client library extensions for the OpenStack API
Url:            https://github.com/cloudbuilders/openstackx
Group:          Development/Libraries/Python
Source:         cloudbuilders-openstackx-9faf30b.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
Requires:       python-httplib2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1120
BuildArch:      noarch
%endif
%{py_requires}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
Client library extensions for the OpenStack API

%prep
%setup -q -n cloudbuilders-openstackx-9faf30b

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE README.rst
%{python_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to