15
0
OBS User unknown
2009-08-10 21:04:13 +00:00
committed by Git OBS Bridge
parent 8ae7d47813
commit 96455dc495
2 changed files with 26 additions and 44 deletions
+17
View File
@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Aug 10 14:06:55 CEST 2009 - coolo@novell.com
- sync factory and build service
-------------------------------------------------------------------
Sun Aug 9 08:45:09 CEST 2009 - coolo@novell.com
- use new python macros
-------------------------------------------------------------------
Tue May 12 14:14:04 CEST 2009 - poeml@suse.de
- fix build on 11.1 onwards, where python must be in the
buildrequires in addition to python-devel, because otherwise
urllib2 appears to have no SSL support
-------------------------------------------------------------------
Fri Sep 26 11:11:32 CEST 2008 - cthiel@suse.de
+9 -44
View File
@@ -1,7 +1,7 @@
#
# spec file for package python-urlgrabber (Version 3.1.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 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
@@ -19,12 +19,14 @@
Name: python-urlgrabber
# python must be in the BuildRequires as well, otherwise urllib2 with SSL support isn't installed
# error message: AttributeError: 'module' object has no attribute 'HTTPSHandler'
BuildRequires: python python-devel
Version: 3.1.0
Release: 178
Release: 179
Summary: A high-level cross-protocol url-grabber
Group: Development/Libraries/Python
License: LGPL v2.1 or later
License: LGPL
Url: http://linux.duke.edu/projects/urlgrabber/
Source: urlgrabber-%{version}.tar.bz2
Patch: %{name}-2.9.9.patch
@@ -63,49 +65,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc ChangeLog LICENSE README TODO
%{_bindir}/urlgrabber
%if %suse_version > 1110
%{python_sitelib}/urlgrabber
%{python_sitelib}/*.egg-info
%else
%{py_sitedir}/urlgrabber
%if %{suse_version} > 1010
%{py_sitedir}/*.egg-info
%endif
%changelog
* Fri Sep 26 2008 cthiel@suse.de
- add python to BuildRequires to fix build
* Tue Feb 19 2008 cthiel@suse.de
- fix url parsing error in grabber.py (bnc #362937)
* Mon Oct 02 2006 cthiel@suse.de
- fix build on older distributions
* Sun Oct 01 2006 cthiel@suse.de
- update to version 3.1.0
* various fixes
* Thu Sep 21 2006 cthiel@suse.de
- fix build with python 2.5
* Fri Aug 04 2006 cthiel@suse.de
- update to version 2.9.10
* Make keepalive, byteranges, etc. work with https.
* Fixed a minor error reporting bug due to changes in python 2.4.
* Catch read errors after the file has been opened.
- removed obsolete urlgrabber-read-error.patch
* Thu May 25 2006 cthiel@suse.de
- update to version 2.9.9
* Added tests to make sure that the "quote" option works as advertised
* Significant improvement to URL parsing. Parsing is now broken out into
a separate class (URLParser). It will now (by default) guess whether a
URL is already quoted, properly handle local files and URLs on windows,
and display un-quoted versions of the filename in the progress meter.
* Added a reget progress bar patch from Menno, and fixed the annoying next
_IndexError bug.
- added urlgrabber-read-error.patch (from Fedora)
- removed python-urlgrabber-2.9.7-reget.patch (included upstream)
* Tue Feb 28 2006 jmatejek@suse.cz
- updated to reflect python changes due to #149809
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Oct 31 2005 dmueller@suse.de
- don't build as root
* Wed Oct 26 2005 cthiel@suse.de
- update to version 2.9.7
* Tue Sep 13 2005 cthiel@suse.de
- specfile cleanup
* Sun Aug 14 2005 cthiel@suse.de
- initial package (version 2.9.6)