14
0

- Fixed wrong license header in urlgrabber/__init__.py (bnc#781323)

- Updated upstream URL, the project moved the baseurl.org (yum)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urlgrabber?expand=0&rev=18
This commit is contained in:
Sascha Peilicke
2012-10-01 09:55:49 +00:00
committed by Git OBS Bridge
parent 91294a04f2
commit 98764afd6d
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 1 09:53:26 UTC 2012 - saschpe@suse.de
- Fixed wrong license header in urlgrabber/__init__.py (bnc#781323)
- Updated upstream URL, the project moved the baseurl.org (yum)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 20 11:40:05 UTC 2011 - saschpe@suse.de Tue Sep 20 11:40:05 UTC 2011 - saschpe@suse.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-urlgrabber # spec file for package python-urlgrabber
# #
# Copyright (c) 2011 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,12 @@
# #
Name: python-urlgrabber Name: python-urlgrabber
Version: 3.9.1 Version: 3.9.1
Release: 0 Release: 0
Url: http://linux.duke.edu/projects/urlgrabber/ Url: http://urlgrabber.baseurl.org
Summary: A high-level cross-protocol url-grabber Summary: A high-level cross-protocol url-grabber
License: LGPL License: LGPL-2.1
Group: Development/Languages/Python Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/u/urlgrabber/urlgrabber-%{version}.tar.gz Source: http://pypi.python.org/packages/source/u/urlgrabber/urlgrabber-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -44,6 +43,7 @@ throttling, authentication, proxies and more.
%prep %prep
%setup -q -n urlgrabber-%{version} %setup -q -n urlgrabber-%{version}
sed -i "13d" urlgrabber/__init__.py # Remove wrong license header, fixes bnc#781323
%build %build
python setup.py build python setup.py build