Hello community,

here is the log from the commit of package python-oauth for openSUSE:Factory 
checked in at 2012-02-20 16:17:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oauth (Old)
 and      /work/SRC/openSUSE:Factory/.python-oauth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oauth", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oauth/python-oauth.changes        
2011-09-23 12:43:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-oauth.new/python-oauth.changes   
2012-02-20 16:17:36.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Feb 14 11:43:23 UTC 2012 - sasc...@suse.de
+
+- Simplified macro usage
+- Package LICENSE.txt
+
+-------------------------------------------------------------------
+Wed Dec 28 22:14:36 UTC 2011 - alexan...@exatati.com.br
+
+- Regenerate spec file with py2pack.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-oauth.spec ++++++
--- /var/tmp/diff_new_pack.sbAZ9n/_old  2012-02-20 16:17:37.000000000 +0100
+++ /var/tmp/diff_new_pack.sbAZ9n/_new  2012-02-20 16:17:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-oauth (Version 1.0.1)
+# spec file for package python-oauth
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,20 +16,20 @@
 #
 
 
-
 Name:           python-oauth
 Version:        1.0.1
-Release:        1
-License:        MIT
-Summary:        Library for OAuth version 1.0a
+Release:        0
 Url:            http://code.google.com/p/oauth
-Group:          Development/Libraries/Python
+Summary:        Library for OAuth version 1.0a
+License:        MIT
+Group:          Development/Languages/Python
 Source:         oauth-%{version}.tar.bz2
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
-%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
+BuildRequires:  python-devel
+BuildRequires:  python-distribute
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:      noarch
 %endif
 
@@ -37,23 +37,18 @@
 An open protocol to allow API authentication in a simple and standard method
 from desktop and web applications.
 
-Authors:
---------
-    Leah Culver <leah.cul...@gmail.com>
-
 %prep
 %setup -q -n oauth-%{version}
 
 %build
-find -name .\* -delete
-%{__python} setup.py build
+python setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf "%{buildroot}"
+%files
+%defattr(-,root,root,-)
+%doc LICENSE.txt
+%{python_sitelib}/*
 
-%files -f INSTALLED_FILES
-%defattr(-,root,root)
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to