From 82da1bc1dc7f4e083b7fb0276babaef873c589e7e8c9360ef7b5578cb575b411 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Thu, 8 Dec 2011 11:57:36 +0000 Subject: [PATCH] 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 --- python-chardet.changes | 5 +++++ python-chardet.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) 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