Compare commits
6 Commits
0.7.17-2ma
...
0.7.22-2ma
Author | SHA1 | Date | |
---|---|---|---|
6b41b9f4d6 | |||
35a1c257cb | |||
d289a6dd95 | |||
eaed049a11 | |||
bea0f38f16 | |||
6659e638cc |
37
libsolv.spec
37
libsolv.spec
@@ -1,5 +1,5 @@
|
||||
Name: libsolv
|
||||
Version: 0.7.17
|
||||
Version: 0.7.22
|
||||
Release: 2mamba
|
||||
Summary: Library for solving packages and reading repositories
|
||||
Group: System/Libraries
|
||||
@@ -19,13 +19,14 @@ License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libdb53-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: librpm-devel
|
||||
BuildRequires: libtcl-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzck-devel
|
||||
BuildRequires: libzstd-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@@ -65,9 +66,9 @@ This package contains the Python bindings for %{name}.
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch2 -p1
|
||||
%ifarch x86_64
|
||||
%patch6 -p1
|
||||
%endif
|
||||
#%ifarch x86_64
|
||||
#%patch6 -p1
|
||||
#%endif
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
@@ -93,7 +94,8 @@ This package contains the Python bindings for %{name}.
|
||||
-DENABLE_PYTHON=OFF \
|
||||
-DENABLE_PYTHON3=ON \
|
||||
-DPYTHON3_EXECUTABLE=%{__python3} \
|
||||
-DUSE_VENDORDIRS=ON
|
||||
-DUSE_VENDORDIRS=ON \
|
||||
-DFEDORA=ON
|
||||
|
||||
# -DPYTHON_EXECUTABLE=%{__python27} \
|
||||
|
||||
@@ -138,6 +140,7 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/solv
|
||||
%{_bindir}/appdata2solv
|
||||
%{_bindir}/deltainfoxml2solv
|
||||
%{_bindir}/dumpsolv
|
||||
@@ -166,10 +169,28 @@ cp ext/*.h %{buildroot}%{_includedir}/solv/
|
||||
|
||||
%files -n python-libsolv-py3
|
||||
%defattr(-,root,root)
|
||||
%{python3_sitearch}/_solv.so
|
||||
%{python3_sitearch}/solv.py
|
||||
%{python3_sitelib}/_solv.so
|
||||
%{python3_sitelib}/solv.py
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Tue Mar 29 2022 Automatic Build System <autodist@mambasoft.it> 0.7.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 04 2022 Automatic Build System <autodist@mambasoft.it> 0.7.21-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 28 2021 Automatic Build System <autodist@mambasoft.it> 0.7.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 08 2021 Automatic Build System <autodist@mambasoft.it> 0.7.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 0.7.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.17-2mamba
|
||||
- rebuilt by autoport with build requirements: librpm-devel>=4.16.1.2-1mamba
|
||||
|
||||
|
Reference in New Issue
Block a user