diff --git a/python-funcparserlib.changes b/python-funcparserlib.changes index 4bba37d..9a0754e 100644 --- a/python-funcparserlib.changes +++ b/python-funcparserlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 13 20:53:41 UTC 2016 - dmueller@suse.com + +- add license + ------------------------------------------------------------------- Thu Oct 31 14:45:17 UTC 2013 - mcihar@suse.cz diff --git a/python-funcparserlib.spec b/python-funcparserlib.spec index 19012b5..2cd9bf1 100644 --- a/python-funcparserlib.spec +++ b/python-funcparserlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-funcparserlib # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -26,8 +26,8 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/f/funcparserlib/funcparserlib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-setuptools BuildRequires: python-nose +BuildRequires: python-setuptools %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else @@ -70,6 +70,8 @@ nosetests %files %defattr(-,root,root,-) -%{python_sitelib}/* +%doc LICENSE README +%{python_sitelib}/funcparserlib +%{python_sitelib}/funcparserlib*egg-info %changelog