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 baaa44f..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 @@ -15,21 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: python-pycurl 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