[packages/libiconv] struggling with libtool 2.4 regeneration

glen glen at pld-linux.org
Tue Jun 18 12:52:25 CEST 2013


commit 60052bc16e5caaeee1a6fc80c1bde18e04e16995
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Jun 18 13:52:13 2013 +0300

    struggling with libtool 2.4 regeneration

 libiconv.spec | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/libiconv.spec b/libiconv.spec
index 907d5dd..4611743 100644
--- a/libiconv.spec
+++ b/libiconv.spec
@@ -73,9 +73,25 @@ Narzędzie iconv.
 
 %{__rm} po/stamp-po
 
+# struggling to get it regenerated, but i fail, these still remain:
+#-rw-r--r-- 1 glen users 281073 24. sept   2010 ./libcharset/m4/libtool.m4
+#-rw-r--r-- 1 glen users 281073 24. sept   2010 ./m4/libtool.m4
+rm libcharset/m4/{libtool,lt*}.m4
+rm m4/{libtool,lt*}.m4
+
 %build
 cp -f /usr/share/automake/config.sub build-aux
 cp -f /usr/share/automake/config.sub libcharset/build-aux
+cd preload
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+cd ../libcharset
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+cd ..
 %{__libtoolize}
 %{__aclocal} -I m4 -I srcm4
 %{__autoconf}
@@ -86,7 +102,6 @@ cp -f /usr/share/automake/config.sub libcharset/build-aux
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libiconv.git/commitdiff/60052bc16e5caaeee1a6fc80c1bde18e04e16995



More information about the pld-cvs-commit mailing list