----- Original Message -----
From: "Gordon Messmer" <[EMAIL PROTECTED]>
>
> Jabber is a good choice. I have an RPM package here:
> http://www.dragonsdawn.net/apt/redhat/7.3/en/i386/RPMS.dragonsdawn/
Ok, ....
I have taken the .src.rpm an rebuild on a 8.0 ... but there is some
error ...
Follow there are diff of .spec file and the new .patch file
msn-transport_bootstrap.patch and msn-transport_src_makefile.patch
that I have used.
Now the build work fine.
Please note that I have had install glib-devel to predispose the
command glib-config, used from yahoo-transport-2 makefile.
The new .src.rpm is here for some dais:
ftp://ftp.ivrea.osra.it/pubblica/jabber-1.4.2-3.src.rpm
Ciao, and sorry for my bad english.
-------
Dario Lesca ([EMAIL PROTECTED])
---------------------------------------------------------------------
[lesca@firewall SOURCES]$ cat msn-transport_bootstrap.patch
--- msn-transport/bootstrap 2003-01-21 19:37:55.000000000 +0100
+++ msn-transport/bootstrap.orig 2003-01-21 19:33:58.000000000 +0100
@@ -12,8 +12,8 @@
exit 1;
fi
+if test -z "`automake --version 2>&1|head -1|egrep '1.[4567]'`"; then
+ echo "Automake 1.[4567] is required. Aborting build...";
-if test -z "`automake --version 2>&1|head -1|egrep '1.4'`"; then
- echo "Automake 1.4 is required. Aborting build...";
exit 1;
fi
---------------------------------------------------------------------
[lesca@firewall SOURCES]$ cat msn-transport_src_makefile.patch
--- msn-transport/src/Makefile.am.orig 2003-01-21 20:06:35.000000000 +0100
+++ msn-transport/src/Makefile.am 2003-01-21 20:06:42.000000000 +0100
@@ -23,4 +23,4 @@
xhtml.c
msntrans_so_LDFLAGS = -fPIC -shared
-CFLAGS += -Wall -g -O2 -Wno-unused
+CFLAGS = -Wall -g -O2 -Wno-unused
---------------------------------------------------------------------
[root@firewall SPECS]# diff -u /tmp/jabber.spec jabber.spec
--- /tmp/jabber.spec 2002-10-28 03:18:58.000000000 +0100
+++ jabber.spec 2003-01-21 20:08:12.000000000 +0100
@@ -9,7 +9,7 @@
%define jud_ver 0.4
%define version_num 1.4.2
-%define release_num 2
+%define release_num 3
%define jabber_lib_dir /var/lib/jabber
Summary: Jabber server
@@ -43,6 +43,8 @@
Patch0: mio_ssl.c.patch
Patch1: 142-mod_presence.c.patch
Patch31: xdb_ldap-makefile.patch
+Patch32: msn-transport_bootstrap.patch
+Patch33: msn-transport_src_makefile.patch
BuildRoot: %{_tmppath}/%{name}-buildroot
@@ -68,7 +70,8 @@
%setup -D -T -a 25
%setup -D -T -a 30
%patch31 -p0 -b srcroot
-
+%patch32 -p0 -b automake
+%patch33 -p0 -b makefile
%build
CFLAGS=$RPM_OPT_FLAGS ./configure --enable-ssl --prefix=%{jabber_lib_dir}
@@ -207,6 +210,10 @@
%changelog
+* Tue Jan 21 2003 Dario Lesca <[EMAIL PROTECTED]>
+- Add support to automake 1.6.*
+- Arrange Makefile.am (+= vs =) for automake 1.6.*
+
* Sun Oct 27 2002 Gordon Messmer <[EMAIL PROTECTED]>
- bugfix patches
- init scripts improvements
----------------------------------------------------------------------------
--
--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list