- use correct pkg-config script for 'xmlrpc-config abyss-server' output
(#355411) - updated to 1.06.23 (#355411)
This commit is contained in:
parent
9a7e2df88b
commit
2d3ec88cb0
@ -118,7 +118,7 @@ index 0000000..e4505f7
|
||||
+include(CheckIncludeFile)
|
||||
+include(CheckFunctionExists)
|
||||
+
|
||||
+set(XMLRPC_C_VERSION "1.06.18" CACHE STRING "Version of xmlrpc-c")
|
||||
+set(XMLRPC_C_VERSION "1.06.23" CACHE STRING "Version of xmlrpc-c")
|
||||
+set(XMLRPC_C_LIBVERSION "3.6.15")
|
||||
+set(XMLRPC_C_SOVERSION "3")
|
||||
+
|
||||
@ -1388,11 +1388,11 @@ index 0000000..8f4f51b
|
||||
+
|
||||
+if test -z "$need_cxx"; then
|
||||
+ test -z "$need_client" || comp="$comp xmlrpc_client"
|
||||
+ test -z "$need_abyss" || comp="$comp xmlrpc_abyss"
|
||||
+ test -z "$need_abyss" || comp="$comp xmlrpc_server_abyss"
|
||||
+ test -z "$need_server" || comp="$comp xmlrpc_server"
|
||||
+else
|
||||
+ test -z "$need_client" || comp="$comp xmlrpc_client++"
|
||||
+ test -z "$need_abyss" || comp="$comp xmlrpc_abyss++"
|
||||
+ test -z "$need_abyss" || comp="$comp xmlrpc_server_abyss++"
|
||||
+ test -z "$need_server" || comp="$comp xmlrpc_server++"
|
||||
+fi
|
||||
+
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
dddd711a2905c03afa1fc7fd6860e445 xmlrpc-c-1.06.18.tgz
|
||||
e519a43145b90e814fcfb0af1db1d91c xmlrpc-1.06.23.tgz
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
Summary: A lightweight RPC library based on XML and HTTP
|
||||
Name: xmlrpc-c
|
||||
Version: 1.06.18
|
||||
Version: 1.06.23
|
||||
Release: %release_func 1
|
||||
License: BSD/PSF -- see COPYING
|
||||
Group: System Environment/Libraries
|
||||
URL: http://xmlrpc-c.sourceforge.net/
|
||||
Source0: http://dl.sourceforge.net/sourceforge/xmlrpc-c/%name-%version.tgz
|
||||
Source0: http://dl.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-%version.tgz
|
||||
Patch6: xmlrpc-c-1.06.04-sizet.patch
|
||||
Patch100: http://ensc.de/xmlrpc-c/0001-make-cmake-transition.txt
|
||||
BuildRoot: %_tmppath/%name-%version-%release-root
|
||||
@ -50,7 +50,7 @@ This package contains some handy XML-RPC demo applications.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n xmlrpc-%version
|
||||
%patch6 -p1 -b .sizet
|
||||
%patch100 -p1
|
||||
|
||||
@ -114,6 +114,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 2 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.23-1
|
||||
- use correct pkg-config script for 'xmlrpc-config abyss-server'
|
||||
output (#355411)
|
||||
- updated to 1.06.23 (#355411)
|
||||
|
||||
* Tue Sep 4 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.18-1
|
||||
- updated to 1.06.18
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user