diff --git a/pystatgrab.spec b/pystatgrab.spec index 9e65d6e..64b61f9 100644 --- a/pystatgrab.spec +++ b/pystatgrab.spec @@ -6,11 +6,12 @@ Version: 0.6 Release: 1%{?dist} Summary: %{sum} -License: GPLv2+ +License: LGPLv2+ URL: http://www.i-scream.org/pystatgrab/ Source0: ftp://ftp.i-scream.org/pub/i-scream/pystatgrab/%{name}-%{version}.tar.gz BuildRequires: python2-devel +BuildRequires: python2-setuptools BuildRequires: python3-devel BuildRequires: libstatgrab-devel @@ -46,13 +47,13 @@ Pystatgrab contains Python bindings for libstatgrab. %py3_install %files -n python2-%{name} -%doc AUTHORS ChangeLog NEWS README -%license COPYING +%doc AUTHORS NEWS README +%license COPYING.LGPL %{python2_sitearch}/ %files -n python3-%{name} -%doc AUTHORS ChangeLog NEWS README -%license COPYING +%doc AUTHORS NEWS README +%license COPYING.LGPL %{python3_sitearch}/ %changelog