commit
ba8c533265
BIN
libsolv-0.7.14.tar.gz
Normal file
BIN
libsolv-0.7.14.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
23
libsolv.spec
23
libsolv.spec
@ -14,8 +14,8 @@
|
||||
%bcond_without zstd
|
||||
|
||||
Name: libsolv
|
||||
Version: 0.7.7
|
||||
Release: 2
|
||||
Version: 0.7.14
|
||||
Release: 1
|
||||
Summary: Package dependency solver
|
||||
License: BSD
|
||||
URL: https://github.com/openSUSE/libsolv
|
||||
@ -27,6 +27,8 @@ Provides: libsolv-tools libsolv-demo
|
||||
Obsoletes: libsolv-tools < %{version}-%{release}
|
||||
Obsoletes: libsolv-demo < %{version}-%{release}
|
||||
|
||||
Requires: rpm >= 4.16.0
|
||||
|
||||
%description
|
||||
A free package dependency solver using a satisfiability algorithm. The
|
||||
library is based on two major, but independent, blocks:
|
||||
@ -60,20 +62,6 @@ Requires: %{name} = %{version}-%{release}
|
||||
%description -n ruby-solv
|
||||
Ruby bindings for the %{name} library.
|
||||
|
||||
|
||||
%if %{with python2_bindings}
|
||||
%package -n python2-solv
|
||||
Summary: Python bindings for the %{name} library
|
||||
%{?python_provide:%python_provide python2-solv}
|
||||
BuildRequires: swig python2-devel
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description -n python2-solv
|
||||
Python bindings for the %{name} library.
|
||||
|
||||
Python 2 version.
|
||||
%endif
|
||||
|
||||
%package -n python3-solv
|
||||
Summary: Python bindings for the %{name} library
|
||||
%{?python_provide:%python_provide python3-solv}
|
||||
@ -186,5 +174,8 @@ Python 3 version.
|
||||
%{_mandir}/man3/%{name}*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 29 2020 linwei<linwei54@huawei.com> - 0.7.14-1
|
||||
- Update libsolv to 0.7.14
|
||||
|
||||
* Tue Jan 7 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.7.7-2
|
||||
- Pakcage init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user