Devrim devrim at lists.slony.info
Wed May 16 22:52:08 PDT 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv23880

Modified Files:
	postgresql-slony1-engine.spec.in 
Log Message:
Sync spec file with 1.2 branch


Index: postgresql-slony1-engine.spec.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/postgresql-slony1-engine.spec.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** postgresql-slony1-engine.spec.in	9 May 2007 20:20:17 -0000	1.34
--- postgresql-slony1-engine.spec.in	17 May 2007 05:52:06 -0000	1.35
***************
*** 6,10 ****
  %define pg_version   %(rpm -qv postgresql-devel|head -n 1|awk -F '-' '{print $3}')
  
! Summary:	A "master to multiple slaves" replication system with cascading, node rearrangement and failover
  Name:		@PACKAGE_NAME@
  Version:	@PACKAGE_VERSION@
--- 6,10 ----
  %define pg_version   %(rpm -qv postgresql-devel|head -n 1|awk -F '-' '{print $3}')
  
! Summary:	A "master to multiple slaves" replication system with cascading and failover
  Name:		@PACKAGE_NAME@
  Version:	@PACKAGE_VERSION@
***************
*** 60,64 ****
  CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
  export LIBNAME=%{_lib}
! ./configure --includedir %{_includedir}/pgsql \
  %if %perltools
          --with-perltools=%{_bindir} --with-toolsbin=%{_bindir} \
--- 60,64 ----
  CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
  export LIBNAME=%{_lib}
! ./configure --includedir %{_includedir}/pgsql --with_pgconfigdir=%{_bindir} \
  %if %perltools
          --with-perltools=%{_bindir} --with-toolsbin=%{_bindir} \
***************
*** 109,116 ****
  %files
  %defattr(-,root,root,-)
! %doc COPYRIGHT UPGRADING HISTORY-1.1 INSTALL SAMPLE RELEASE-1.2.1
! %if %docs
! %doc doc/adminguide  doc/concept  doc/howto  doc/implementation  doc/support
! %endif
  %{_bindir}/*
  %{_libdir}/pgsql/slony1_funcs.so
--- 109,113 ----
  %files
  %defattr(-,root,root,-)
! %doc COPYRIGHT UPGRADING HISTORY-1.1 INSTALL SAMPLE RELEASE-1.2.1 RELEASE-1.2.2 RELEASE-1.2.5 RELEASE-1.2.6 RELEASE-1.2.7 RELEASE-1.2.8 RELEASE-1.2.9
  %{_bindir}/*
  %{_libdir}/pgsql/slony1_funcs.so
***************
*** 123,130 ****
  %endif
  
  %changelog
! * Mon Dec 4 2006 Devrim Gunduz <devrim at CommandPrompt.com>
! - On 64-bit boxes, both 32 and 64 bit -devel packages may be installed. Fix version check
! script
  - Revert tar name patch
  - Macros cannot be used in various parts of the spec file. Revert that commit
--- 120,146 ----
  %endif
  
+ %if %docs
+ %files docs
+ %defattr(-,root,root,-)
+ %doc doc/adminguide  doc/concept  doc/howto  doc/implementation  doc/support
+ %endif
+ 
  %changelog
! * Thu May 17 2007 Devrim Gunduz <devrim at CommandPrompt.com>
! - Fix rpm build problem when the system has pg_config in both under
!   /usr/local/pgsql/bin and /usr/bin
! 
! * Wed Mar 22 2007 Christopher Browne <cbbrowne at ca.afilias.info>
! - Added more recent release notes
! 
! * Wed Mar 7 2007 Christopher Browne <cbbrowne at ca.afilias.info>
! - Added more recent release notes
! 
! * Thu Jan 4 2007 Devrim Gunduz <devrim at CommandPrompt.com>
! - Add docs package (It should be added before but...)
! 
! * Wed Nov 8 2006 Devrim Gunduz <devrim at CommandPrompt.com>
! - On 64-bit boxes, both 32 and 64 bit -devel packages may be installed. 
!   Fix version check script
  - Revert tar name patch
  - Macros cannot be used in various parts of the spec file. Revert that commit



More information about the Slony1-commit mailing list