Hi,

After some discussion with Niels (X-Fade) in irc, we removed some lines
from Makefiles to fix RPM builds. The attached patch is against current
CVS. Could you please test in on your platforms, especially while
building Debian packages?

Cheers,
-- 
Devrim GÜNDÜZ 
Kivi Bilişim Teknolojileri - http://www.kivi.com.tr
Tel: (312) 4172350 - 4172305     Fax: (312) 4171995
Index: GNUmakefile.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/GNUmakefile.in,v
retrieving revision 1.28
diff -r1.28 GNUmakefile.in
47c47
< install	installdirs:
---
> installdirs:
Index: postgresql-slony1-engine.spec.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/postgresql-slony1-engine.spec.in,v
retrieving revision 1.25
diff -r1.25 postgresql-slony1-engine.spec.in
80a81
> install -d $RPM_BUILD_ROOT%{_bindir}
Index: doc/Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/Makefile,v
retrieving revision 1.11
diff -r1.11 Makefile
18c18
< all clean distclean maintainer-clean install installdirs:
---
> all clean distclean maintainer-clean installdirs:
Index: doc/adminguide/Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/Makefile,v
retrieving revision 1.16
diff -r1.16 Makefile
63,86d62
< installdirs:
< ifdef DOCDIR
< 	$(mkinstalldirs) $(DESTDIR)$(DOCDIR)/sgml
< 	$(mkinstalldirs) $(DESTDIR)$(DOCDIR)/html
< 	$(mkinstalldirs) $(DESTDIR)$(DOCDIR)/man1
< 	$(mkinstalldirs) $(DESTDIR)$(DOCDIR)/man$(DEFAULTSECTION)
< endif
< 
< install: installdirs
< ifdef DOCDIR
< 	for file in $(wildcard $(srcdir)/*.sgml) ; do \
< 	  $(INSTALL_DATA) $$file $(DESTDIR)$(DOCDIR)/sgml; \
< 	done
< 	for file in $(wildcard man1/*) ; do \
< 	   $(INSTALL_DATA) $$file $(DESTDIR)$(DOCDIR)/man1 ;\
< 	done
< 	for file in $(wildcard man$(DEFAULTSECTION)/*) ; do \
< 	  $(INSTALL_DATA) $$file $(DESTDIR)$(DOCDIR)/man$(DEFAULTSECTION) ;\
< 	done
< 	for file in $(wildcard *.html) stylesheet.css ; do \
< 	  $(INSTALL_DATA) $$file $(DESTDIR)$(DOCDIR)/html ;\
< 	done
< endif
< 
_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

Reply via email to