rebuilt with ENABLE_COMPS and ENABLE_ZSTD_COMPRESSION [release 0.7.29-3mamba;Sun May 26 2024]
This commit is contained in:
parent
424e5af4dc
commit
5e8ba2b414
11
libsolv.spec
11
libsolv.spec
@ -1,6 +1,6 @@
|
||||
Name: libsolv
|
||||
Version: 0.7.29
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Library for solving packages and reading repositories
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -65,8 +65,7 @@ This package contains the Python bindings for %{name}.
|
||||
-DENABLE_APPDATA=ON \
|
||||
-DENABLE_BZIP2_COMPRESSION=ON \
|
||||
-DENABLE_COMPLEX_DEPS=ON \
|
||||
-DENABLE_LZMA_COMPRESSION=ON \
|
||||
-DENABLE_ZCHUNK_COMPRESSION=ON \
|
||||
-DENABLE_COMPS=ON \
|
||||
-DENABLE_RPMDB=ON \
|
||||
-DENABLE_RPMDB_BYRPMHEADER=ON \
|
||||
-DENABLE_RPMDB_LIBRPM=ON \
|
||||
@ -79,6 +78,7 @@ This package contains the Python bindings for %{name}.
|
||||
-DENABLE_TCL=ON \
|
||||
-DENABLE_LZMA_COMPRESSION=ON \
|
||||
-DENABLE_BZIP2_COMPRESSION=ON \
|
||||
-DENABLE_ZSTD_COMPRESSION=ON \
|
||||
-DENABLE_ZCHUNK_COMPRESSIO=ON \
|
||||
-DWITH_SYSTEM_ZCHUNK=ON \
|
||||
-DENABLE_PYTHON=OFF \
|
||||
@ -130,6 +130,7 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/solv
|
||||
%{_bindir}/appdata2solv
|
||||
%{_bindir}/comps2solv
|
||||
%{_bindir}/deltainfoxml2solv
|
||||
%{_bindir}/dumpsolv
|
||||
%{_bindir}/installcheck
|
||||
@ -142,6 +143,7 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
||||
%{_bindir}/rpms2solv
|
||||
%{_bindir}/updateinfoxml2solv
|
||||
%{_mandir}/man1/appdata2solv.1*
|
||||
%{_mandir}/man1/comps2solv.1*
|
||||
%{_mandir}/man1/deltainfoxml2solv.1*
|
||||
%{_mandir}/man1/dumpsolv.1*
|
||||
%{_mandir}/man1/installcheck.1*
|
||||
@ -161,6 +163,9 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
||||
%{python3_sitearch}/solv.py
|
||||
|
||||
%changelog
|
||||
* Sun May 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.29-3mamba
|
||||
- rebuilt with ENABLE_COMPS and ENABLE_ZSTD_COMPRESSION
|
||||
|
||||
* Mon May 13 2024 Automatic Build System <autodist@openmamba.org> 0.7.29-2mamba
|
||||
- rebuilt with rpm 4.19.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user