automatic version update by autodist [release 0.7.24-1mamba;Sun Apr 16 2023]
This commit is contained in:
parent
84a492bc6e
commit
9bf9694698
13
libsolv.spec
13
libsolv.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libsolv
|
Name: libsolv
|
||||||
Version: 0.7.23
|
Version: 0.7.24
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Library for solving packages and reading repositories
|
Summary: Library for solving packages and reading repositories
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -21,7 +21,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython310-devel
|
||||||
BuildRequires: librpm-devel
|
BuildRequires: librpm-devel
|
||||||
BuildRequires: libtcl-devel
|
BuildRequires: libtcl-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
@ -93,7 +93,7 @@ This package contains the Python bindings for %{name}.
|
|||||||
-DWITH_SYSTEM_ZCHUNK=ON \
|
-DWITH_SYSTEM_ZCHUNK=ON \
|
||||||
-DENABLE_PYTHON=OFF \
|
-DENABLE_PYTHON=OFF \
|
||||||
-DENABLE_PYTHON3=ON \
|
-DENABLE_PYTHON3=ON \
|
||||||
-DPYTHON3_EXECUTABLE=%{__python3} \
|
-DPYTHON3_EXECUTABLE=%{__python310} \
|
||||||
-DUSE_VENDORDIRS=ON \
|
-DUSE_VENDORDIRS=ON \
|
||||||
-DFEDORA=ON
|
-DFEDORA=ON
|
||||||
|
|
||||||
@ -169,10 +169,13 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
|||||||
|
|
||||||
%files -n python-libsolv-py3
|
%files -n python-libsolv-py3
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python3_sitelib}/_solv.so
|
%{python310_sitearch}/_solv.so
|
||||||
%{python3_sitelib}/solv.py
|
%{python310_sitearch}/solv.py
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 0.7.23-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user