| Devrim GUNDUZ 2005-06-30, 8:24 pm |
| Hi,
On Tue, 28 Jun 2005, Len Walter wrote:
>
> the attached patch is for the configure script. It seems like autoconf
> was not re-run after PACKAGE_VERSION was changed for the slony-1.1.0
> release, so make rpm failed because it was looking for the wrong
> source tarball.
I just committed a small fix to the CVS HEAD and REL_1.1_STABLE. IMHO it'd
be better to run autoconf inside spec file:
====================
====================
===
diff -Lpostgresql-slony1-engine.spec.in -Lpostgresql-slony1-engine.spec.in -u -w -r1.19 -r1.20
--- postgresql-slony1-engine.spec.in
+++ postgresql-slony1-engine.spec.in
@@ -35,6 +35,7 @@
%prep
%setup -q -n @PACKAGE_NAME@-%{version}
+autoconf
%build
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS
====================
====================
===
Regards,
--
Devrim GUNDUZ
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.tdmsoft.com.tr http://www.gunduz.org
|