Skip to content

Commit

Permalink
[update] Update to libsolv upstream version 0.6.34. JB#36070
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Branson committed Jul 3, 2018
1 parent c866eb5 commit 4bddd13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions rpm/libsolv.spec
Expand Up @@ -2,7 +2,7 @@

Name: libsolv
Summary: A new approach to package dependency solving
Version: 0.6.23
Version: 0.6.34
Release: 1
Group: Development/Libraries/C and C++
License: BSD 3-Clause
Expand All @@ -11,13 +11,13 @@ Source0: %{name}-%{version}.tar.gz
BuildRequires: pkgconfig(rpm)
BuildRequires: pkgconfig(zlib)
BuildRequires: db4-devel
BuildRequires: expat-devel
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: perl-devel
BuildRequires: python-devel
BuildRequires: swig
BuildRequires: cmake
BuildRequires: libxml2-devel

%description
A new approach to package dependency solving.
Expand Down Expand Up @@ -90,15 +90,16 @@ A new approach to package dependency solving.
%build
%cmake . \
-DFEDORA=1 \
-DENABLE_HELIXREPO=1 \
-DENABLE_SUSEREPO=1 -DENABLE_HELIXREPO=1 \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DLIB=%{_lib} \
-DCMAKE_VERBOSE_MAKEFILE=TRUE \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_PERL=1 \
-DENABLE_PYTHON=1 \
-DUSE_VENDORDIRS=1 \
-DCMAKE_SKIP_RPATH=1
-DCMAKE_SKIP_RPATH=1 \
-DWITH_LIBXML2=1 \

make %{?jobs:-j%jobs}

Expand Down Expand Up @@ -130,6 +131,7 @@ export NO_BRP_STRIP_DEBUG=true
%{_bindir}/helix2solv
%{_datadir}/cmake/Modules/*
%{_libdir}/pkgconfig/libsolv.pc
%{_libdir}/pkgconfig/libsolvext.pc
%{_datadir}/man/man?/*.?.gz

%files -n perl-solv
Expand Down
2 changes: 1 addition & 1 deletion upstream
Submodule upstream updated 193 files

0 comments on commit 4bddd13

Please sign in to comment.