From 743186103f1513088a85625ba03a0eabcd5b4fc6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 10 Feb 2013 22:49:14 +0100 Subject: [PATCH] libsolv: Update to git version f663ca2. --- libsolv/libsolv.nm | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/libsolv/libsolv.nm b/libsolv/libsolv.nm index e1c8d1d63..248834424 100644 --- a/libsolv/libsolv.nm +++ b/libsolv/libsolv.nm @@ -5,8 +5,8 @@ name = libsolv version = 0.0.0 -git_ver = c02d759 -release = 6.git%{git_ver} +git_ver = f663ca2 +release = 7.git%{git_ver} maintainer = Michael Tremer groups = System/Libraries @@ -19,9 +19,8 @@ description resolver written in C++. end -thisapp = %{name}-%{version}-%{git_ver} - -source_dl = +thisapp = %{name}-%{git_ver} +sources = %{thisapp}.tar.xz build requires @@ -32,12 +31,7 @@ build zlib-devel end - prepare_cmds - # Make sure that libsatsolverext is linked properly to all needed - # libraries. - echo "TARGET_LINK_LIBRARIES(libsolvext libsolv \${EXPAT_LIBRARY} \${ZLIB_LIBRARY})" \ - >> ext/CMakeLists.txt - end + DIR_APP = %{DIR_SRC}/%{name} build mkdir build -- 2.39.5