packages: xmlrpc-epi/xmlrpc-epi.spec, xmlrpc-epi/xmlrpc-epi-system-expat.pa...
tommat
tommat at pld-linux.org
Thu Sep 3 13:42:43 CEST 2009
Author: tommat Date: Thu Sep 3 11:42:43 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 0.54.1
- removed obsolete patches
- adapterized
- ghost soname symlink
---- Files affected:
packages/xmlrpc-epi:
xmlrpc-epi.spec (1.23 -> 1.24) , xmlrpc-epi-system-expat.patch (1.2 -> NONE) (REMOVED), xmlrpc-epi-gcc4.patch (1.1 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: packages/xmlrpc-epi/xmlrpc-epi.spec
diff -u packages/xmlrpc-epi/xmlrpc-epi.spec:1.23 packages/xmlrpc-epi/xmlrpc-epi.spec:1.24
--- packages/xmlrpc-epi/xmlrpc-epi.spec:1.23 Tue Mar 6 14:43:15 2007
+++ packages/xmlrpc-epi/xmlrpc-epi.spec Thu Sep 3 13:42:37 2009
@@ -4,14 +4,12 @@
Summary: XML-RPC EPI library - an implementation of the xmlrpc protocol
Summary(pl.UTF-8): Biblioteka XML-RPC EPI - implementacja protokołu xmlrpc
Name: xmlrpc-epi
-Version: 0.51
-Release: 4
+Version: 0.54.1
+Release: 0.1
License: BSD
Group: Libraries
Source0: http://dl.sourceforge.net/xmlrpc-epi/%{name}-%{version}.tar.gz
-# Source0-md5: 51c5f062365f82ff1c26c2763e7f0654
-Patch0: %{name}-system-expat.patch
-Patch1: %{name}-gcc4.patch
+# Source0-md5: 546ce341e7d79691371344449cb9e484
URL: http://xmlrpc-epi.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
@@ -24,11 +22,11 @@
%description
xmlrpc-epi is an implementation of the xmlrpc protocol in C. It
provides an easy to use API for developers to serialize RPC requests
-to and from XML. It doesn't include a transport layer, such as
-HTTP. The API is primarily based upon proprietary code written for
-internal usage at Epinions.com, and was later modified to incorporate
-concepts from the xmlrpc protocol. It passed the xmlrpc validation
-test suite in December 2000.
+to and from XML. It doesn't include a transport layer, such as HTTP.
+The API is primarily based upon proprietary code written for internal
+usage at Epinions.com, and was later modified to incorporate concepts
+from the xmlrpc protocol. It passed the xmlrpc validation test suite
+in December 2000.
%description -l pl.UTF-8
xmlrpc-epi to implementacja protokołu xmlrpc napisana w C. Daje proste
@@ -77,9 +75,7 @@
Programy przykładowe do biblioteki XML-RPC EPI.
%prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%setup -q -n xmlrpc
%build
%{__libtoolize}
@@ -105,6 +101,7 @@
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libxmlrpc-epi.so.0
%files devel
%defattr(644,root,root,755)
@@ -127,6 +124,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2009/09/03 11:42:37 tommat
+- up to 0.54.1
+- removed obsolete patches
+- adapterized
+- ghost soname symlink
+
Revision 1.23 2007/03/06 13:43:15 spider
- rel++
- STBR
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xmlrpc-epi/xmlrpc-epi.spec?r1=1.23&r2=1.24&f=u
More information about the pld-cvs-commit
mailing list