forked from pool/python-chardet
Accepting request 95914 from devel:openSUSE:Factory:for-legal
- the license seems to be LGPL-2.1+ OBS-URL: https://build.opensuse.org/request/show/95914 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
d7c3974139
commit
82da1bc1dc
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 11:12:41 UTC 2011 - coolo@suse.com
|
||||
|
||||
- the license seems to be LGPL-2.1+
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 26 02:11:35 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
|
||||
@@ -15,8 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
@@ -24,10 +22,10 @@
|
||||
|
||||
Name: python-%{mod_name}
|
||||
Version: 2.0.1
|
||||
Release: 7
|
||||
Release: 0
|
||||
Url: http://chardet.feedparser.org/
|
||||
Summary: Universal encoding detector
|
||||
License: LGPL
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Languages/Python
|
||||
Source: python2-%{mod_name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
Reference in New Issue
Block a user