packages: bacula/bacula.spec - regen libtoolize
glen
glen at pld-linux.org
Thu Feb 25 19:45:52 CET 2010
Author: glen Date: Thu Feb 25 18:45:52 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- regen libtoolize
---- Files affected:
packages/bacula:
bacula.spec (1.119 -> 1.120)
---- Diffs:
================================================================
Index: packages/bacula/bacula.spec
diff -u packages/bacula/bacula.spec:1.119 packages/bacula/bacula.spec:1.120
--- packages/bacula/bacula.spec:1.119 Thu Feb 25 15:43:40 2010
+++ packages/bacula/bacula.spec Thu Feb 25 19:45:46 2010
@@ -429,8 +429,11 @@
%endif
%build
-cp -f %{_datadir}/automake/config.sub autoconf
-cd autoconf && %{__aclocal} -I bacula-macros -I gettext-macros && cd ..
+cd autoconf
+%{__aclocal} -I bacula-macros -I gettext-macros
+# $BUILD_DIR not seen by libtoolize, export it
+BUILD_DIR=.. %{__libtoolize}
+cd ..
%{__autoconf} --prepend-include=$(pwd)/autoconf autoconf/configure.in > configure
CPPFLAGS="-I/usr/include/ncurses -I%{_includedir}/readline"
@@ -465,9 +468,6 @@
%if %{with bat}
cd src/qt-console
%{__libtoolize}
-#%{__aclocal}
-#%{__autoconf}
-#%{__autoheader}
qmake-qt4 bat.pro
cd ../..
%endif
@@ -909,6 +909,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.120 2010/02/25 18:45:46 glen
+- regen libtoolize
+
Revision 1.119 2010/02/25 14:43:40 zawadaa
- no more: sqlite and gnome console
- TODO: patch6, not building
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bacula/bacula.spec?r1=1.119&r2=1.120&f=u
More information about the pld-cvs-commit
mailing list