forked from pool/python-wxPython
Accepting request 1060645 from home:pgajdos
- add repack script, do not include packaging/ dir in sources [gh#wxWidgets/Phoenix#2105], [bsc#670523] OBS-URL: https://build.opensuse.org/request/show/1060645 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=36
This commit is contained in:
parent
8d78255baa
commit
31143cb62e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 17 13:51:03 UTC 2023 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- add repack script, do not include packaging/ dir in sources
|
||||||
|
[gh#wxWidgets/Phoenix#2105], [bsc#670523]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 5 13:07:46 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
Mon Dec 5 13:07:46 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -185,6 +185,10 @@ Provides translations to the package %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n wxPython-%{version} -p1
|
%autosetup -n wxPython-%{version} -p1
|
||||||
|
# https://github.com/wxWidgets/Phoenix/issues/2105
|
||||||
|
# https://bugzilla.suse.com/show_bug.cgi?id=670523
|
||||||
|
find -iname *.dll | grep . && \
|
||||||
|
{ echo "please run repack script (gh#2105)"; exit 1; }
|
||||||
# Lower minimum Python version
|
# Lower minimum Python version
|
||||||
sed -i -e '/check_python_version/ s@3,7,0@3,6,0@' wscript
|
sed -i -e '/check_python_version/ s@3,7,0@3,6,0@' wscript
|
||||||
|
|
||||||
|
4
repack
Normal file
4
repack
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
tar -xzf wxPython-*.gz
|
||||||
|
rm -r wxPython-*/packaging
|
||||||
|
tar -czf wxPython-*.gz wxPython-*/
|
BIN
wxPython-4.2.0.tar.gz
(Stored with Git LFS)
BIN
wxPython-4.2.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user