Hello community,

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

Package is "python-cloudfiles", Maintainer is ""

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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-cloudfiles.new/python-cloudfiles.changes 
2011-12-20 14:30:53.000000000 +0100
@@ -0,0 +1,13 @@
+-------------------------------------------------------------------
+Tue May 17 14:46:34 UTC 2011 - [email protected]
+
+- Spec file cleanup:
+  * Add some suse version checks for fdupes and %py_requires
+  * Use new Python macros %{python_site*}
+  * Fix preamble indentation
+  * Package documentation
+
+-------------------------------------------------------------------
+Mon May 16 19:35:49 UTC 2011 - [email protected]
+
+- Initial import for openSUSE version 1.7.9.1

New:
----
  python-cloudfiles-1.7.9.1.tar.gz
  python-cloudfiles.changes
  python-cloudfiles.spec

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

Other differences:
------------------
++++++ python-cloudfiles.spec ++++++
#
# spec file for package python-cloudfiles
#
# Copyright (c) 2011 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-cloudfiles
Version:        1.7.9.1
Release:        0
URL:            https://github.com/rackspace/python-cloudfiles
Summary:        Bindings for Rackspace CloudFiles API
License:        MIT
Group:          Development/Libraries/Python
Source0:        
http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-nose
BuildRequires:  python-setuptools
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1010
BuildRequires:  fdupes
%endif
%if 0%{?suse_version} >= 1120
BuildArch:      noarch
%endif
%endif
%{!?python_sitelib:  %global python_sitelib  %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}

%description
Python language bindings for Rackspace CloudFiles API.

%prep
%setup -q

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --skip-build
%if 0%{?suse_version} > 1010
%fdupes %{buildroot}
%endif

%check
nosetests

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING docs
%{python_sitelib}/*

%changelog

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

Reply via email to