- call spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=16
This commit is contained in:
parent
de524e3384
commit
297cac1163
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 10:47:14 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- call spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 2 09:19:40 UTC 2019 - pgajdos@suse.com
|
Mon Dec 2 09:19:40 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ Version: 3.3.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mailman -- the GNU mailing list manager
|
Summary: Mailman -- the GNU mailing list manager
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://www.list.org
|
URL: https://www.list.org
|
||||||
Source: https://files.pythonhosted.org/packages/source/m/mailman/mailman-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/m/mailman/mailman-%{version}.tar.gz
|
||||||
# whitespace fix
|
# whitespace fix
|
||||||
@ -101,7 +100,7 @@ Mailman -- the GNU mailing list manager
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
sed -i 's:/sbin:/usr/bin:' src/mailman/config/mailman.cfg
|
sed -i 's:/sbin:%{_prefix}/bin:' src/mailman/config/mailman.cfg
|
||||||
pushd src/mailman
|
pushd src/mailman
|
||||||
for i in $(grep -r '^from importlib_resources' | sed 's/\(.*\.py\):.*/\1/'); do
|
for i in $(grep -r '^from importlib_resources' | sed 's/\(.*\.py\):.*/\1/'); do
|
||||||
line=$(grep '^from importlib_resources' $i)
|
line=$(grep '^from importlib_resources' $i)
|
||||||
|
Loading…
Reference in New Issue
Block a user