Chris Browne cbbrowne at lists.slony.info
Mon Apr 21 09:37:55 PDT 2008
Update of /home/cvsd/slony1/slony1-engine/suse
In directory main.slony.info:/tmp/cvs-serv25561/suse

Modified Files:
	postgresql-slony1-engine.specfile 
Log Message:
Remove references to src/xxid, obsolete as of Slony-I 2.0


Index: postgresql-slony1-engine.specfile
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/suse/postgresql-slony1-engine.specfile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** postgresql-slony1-engine.specfile	22 Oct 2005 16:02:43 -0000	1.3
--- postgresql-slony1-engine.specfile	21 Apr 2008 16:37:53 -0000	1.4
***************
*** 71,77 ****
  make DESTDIR=$RPM_BUILD_ROOT install
  install -m 0755 src/backend/slony1_funcs.so $RPM_BUILD_ROOT%{_libdir}/postgresql/slony1_funcs.so
- install -m 0755 src/xxid/xxid.so $RPM_BUILD_ROOT%{_libdir}/postgresql/xxid.so
  install -m 0755 src/backend/*.sql $RPM_BUILD_ROOT%{_datadir}/postgresql/
- install -m 0755 src/xxid/*.sql $RPM_BUILD_ROOT%{_datadir}/postgresql/
  install -m 0755 tools/*.sh  $RPM_BUILD_ROOT%{_bindir}/
  install -m 0755 share/slon.conf-sample $RPM_BUILD_ROOT%{_sysconfdir}/slon.conf
--- 71,75 ----
***************
*** 96,104 ****
  %defattr(-,root,root,-)
  %if %docs
! %doc COPYRIGHT UPGRADING HISTORY-1.1 INSTALL SAMPLE doc/adminguide  doc/concept  doc/howto  doc/implementation  doc/support
  %endif
  %{_bindir}/*
  %{_libdir}/postgresql/slony1_funcs.so
- %{_libdir}/postgresql/xxid.so
  %{_datadir}/postgresql/*.sql
  %{_sysconfdir}/slon.conf
--- 94,101 ----
  %defattr(-,root,root,-)
  %if %docs
! %doc COPYRIGHT UPGRADING RELEASE-2.0 INSTALL SAMPLE doc/adminguide  doc/concept  doc/howto  doc/implementation  doc/support
  %endif
  %{_bindir}/*
  %{_libdir}/postgresql/slony1_funcs.so
  %{_datadir}/postgresql/*.sql
  %{_sysconfdir}/slon.conf



More information about the Slony1-commit mailing list