diff --git a/python-chardet.changes b/python-chardet.changes index a7bd7d2..fc8da0a 100644 --- a/python-chardet.changes +++ b/python-chardet.changes @@ -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 diff --git a/python-chardet.spec b/python-chardet.spec index 9ef5915..fa96c4a 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -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