Compare commits
7 Commits
0.7.29-2ma
...
0.7.35-1ma
Author | SHA1 | Date | |
---|---|---|---|
03bdaceb90 | |||
2c2c5ea0ef | |||
0179a5d6b9 | |||
448b4cc652 | |||
f289603190 | |||
b41658c292 | |||
5e8ba2b414 |
34
libsolv.spec
34
libsolv.spec
@@ -1,6 +1,6 @@
|
||||
Name: libsolv
|
||||
Version: 0.7.29
|
||||
Release: 2mamba
|
||||
Version: 0.7.35
|
||||
Release: 1mamba
|
||||
Summary: Library for solving packages and reading repositories
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@@ -55,7 +55,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n python-libsolv-py3
|
||||
This package contains the Python bindings for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@@ -65,8 +64,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 +77,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 \
|
||||
@@ -98,8 +97,6 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@@ -130,6 +127,7 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/solv
|
||||
%{_bindir}/appdata2solv
|
||||
%{_bindir}/comps2solv
|
||||
%{_bindir}/deltainfoxml2solv
|
||||
%{_bindir}/dumpsolv
|
||||
%{_bindir}/installcheck
|
||||
@@ -142,6 +140,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 +160,27 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
||||
%{python3_sitearch}/solv.py
|
||||
|
||||
%changelog
|
||||
* Tue Aug 05 2025 Automatic Build System <autodist@openmamba.org> 0.7.35-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 08 2025 Automatic Build System <autodist@openmamba.org> 0.7.34-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 04 2025 Automatic Build System <autodist@openmamba.org> 0.7.33-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 04 2025 Automatic Build System <autodist@openmamba.org> 0.7.32-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 13 2024 Automatic Build System <autodist@openmamba.org> 0.7.31-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 16 2024 Automatic Build System <autodist@openmamba.org> 0.7.30-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user