rebuilt with python3 [release 0.72.0-2mamba;Thu Jan 11 2024]
This commit is contained in:
parent
779eebd764
commit
1f492df673
22
libdnf.spec
22
libdnf.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libdnf
|
Name: libdnf
|
||||||
Version: 0.72.0
|
Version: 0.72.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Software management library
|
Summary: Software management library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -24,7 +24,8 @@ BuildRequires: libglib-devel
|
|||||||
BuildRequires: libjson-c-devel
|
BuildRequires: libjson-c-devel
|
||||||
BuildRequires: libmodulemd-devel
|
BuildRequires: libmodulemd-devel
|
||||||
BuildRequires: libpopt-devel
|
BuildRequires: libpopt-devel
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: librepo-devel
|
BuildRequires: librepo-devel
|
||||||
BuildRequires: librpm-devel
|
BuildRequires: librpm-devel
|
||||||
BuildRequires: libsmartcols-devel
|
BuildRequires: libsmartcols-devel
|
||||||
@ -71,7 +72,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DPYTHON_DESIRED=%{__python310}
|
-DPYTHON_DESIRED=%{__python3}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -92,12 +93,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libdnf.so.*
|
%{_libdir}/libdnf.so.*
|
||||||
%dir %{_libdir}/libdnf/plugins
|
%dir %{_libdir}/libdnf/plugins
|
||||||
%{_libdir}/libdnf/plugins/README
|
%{_libdir}/libdnf/plugins/README
|
||||||
%dir %{python310_sitearch}/libdnf-%{version}.dist-info
|
%dir %{python3_sitearch}/libdnf-%{version}.dist-info
|
||||||
%{python310_sitearch}/libdnf-%{version}.dist-info/*
|
%{python3_sitearch}/libdnf-%{version}.dist-info/*
|
||||||
%dir %{python310_sitearch}/libdnf
|
%dir %{python3_sitearch}/libdnf
|
||||||
%{python310_sitearch}/libdnf/*
|
%{python3_sitearch}/libdnf/*
|
||||||
%dir %{python310_sitearch}/hawkey
|
%dir %{python3_sitearch}/hawkey
|
||||||
%{python310_sitearch}/hawkey/*
|
%{python3_sitearch}/hawkey/*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -112,6 +113,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.72.0-2mamba
|
||||||
|
- rebuilt with python3
|
||||||
|
|
||||||
* Sat Oct 21 2023 Automatic Build System <autodist@mambasoft.it> 0.72.0-1mamba
|
* Sat Oct 21 2023 Automatic Build System <autodist@mambasoft.it> 0.72.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user