CVS User Account cvsuser
Wed Jun 8 19:11:08 PDT 2005
Log Message:
-----------

* Add UPGRADING, HISTORY-1.1, INSTALL and SAMPLE files among DISTFILES
* Modify the spec so that it installs these files, too.

Modified Files:
--------------
    slony1-engine:
        postgresql-slony1-engine.spec.in (r1.15 -> r1.16)
        GNUmakefile.in (r1.22 -> r1.23)
    slony1-engine/redhat:
        slony-I.spec (r1.5 -> r1.6)

-------------- next part --------------
Index: GNUmakefile.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/GNUmakefile.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -LGNUmakefile.in -LGNUmakefile.in -u -w -r1.22 -r1.23
--- GNUmakefile.in
+++ GNUmakefile.in
@@ -23,6 +23,10 @@
   configure \
   COPYRIGHT \
   README \
+  UPGRADING \
+  HISTORY-1.1 \
+  INSTALL \
+  SAMPLE \
   Makefile \
   Makefile.global.in \
   GNUmakefile.in \
Index: postgresql-slony1-engine.spec.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/postgresql-slony1-engine.spec.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -Lpostgresql-slony1-engine.spec.in -Lpostgresql-slony1-engine.spec.in -u -w -r1.15 -r1.16
--- postgresql-slony1-engine.spec.in
+++ postgresql-slony1-engine.spec.in
@@ -88,7 +88,7 @@
 %files
 %defattr(-,root,root,-)
 %if %docs
-%doc COPYRIGHT doc/adminguide  doc/concept  doc/howto  doc/implementation  doc/support
+%doc COPYRIGHT UPGRADING HISTORY-1.1 INSTALL SAMPLE doc/adminguide  doc/concept  doc/howto  doc/implementation  doc/support
 %endif
 %{_bindir}/*
 %{_libdir}/pgsql/slony1_funcs.so
Index: slony-I.spec
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/redhat/slony-I.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lredhat/slony-I.spec -Lredhat/slony-I.spec -u -w -r1.5 -r1.6
--- redhat/slony-I.spec
+++ redhat/slony-I.spec
@@ -89,7 +89,7 @@
 %files
 %defattr(-,root,root,-)
 %if %docs
-%doc COPYRIGHT doc/adminguide  doc/concept  doc/howto  doc/implementation  doc/support
+%doc COPYRIGHT UPGRADING HISTORY-1.1 INSTALL SAMPLE doc/adminguide  doc/concept  doc/howto  doc/implementation  doc/support
 %endif
 %{_bindir}/*
 %{_libdir}/pgsql/slony1_funcs.so


More information about the Slony1-commit mailing list