forked from pool/python-FormEncode
Accepting request 369009 from home:bmwiedemann:branches:devel:languages:python
Drop build date from doc to fix build-compare OBS-URL: https://build.opensuse.org/request/show/369009 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=13
This commit is contained in:
parent
74cef21394
commit
6ee3bb46b0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 9 10:07:35 UTC 2016 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
- Drop build date from doc to fix build-compare
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 5 14:33:11 UTC 2015 - benoit.monin@gmx.fr
|
Tue May 5 14:33:11 UTC 2015 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-FormEncode
|
# spec file for package python-FormEncode
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -58,6 +58,7 @@ This package contains documentation files for %{name}.
|
|||||||
%setup -q -n FormEncode-%{version} -a1
|
%setup -q -n FormEncode-%{version} -a1
|
||||||
find . -name \*.txt -exec sed -i 's/\r$//g' {} \;
|
find . -name \*.txt -exec sed -i 's/\r$//g' {} \;
|
||||||
sed -i 's/\r$//g' PKG-INFO README.rst
|
sed -i 's/\r$//g' PKG-INFO README.rst
|
||||||
|
sed -i '/^:date:/d' docs/*.txt # fix build-compare
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
Loading…
Reference in New Issue
Block a user