Date: Friday, November 24, 2006 @ 19:39:17
Author: csaba
Path: /cvsroot/carob/libmysequoia
Modified: libmysequoia.spec (1.24 -> 1.25)
Corrected the syntax errors caused by the fatique.
-------------------+
libmysequoia.spec | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
Index: libmysequoia/libmysequoia.spec
diff -u libmysequoia/libmysequoia.spec:1.24 libmysequoia/libmysequoia.spec:1.25
--- libmysequoia/libmysequoia.spec:1.24 Fri Nov 24 19:27:28 2006
+++ libmysequoia/libmysequoia.spec Fri Nov 24 19:39:17 2006
@@ -35,7 +35,7 @@
mkdir -p build41 build50
# configure with MySQL 4.1 headers
-pushd41
+pushd build41
CXXFLAGS="$RPM_OPT_FLAGS" ../configure \
--prefix=%{_prefix} \
--libdir=%{_libdir}/mysequoia \
@@ -46,7 +46,7 @@
popd
# configure with MySQL 5.0 headers
-pushd50
+pushd build50
CXXFLAGS="$RPM_OPT_FLAGS" ../configure \
--prefix=%{_prefix} \
--libdir=%{_libdir}/mysequoia \
@@ -58,12 +58,12 @@
%build
# build with MySQL 4.1 headers
-pushd41
+pushd build41
make
popd
# build with MySQL 5.0 headers
-pushd50
+pushd build50
make
popd
@@ -71,12 +71,12 @@
rm -rf $RPM_BUILD_ROOT
# install the 4.1 build
-pushd41
+pushd build41
make DESTDIR=$RPM_BUILD_ROOT install
popd
# install the 5.0 build
-pushd50
+pushd build50
make DESTDIR=$RPM_BUILD_ROOT install
popd
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits