diff --git a/python-pycurl.changes b/python-pycurl.changes index 8927c23..4bc306b 100644 --- a/python-pycurl.changes +++ b/python-pycurl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 12 11:31:10 UTC 2012 - coolo@suse.com + +- change license to be in spdx.org format + ------------------------------------------------------------------- Tue Sep 20 11:54:25 UTC 2011 - saschpe@suse.de diff --git a/python-pycurl.spec b/python-pycurl.spec index 35d0e49..35da18c 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycurl # -# 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 # remain the property of their copyright owners, unless otherwise agreed @@ -11,7 +11,7 @@ # 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/ # @@ -20,14 +20,14 @@ Version: 7.19.0 Release: 0 Url: http://pycurl.sourceforge.net/ Summary: PycURL -- cURL library module -License: LGPL and MIT +License: LGPL-2.1+ and MIT Group: Development/Languages/Python Source: pycurl-%{version}.tar.gz Patch0: pycurl-7.18.1-nostaticlibs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python-devel BuildRequires: libcurl-devel >= 7.19.0 BuildRequires: openssl-devel +BuildRequires: python-devel %if 0%{?suse_version} %py_requires %endif