From: Michael Tremer Date: Sat, 26 Nov 2016 13:41:09 +0000 (+0100) Subject: libsolv: Update to 0.6.24 X-Git-Url: http://git.ipfire.org/?p=people%2Farne_f%2Fipfire-3.x.git;a=commitdiff_plain;h=bddb443a5442d374147176439a07f21f775fbf0e libsolv: Update to 0.6.24 Signed-off-by: Michael Tremer --- diff --git a/libsolv/libsolv.nm b/libsolv/libsolv.nm index a415620a7..1841203ac 100644 --- a/libsolv/libsolv.nm +++ b/libsolv/libsolv.nm @@ -4,38 +4,37 @@ ############################################################################### name = libsolv -version = 0.4.1 -git_ver = bcedc98 -release = 2.git%{git_ver} +version = 0.6.24 +release = 1 maintainer = Michael Tremer groups = System/Libraries url = https://github.com/openSUSE/libsolv license = BSD -summary = A library for solving package dependencies. +summary = A library for solving package dependencies description A library for solving package dependencies by using a SAT resolver written in C++. end -thisapp = %{name}-%{git_ver} -sources = %{thisapp}.tar.xz +source_dl = https://github.com/openSUSE/libsolv/archive/%{version}.tar.gz#/ build requires gcc-c++ cmake >= 2.8.4-2 expat-devel + gettext-devel + xz-devel zlib-devel end - DIR_APP = %{DIR_SRC}/%{name} - build mkdir build cd build && %{cmake} .. \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DENABLE_LZMA_COMPRESSION=1 \ -DENABLE_PERL=0 \ -DENABLE_PYTHON=0 \ -DENABLE_RUBY=0 \