remove multiarch cohexistence patch, build with -DFEDORA to fix multilib support [release 0.7.22-2mamba;Sat Apr 30 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 05:48:49 +01:00
parent 35a1c257cb
commit 6b41b9f4d6

View File

@ -1,6 +1,6 @@
Name: libsolv Name: libsolv
Version: 0.7.22 Version: 0.7.22
Release: 1mamba Release: 2mamba
Summary: Library for solving packages and reading repositories Summary: Library for solving packages and reading repositories
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -66,9 +66,9 @@ This package contains the Python bindings for %{name}.
%prep %prep
%setup -q %setup -q
#%patch2 -p1 #%patch2 -p1
%ifarch x86_64 #%ifarch x86_64
%patch6 -p1 #%patch6 -p1
%endif #%endif
%build %build
%cmake -d build \ %cmake -d build \
@ -94,7 +94,8 @@ This package contains the Python bindings for %{name}.
-DENABLE_PYTHON=OFF \ -DENABLE_PYTHON=OFF \
-DENABLE_PYTHON3=ON \ -DENABLE_PYTHON3=ON \
-DPYTHON3_EXECUTABLE=%{__python3} \ -DPYTHON3_EXECUTABLE=%{__python3} \
-DUSE_VENDORDIRS=ON -DUSE_VENDORDIRS=ON \
-DFEDORA=ON
# -DPYTHON_EXECUTABLE=%{__python27} \ # -DPYTHON_EXECUTABLE=%{__python27} \
@ -139,6 +140,7 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
%files tools %files tools
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/solv
%{_bindir}/appdata2solv %{_bindir}/appdata2solv
%{_bindir}/deltainfoxml2solv %{_bindir}/deltainfoxml2solv
%{_bindir}/dumpsolv %{_bindir}/dumpsolv
@ -171,6 +173,9 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
%{python3_sitelib}/solv.py %{python3_sitelib}/solv.py
%changelog %changelog
* Sat Apr 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.22-2mamba
- remove multiarch cohexistence patch, build with -DFEDORA to fix multilib support
* Tue Mar 29 2022 Automatic Build System <autodist@mambasoft.it> 0.7.22-1mamba * Tue Mar 29 2022 Automatic Build System <autodist@mambasoft.it> 0.7.22-1mamba
- automatic version update by autodist - automatic version update by autodist