From: Jan Rękorajski Date: Mon, 29 Jul 2013 15:32:29 +0000 (+0200) Subject: - updated system lua dependency X-Git-Tag: auto/th/rpm-5.4.12-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=95bd7348fbbdd92e4f52b10c1c670b2406aec9d7;p=packages%2Frpm.git - updated system lua dependency - remove bundled libs --- diff --git a/rpm.spec b/rpm.spec index 0474cc7..7b8451d 100644 --- a/rpm.spec +++ b/rpm.spec @@ -294,7 +294,7 @@ BuildRequires: libtool >= 1:1.4.2-9 BuildRequires: libxml2-devel BuildRequires: neon-devel >= 0.25.5 %endif -%{?with_system_lua:BuildRequires: lua51-devel >= 5.1.2} +%{?with_system_lua:BuildRequires: lua52-devel >= 5.2.2} BuildRequires: ossp-uuid-devel BuildRequires: patch >= 2.2 BuildRequires: popt-devel >= %{reqpopt_ver} @@ -952,6 +952,10 @@ awk -f %{SOURCE6} %{SOURCE1} install %{SOURCE26} tools/rpmdb_checkversion.c install %{SOURCE28} tools/rpmdb_reset.c +for extlib in beecrypt neon pcre popt ; do + [ -d $extlib ] && %{__rm} -r $extlib +done + %build %{__libtoolize} #%{__autopoint}