Compare commits
5 Commits
0.7.22-2ma
...
0.7.27-1ma
Author | SHA1 | Date | |
---|---|---|---|
6c4efc8731 | |||
57bbb26794 | |||
d32d72a039 | |||
9bf9694698 | |||
84a492bc6e |
27
libsolv.spec
27
libsolv.spec
@@ -1,6 +1,6 @@
|
||||
Name: libsolv
|
||||
Version: 0.7.22
|
||||
Release: 2mamba
|
||||
Version: 0.7.27
|
||||
Release: 1mamba
|
||||
Summary: Library for solving packages and reading repositories
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@@ -21,7 +21,7 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: librpm-devel
|
||||
BuildRequires: libtcl-devel
|
||||
BuildRequires: libxml2-devel
|
||||
@@ -93,7 +93,7 @@ This package contains the Python bindings for %{name}.
|
||||
-DWITH_SYSTEM_ZCHUNK=ON \
|
||||
-DENABLE_PYTHON=OFF \
|
||||
-DENABLE_PYTHON3=ON \
|
||||
-DPYTHON3_EXECUTABLE=%{__python3} \
|
||||
-DPYTHON3_EXECUTABLE=%{__python310} \
|
||||
-DUSE_VENDORDIRS=ON \
|
||||
-DFEDORA=ON
|
||||
|
||||
@@ -169,10 +169,25 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
||||
|
||||
%files -n python-libsolv-py3
|
||||
%defattr(-,root,root)
|
||||
%{python3_sitelib}/_solv.so
|
||||
%{python3_sitelib}/solv.py
|
||||
%{python310_sitearch}/_solv.so
|
||||
%{python310_sitearch}/solv.py
|
||||
|
||||
%changelog
|
||||
* Fri Nov 24 2023 Automatic Build System <autodist@mambasoft.it> 0.7.27-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 08 2023 Automatic Build System <autodist@mambasoft.it> 0.7.26-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 15 2023 Automatic Build System <autodist@mambasoft.it> 0.7.25-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 16 2023 Automatic Build System <autodist@mambasoft.it> 0.7.24-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 0.7.23-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user