diff --git a/python-html2text.changes b/python-html2text.changes index a340583..a34d440 100644 --- a/python-html2text.changes +++ b/python-html2text.changes @@ -1,3 +1,9 @@ +Sun Feb 8 06:16:02 UTC 2015 - arun@gmx.de + +- specfile: + * update copyright year + * removed installation of .py file in /usr/bin + ------------------------------------------------------------------- Mon Oct 28 13:19:28 UTC 2013 - speilicke@suse.com diff --git a/python-html2text.spec b/python-html2text.spec index 2e9946d..2db8d63 100644 --- a/python-html2text.spec +++ b/python-html2text.spec @@ -1,7 +1,7 @@ # # spec file for package python-html2text # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -47,11 +47,11 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +rm %{buildroot}%{_bindir}/html2text.py %files %defattr(-,root,root,-) %doc COPYING README.md -%{_bindir}/html2text.py %{python_sitelib}/* %changelog