Devrim GUNDUZ devrim at lists.slony.info
Sun Jun 10 14:26:13 PDT 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv8825

Modified Files:
      Tag: REL_1_2_STABLE
	postgresql-slony1-engine.spec.in 
Log Message:
Some more fixes, per Fedora review


Index: postgresql-slony1-engine.spec.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/postgresql-slony1-engine.spec.in,v
retrieving revision 1.31.2.14
retrieving revision 1.31.2.15
diff -C2 -d -r1.31.2.14 -r1.31.2.15
*** postgresql-slony1-engine.spec.in	5 Jun 2007 18:52:18 -0000	1.31.2.14
--- postgresql-slony1-engine.spec.in	10 Jun 2007 21:26:11 -0000	1.31.2.15
***************
*** 15,19 ****
  Source0:	http://main.slony.info/downloads/1.2/source/@PACKAGE_NAME@-%{version}.tar.gz
  BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
! BuildRequires:	postgresql-devel
  Requires:	postgresql-server = %{pg_version}
  
--- 15,19 ----
  Source0:	http://main.slony.info/downloads/1.2/source/@PACKAGE_NAME@-%{version}.tar.gz
  BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
! BuildRequires:	postgresql-devel, postgresql-server, autoconf
  Requires:	postgresql-server = %{pg_version}
  
***************
*** 41,45 ****
  Summary:	Documentation for Slony-I
  Group:		Applications/Databases
! Prereq:		@PACKAGE_NAME at -@PACKAGE_VERSION at -%{release}
  
  %description docs
--- 41,46 ----
  Summary:	Documentation for Slony-I
  Group:		Applications/Databases
! Requires:	@PACKAGE_NAME at -@PACKAGE_VERSION at -%{release}
! BuildRequires:	libjpeg, netpbm-progs, groff, docbook-style-dsssl, ghostscript
  
  %description docs
***************
*** 72,76 ****
  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} \
--- 73,77 ----
  CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
  export LIBNAME=%{_lib}
! ./configure --includedir %{_includedir}/pgsql --with-pgconfigdir=%{_bindir} --libdir=%{_libdir} \
  %if %perltools
  	--with-perltools=%{_bindir} --with-toolsbin=%{_bindir} \



More information about the Slony1-commit mailing list