Thu Jun 2 09:00:49 PDT 2005
- Previous message: [Slony1-commit] By devrim: Mention about the new entry @ bugzilla about the low NAMELEN
- Next message: [Slony1-commit] By devrim: Move --with-docdir definition, it breaks builds in the
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Move --with-docdir definition, it breaks builds in the previous version.
Modified Files:
--------------
slony1-engine:
postgresql-slony1-engine.spec.in (r1.12 -> r1.13)
slony1-engine/redhat:
slony-I.spec (r1.2 -> r1.3)
-------------- next part --------------
Index: postgresql-slony1-engine.spec.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/postgresql-slony1-engine.spec.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -Lpostgresql-slony1-engine.spec.in -Lpostgresql-slony1-engine.spec.in -u -w -r1.12 -r1.13
--- postgresql-slony1-engine.spec.in
+++ postgresql-slony1-engine.spec.in
@@ -48,9 +48,9 @@
--with-perltools=%{_bindir} \
%endif
%if %docs
- --with-docs --with-docdir=/usr/share/doc \
+ --with-docs \
%endif
- --datadir %{_datadir}/pgsql --sysconfdir=/etc --with-pglibdir=%{_libdir}/pgsql
+ --datadir %{_datadir}/pgsql --sysconfdir=/etc --with-pglibdir=%{_libdir}/pgsql --with-docdir=/usr/share/doc
make
%if %perltools
cd tools
Index: slony-I.spec
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/redhat/slony-I.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lredhat/slony-I.spec -Lredhat/slony-I.spec -u -w -r1.2 -r1.3
--- redhat/slony-I.spec
+++ redhat/slony-I.spec
@@ -48,9 +48,9 @@
--with-perltools=%{_bindir} \
%endif
%if %docs
- --with-docs --with-docdir=/usr/share/doc \
+ --with-docs \
%endif
- --datadir %{_datadir}/pgsql --sysconfdir=/etc --with-pglibdir=%{_libdir}/pgsql
+ --datadir %{_datadir}/pgsql --sysconfdir=/etc --with-pglibdir=%{_libdir}/pgsql --with-docdir=/usr/share/doc
make
%if %perltools
cd tools
- Previous message: [Slony1-commit] By devrim: Mention about the new entry @ bugzilla about the low NAMELEN
- Next message: [Slony1-commit] By devrim: Move --with-docdir definition, it breaks builds in the
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list