SPECS: acl.spec - regenerate libtool

tommat tommat at pld-linux.org
Tue Feb 13 12:27:17 CET 2007


Author: tommat                       Date: Tue Feb 13 11:27:17 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- regenerate libtool

---- Files affected:
SPECS:
   acl.spec (1.77 -> 1.78) 

---- Diffs:

================================================================
Index: SPECS/acl.spec
diff -u SPECS/acl.spec:1.77 SPECS/acl.spec:1.78
--- SPECS/acl.spec:1.77	Mon Feb 12 22:23:46 2007
+++ SPECS/acl.spec	Tue Feb 13 12:27:11 2007
@@ -68,6 +68,8 @@
 
 %build
 rm -f aclocal.m4
+cp -f /usr/share/automake/config.sub .
+%{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %configure \
@@ -75,7 +77,8 @@
 	OPTIMIZER="%{rpmcflags} -DENABLE_GETTEXT"
 
 %{__make} \
-	LLDFLAGS="%{rpmldflags}"
+	LLDFLAGS="%{rpmldflags}" \
+	top_buillddir="../"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -88,11 +91,14 @@
 export DIST_ROOT DIST_INSTALL DIST_INSTALL_DEV DIST_INSTALL_LIB
 
 %{__make} install \
-	DIST_MANIFEST=$DIST_INSTALL
+	DIST_MANIFEST=$DIST_INSTALL \
+	top_buillddir="../"
 %{__make} install-dev \
-	DIST_MANIFEST=$DIST_INSTALL_DEV
+	DIST_MANIFEST=$DIST_INSTALL_DEV \
+	top_buillddir="../"
 %{__make} install-lib \
-	DIST_MANIFEST=$DIST_INSTALL_LIB
+	DIST_MANIFEST=$DIST_INSTALL_LIB \
+	top_buillddir="../"
 
 rm -f	$RPM_BUILD_ROOT%{_mandir}/man3/{acl_copy_int,acl_set_fd,acl_set_file}.3
 rm -f	$RPM_BUILD_ROOT%{_mandir}/man3/{acl_to_short_text,acl_to_text}.3
@@ -142,6 +148,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.78  2007/02/13 11:27:11  tommat
+- regenerate libtool
+
 Revision 1.77  2007/02/12 21:23:46  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/acl.spec?r1=1.77&r2=1.78&f=u



More information about the pld-cvs-commit mailing list