diff --git a/python-pycdio.changes b/python-pycdio.changes index 147193c..d290539 100644 --- a/python-pycdio.changes +++ b/python-pycdio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 4 13:14:20 UTC 2015 - lnussel@suse.de + +- fix license tag (GPL-3.0+) + ------------------------------------------------------------------- Wed Nov 27 17:58:05 UTC 2013 - p.drouand@gmail.com diff --git a/python-pycdio.spec b/python-pycdio.spec index baedde8..61c05e8 100644 --- a/python-pycdio.spec +++ b/python-pycdio.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycdio # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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,18 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-pycdio Version: 0.20 Release: 0 Summary: Python Bindings for the CDIO Library +License: GPL-3.0+ +Group: Development/Languages/Python Source: https://pypi.python.org/packages/source/p/pycdio/pycdio-%{version}.tar.gz Url: http://pypi.python.org/pypi/pycdio/ -Group: Development/Languages/Python -License: GPL-2.0+ -BuildRoot: %{_tmppath}/build-%{name}-%{version} -BuildRequires: python-devel python-setuptools +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libcdio-devel BuildRequires: pkgconfig +BuildRequires: python-devel +BuildRequires: python-setuptools BuildRequires: swig %if 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}