SHA256
1
0
forked from pool/python

- Remove -IVendor/ from python-config boo#1231795

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=429
This commit is contained in:
Matej Cepl 2024-11-14 16:59:26 +00:00 committed by Git OBS Bridge
parent b5cfe7992f
commit 141689d1dc
4 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 14 07:06:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Remove -IVendor/ from python-config boo#1231795
-------------------------------------------------------------------
Mon Jul 15 12:19:43 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -502,6 +502,9 @@ ln -s python%{python_version}.1.gz %{buildroot}%{_mandir}/man1/python.1.gz
# install Makefile.pre.in and Makefile.pre
cp Makefile Makefile.pre.in Makefile.pre %{buildroot}%{_libdir}/python%{python_version}/config/
# Remove -IVendor/ from python-config boo#1231795
sed -i 's/-IVendor\///' %{buildroot}%{_bindir}/python%{python_version}-config
%clean
%post -n libpython2_7-1_0 -p %{run_ldconfig}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 14 07:06:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Remove -IVendor/ from python-config boo#1231795
-------------------------------------------------------------------
Mon Jul 15 12:19:43 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 14 07:06:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Remove -IVendor/ from python-config boo#1231795
-------------------------------------------------------------------
Mon Jul 15 12:19:43 UTC 2024 - Matej Cepl <mcepl@cepl.eu>