15
0

Accepting request 284904 from home:apersaud:branches:devel:languages:python

added if for <=1110 again, otherwise the same as SR284797 (removed .py file from /usr/bin)

OBS-URL: https://build.opensuse.org/request/show/284904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html2text?expand=0&rev=16
This commit is contained in:
Denisart Benjamin
2015-02-10 23:57:29 +00:00
committed by Git OBS Bridge
parent 5a0fa63deb
commit 2bd550c889
2 changed files with 8 additions and 2 deletions

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,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