bayonne-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bayonne-devel] Bayonne 1..3.0 patch which allows me to build RPM


From: Alain NAKACHE
Subject: [Bayonne-devel] Bayonne 1..3.0 patch which allows me to build RPM
Date: Fri, 25 Jul 2003 10:30:07 +0200

Hi David,

Here are my patches to cvs HEAD to manage to build RPM :

cvs server: Diffing bayonne
Index: bayonne/Makefile.am
===================================================================
RCS file: /cvsroot/bayonne/bayonne/Makefile.am,v
retrieving revision 1.28
diff -r1.28 Makefile.am
33c33
<       sed -e s/SIZE/$(shell expr `wc -c *.tar.gz | cut -d\  -f2` / 1024)/ -e s/VERSION/$(VERSION)/ -e s/DATE/$(shell date +%Y%m%d)/ <$(top_srcdir)/bayonne.lsm.in >bayonne.lsm
---
>       sed -e s/SIZE/$(shell expr `wc -c *.tar.gz | cut -d\  -f1` / 1024)/ -e s/VERSION/$(VERSION)/ -e s/DATE/$(shell date +%Y%m%d)/ <$(top_srcdir)/bayonne.lsm.in >bayonne.lsm
Index: bayonne/bayonne.spec.in
===================================================================
RCS file: /cvsroot/bayonne/bayonne/bayonne.spec.in,v
retrieving revision 1.88
diff -r1.88 bayonne.spec.in
51,54c51,54
< %package sunrpc
< Summary: bayonne bindings and libs for sun rpc services
< Group: Communications
< Requires: bayonne
---
> #%package sunrpc
> #Summary: bayonne bindings and libs for sun rpc services
> #Group: Communications
> #Requires: bayonne
59,60c59,60
< %description sunrpc
< This provides sunrpc services for use with a Bayonne server.
---
> #%description sunrpc
> #This provides sunrpc services for use with a Bayonne server.
138c138
< %{_prefix}/include/cc++/bayonne.h
---
> %{_prefix}/include/cc++2/cc++/bayonne.h
152,155c152,155
< %files sunrpc
< %{_prefix}/include/rpcsvc/bayonne.x
< %{_prefix}/include/rpcsvc/bayonne.h
< %{_libdir}/libbayonnerpc.*
---
> #%files sunrpc
> #%{_prefix}/include/rpcsvc/bayonne.x
> #%{_prefix}/include/rpcsvc/bayonne.h
> #%{_libdir}/libbayonnerpc.*


cvs server: Diffing bayonne/m4
Index: bayonne/m4/ost_h323.m4
===================================================================
RCS file: /cvsroot/bayonne/bayonne/m4/ost_h323.m4,v
retrieving revision 1.11
diff -r1.11 ost_h323.m4
68c68
<                       libh323="-lh323_"`ls $OPENH323_LIBS/lib/libh* | sed -e "s/.*libh323_//" -e "s/[.]so.*$//" -e"s/_s.a*$//"   | uniq`
---
>                       libh323="-lh323_"`ls $OPENH323DIR/lib/libh* | sed -e "s/.*libh323_//" -e "s/[.]so.*$//" -e"s/_s.a*$//"   | uniq`

Regards.
Alain

reply via email to

[Prev in Thread] Current Thread [Next in Thread]