14
0
forked from pool/python-pycurl

Accepting request 100809 from devel:languages:python

patching license field to be in spdx.org format, for legal team to review before forward (forwarded request 100004 from dec16180)

OBS-URL: https://build.opensuse.org/request/show/100809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2012-01-20 19:25:11 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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