[packages/neon] builds with old libtool as well

glen glen at pld-linux.org
Fri Sep 4 13:40:07 CEST 2015


commit 486a68fe64a5e892465b29f3db2ce1bc59bfb96c
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Sep 4 14:40:01 2015 +0300

    builds with old libtool as well

 neon.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/neon.spec b/neon.spec
index 891e9ca..43079cc 100644
--- a/neon.spec
+++ b/neon.spec
@@ -20,7 +20,7 @@ BuildRequires:	autoconf >= 2.58
 BuildRequires:	automake
 %{?with_kerberos5:BuildRequires:	heimdal-devel}
 %{?with_libproxy:BuildRequires:	libproxy-devel}
-BuildRequires:	libtool >= 2:2.2
+BuildRequires:	libtool
 BuildRequires:	libxml2-devel
 BuildRequires:	openssl-devel >= 0.9.7d
 %{?with_pakchois:BuildRequires:	pakchois-devel}
@@ -72,9 +72,9 @@ Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 %{?with_kerberos5:Requires:	heimdal-devel}
 %{?with_libproxy:Requires:	libproxy-devel}
-%{?with_pakchois:Requires:	pakchois-devel}
 Requires:	libxml2-devel
 Requires:	openssl-devel >= 0.9.7c
+%{?with_pakchois:Requires:	pakchois-devel}
 
 %description devel
 C header files for the neon library.
@@ -112,7 +112,7 @@ Dokumentacja API biblioteki neon.
 %setup -q
 
 %build
-%{__libtoolize} --install
+%{__libtoolize}
 %{__aclocal} -I macros
 %{__autoconf}
 %configure \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/neon.git/commitdiff/486a68fe64a5e892465b29f3db2ce1bc59bfb96c



More information about the pld-cvs-commit mailing list