15
0

Accepting request 287515 from devel:languages:python

Fixed

OBS-URL: https://build.opensuse.org/request/show/287515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html2text?expand=0&rev=14
This commit is contained in:
2015-02-25 01:18:02 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
Sun Feb 8 06:16:02 UTC 2015 - arun@gmx.de
- specfile:
* update copyright year
* removed installation of .py file in /usr/bin; An upstream mistake
and a conflict betwenn html2text.py in python_sitelib and in
bindir when an external project tries to import it.
-------------------------------------------------------------------
Mon Oct 28 13:19:28 UTC 2013 - speilicke@suse.com

View File

@@ -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,13 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# An upstream mistake. A conflict betwenn html2text.py in python_sitelib
# and in bindir when an external project tries to import it
rm %{buildroot}%{_bindir}/html2text.py
%files
%defattr(-,root,root,-)
%doc COPYING README.md
%{_bindir}/html2text.py
%{python_sitelib}/*
%changelog