Hello community,

here is the log from the commit of package python-flickrapi for openSUSE:Factory
checked in at Mon May 30 16:38:58 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ python-flickrapi/python-flickrapi.changes   2010-09-03 14:54:23.000000000 
+0200
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Fri Sep  3 12:53:58 UTC 2010 - [email protected]
+
+- fixed python version in filelist
+
+-------------------------------------------------------------------
+Fri Jan 22 20:46:17 CET 2010 - [email protected]
+
+- Initial packaging, with version 1.3.
+

calling whatdependson for head-i586


New:
----
  flickrapi-1.3.tar.bz2
  python-flickrapi.changes
  python-flickrapi.spec

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

Other differences:
------------------
++++++ python-flickrapi.spec ++++++
#
# spec file for package python-flickrapi
#
# 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/
#

# norootforbuild


Name:           python-flickrapi
%define _name   flickrapi
License:        Python 2.5 license
Group:          Development/Libraries/Python
Version:        1.3
Release:        1
Summary:        Python interface to Flickr
Url:            http://stuvel.eu/projects/flickrapi
Source:         %{_name}-%{version}.tar.bz2
BuildRequires:  docutils
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-xml
Requires:       python-xml
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%py_requires
%if %suse_version <= 1110
%define python_sitelib %{py_sitedir}
%else
BuildArch:      noarch
%endif

%description
The easiest to use, most complete, and most actively developed
Python interface to the Flickr API. It includes support for
authorized and non-authorized access, uploading and replacing
photos, and all Flickr API functions.

%package doc
License:        Python 2.5 license
Group:          Development/Libraries/Python
Summary:        Python interface to Flickr - Documentation
Requires:       %{name} = %{version}

%description doc
The easiest to use, most complete, and most actively developed
Python interface to the Flickr API. It includes support for
authorized and non-authorized access, uploading and replacing
photos, and all Flickr API functions.

%prep
%setup -q -n %{_name}-%{version}

%build
%{__python} setup.py build

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

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc LICENSE README UPGRADING
%{python_sitelib}/%{_name}-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/%{_name}/

%files doc
%defattr(-,root,root)
%{_datadir}/doc/%{_name}-%{version}

%changelog

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



Remember to have fun...

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

Reply via email to