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:
parent
35a1c257cb
commit
6b41b9f4d6
15
libsolv.spec
15
libsolv.spec
@ -1,6 +1,6 @@
|
||||
Name: libsolv
|
||||
Version: 0.7.22
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Library for solving packages and reading repositories
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -66,9 +66,9 @@ This package contains the Python bindings for %{name}.
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch2 -p1
|
||||
%ifarch x86_64
|
||||
%patch6 -p1
|
||||
%endif
|
||||
#%ifarch x86_64
|
||||
#%patch6 -p1
|
||||
#%endif
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
@ -94,7 +94,8 @@ This package contains the Python bindings for %{name}.
|
||||
-DENABLE_PYTHON=OFF \
|
||||
-DENABLE_PYTHON3=ON \
|
||||
-DPYTHON3_EXECUTABLE=%{__python3} \
|
||||
-DUSE_VENDORDIRS=ON
|
||||
-DUSE_VENDORDIRS=ON \
|
||||
-DFEDORA=ON
|
||||
|
||||
# -DPYTHON_EXECUTABLE=%{__python27} \
|
||||
|
||||
@ -139,6 +140,7 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/solv
|
||||
%{_bindir}/appdata2solv
|
||||
%{_bindir}/deltainfoxml2solv
|
||||
%{_bindir}/dumpsolv
|
||||
@ -171,6 +173,9 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
||||
%{python3_sitelib}/solv.py
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user