Author: caleb Date: Sat Jul 17 16:33:26 2010 GMT Module: packages Tag: HEAD ---- Log message: - Up to 2.10, NFY
---- Files affected: packages/rpc2: rpc2.spec (1.39 -> 1.40) , rpc2-configure.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/rpc2/rpc2.spec diff -u packages/rpc2/rpc2.spec:1.39 packages/rpc2/rpc2.spec:1.40 --- packages/rpc2/rpc2.spec:1.39 Tue Dec 25 21:54:45 2007 +++ packages/rpc2/rpc2.spec Sat Jul 17 18:33:21 2010 @@ -3,12 +3,13 @@ Summary(pl.UTF-8): Biblioteka RPC2 Summary(pt_BR.UTF-8): Biblioteca RPC2 Name: rpc2 -Version: 2.6.1 -Release: 1 +Version: 2.10 +Release: 0.1 License: LGPL Group: Libraries Source0: ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/%{name}-%{version}.tar.gz -# Source0-md5: 458a4c4473ba780cc902bef24fe5da32 +# Source0-md5: 545066e67d95325840a79d163098096b +Patch0: %name-configure.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: flex @@ -62,11 +63,12 @@ %prep %setup -q +#%patch0 -p1 %build -rm -f missing +#rm -f missing %{__libtoolize} -%{__aclocal} +#%{__aclocal} %{__autoconf} %{__autoheader} %{__automake} @@ -96,6 +98,7 @@ %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_includedir}/rpc2 +%{_pkgconfigdir}/rpc2.pc %files static %defattr(644,root,root,755) @@ -107,6 +110,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.40 2010/07/17 16:33:21 caleb +- Up to 2.10, NFY + Revision 1.39 2007/12/25 20:54:45 zbyniu - up to 2.6.1 ================================================================ Index: packages/rpc2/rpc2-configure.patch diff -u /dev/null packages/rpc2/rpc2-configure.patch:1.1 --- /dev/null Sat Jul 17 18:33:26 2010 +++ packages/rpc2/rpc2-configure.patch Sat Jul 17 18:33:21 2010 @@ -0,0 +1,20 @@ +--- rpc2-2.10/configure.in~ 2010-03-22 13:18:33.000000000 -0600 ++++ rpc2-2.10/configure.in 2010-07-17 11:19:49.000000000 -0600 +@@ -15,7 +15,7 @@ + dnl first to 0 + dnl - if any interfaces were added, increment third + dnl - if any interfaces were removed, set third to 0 +-CODA_LIBRARY_VERSION(5, 9, 4) ++CODA_LIBRARY_VERSION() + + CONFIG_DATE=`date +"%a, %d %b %Y %T %z"` + AC_SUBST(CONFIG_DATE, "$CONFIG_DATE", [Date when configure was last run]) +@@ -64,7 +64,7 @@ + #include <netinet/in.h>]) + + dnl Checks for compiler characteristics. +-CODA_CC_FEATURE_TEST(Wall) ++CODA_CC_FEATURE_TEST() + + dnl Checks for library functions. + AC_CHECK_FUNCS(ffs iopen getaddrinfo gai_strerror getipnodebyname) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpc2/rpc2.spec?r1=1.39&r2=1.40&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
