2010-09-08 09:21:57 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package xmmlrpc-c (Version 1.06.40)
|
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
|
|
%define soname 3
|
|
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
Name: xmlrpc-c
|
|
|
|
|
Version: 1.06.40
|
|
|
|
|
Release: 1
|
|
|
|
|
License: BSD
|
|
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
|
URL: http://xmlrpc-c.sourceforge.net
|
|
|
|
|
# http://prdownloads.sourceforge.net/xmlrpc-c/xmlrpc-c-%{version}.tgz
|
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
|
Patch0: %{name}-1.06.04-sizet.patch
|
|
|
|
|
Patch1: %{name}-fix_as_needed.patch
|
|
|
|
|
Patch2: %{name}-fix_without_as_needed.patch
|
|
|
|
|
Patch3: %{name}-lib64.patch
|
|
|
|
|
Patch4: %{name}-lib.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
BuildRequires: autoconf automake file gcc-c++ libtool
|
|
|
|
|
%if 0%{?suse_version} >= 1020
|
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: curl-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: libxml2-devel libstdc++-devel
|
|
|
|
|
Summary: Library implementing XML-based Remote Procedure Calls
|
2007-03-14 15:08:23 +00:00
|
|
|
|
2007-06-12 10:13:48 +00:00
|
|
|
%description
|
|
|
|
|
XML-RPC is a lightweight RPC protocol based on XML and HTTP. This
|
|
|
|
|
package is used by XML-RPC clients and servers written in C and C++.
|
2007-03-14 15:08:23 +00:00
|
|
|
|
2007-06-12 10:13:48 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Eric Kidd <eric.kidd@pobox.com>
|
2007-03-14 15:08:23 +00:00
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
%package -n libxmlrpc-c-devel
|
2008-08-04 15:06:15 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2009-09-28 07:19:39 +00:00
|
|
|
Requires: libxmlrpc++%{soname} = %{version}
|
|
|
|
|
Requires: libxmlrpc_client++%{soname} = %{version}
|
|
|
|
|
Requires: libxmlrpc_cpp%{soname} = %{version}
|
|
|
|
|
Requires: libxmlrpc_server++%{soname} = %{version}
|
|
|
|
|
Requires: libxmlrpc_server_abyss++%{soname} = %{version}
|
2010-09-08 09:21:57 +00:00
|
|
|
Requires: libxmlrpc%{soname} = %{version}
|
|
|
|
|
Requires: libxmlrpc_client%{soname} = %{version}
|
|
|
|
|
Requires: libxmlrpc_server%{soname} = %{version}
|
|
|
|
|
Requires: libxmlrpc_server_abyss%{soname} = %{version}
|
|
|
|
|
Requires: libxmlrpc_server_cgi%{soname} = %{version}
|
|
|
|
|
Requires: libxmlrpc_abyss%{soname} = %{version}
|
|
|
|
|
Requires: libxmlrpc_util%{soname} = %{version}
|
2009-09-28 07:19:39 +00:00
|
|
|
Requires: libxml2-devel
|
2009-05-09 18:43:02 +00:00
|
|
|
Summary: Development package for xmlrpc-c
|
2007-03-14 15:08:23 +00:00
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
%description -n libxmlrpc-c-devel
|
2007-06-12 10:13:48 +00:00
|
|
|
Files needed for software development using xmlrpc-c.
|
2007-03-14 15:08:23 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%package -n libxmlrpc%{soname}
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: A library implementing XML-based remote procedure calls
|
|
|
|
|
#Requires: libxmlrpc_util = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n libxmlrpc%{soname}
|
|
|
|
|
XML-RPC is a lightweight RPC protocol based on XML and HTTP. This
|
|
|
|
|
package is used by XML-RPC clients and servers written in C and C++.
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Eric Kidd <eric.kidd@pobox.com>
|
|
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
%package -n libxmlrpc++%{soname}
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: A library implementing XML-based remote procedure calls
|
|
|
|
|
|
|
|
|
|
%description -n libxmlrpc++%{soname}
|
|
|
|
|
XML-RPC is a lightweight RPC protocol based on XML and HTTP. This
|
|
|
|
|
package is used by XML-RPC clients and servers written in C and C++.
|
|
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Eric Kidd <eric.kidd@pobox.com>
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%package -n libxmlrpc_client%{soname}
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Library implementing XML-based Remote Procedure Calls
|
|
|
|
|
#Requires: libxmlrpc_util = %{version}-%{release}
|
|
|
|
|
#Requires: libxmlrpc = %{version}-%{release}
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%description -n libxmlrpc_client%{soname}
|
|
|
|
|
XML-RPC is a lightweight RPC protocol based on XML and HTTP. This
|
|
|
|
|
package is used by XML-RPC clients and servers written in C and C++.
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Eric Kidd <eric.kidd@pobox.com>
|
|
|
|
|
|
|
|
|
|
%package -n libxmlrpc_client++%{soname}
|
2010-09-08 09:21:57 +00:00
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Library implementing XML-based Remote Procedure Calls
|
2009-05-09 18:43:02 +00:00
|
|
|
|
|
|
|
|
%description -n libxmlrpc_client++%{soname}
|
|
|
|
|
XML-RPC is a lightweight RPC protocol based on XML and HTTP. This
|
|
|
|
|
package is used by XML-RPC clients and servers written in C and C++.
|
|
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Eric Kidd <eric.kidd@pobox.com>
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%package -n libxmlrpc_cpp%{soname}
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Library implementing XML-based Remote Procedure Calls
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%description -n libxmlrpc_cpp%{soname}
|
|
|
|
|
XML-RPC is a lightweight RPC protocol based on XML and HTTP. This
|
|
|
|
|
package is used by XML-RPC clients and servers written in C and C++.
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Eric Kidd <eric.kidd@pobox.com>
|
|
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%package -n libxmlrpc_abyss%{soname}
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Library implementing XML-based Remote Procedure Calls
|
|
|
|
|
#Requires: libxmlrpc_util = %{version}-%{release}
|
|
|
|
|
#Requires: libxmlrpc = %{version}-%{release}
|
2009-05-09 18:43:02 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%description -n libxmlrpc_abyss%{soname}
|
2009-05-09 18:43:02 +00:00
|
|
|
XML-RPC is a lightweight RPC protocol based on XML and HTTP. This
|
|
|
|
|
package is used by XML-RPC clients and servers written in C and C++.
|
|
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Eric Kidd <eric.kidd@pobox.com>
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%package -n libxmlrpc_server%{soname}
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Library implementing XML-based Remote Procedure Calls
|
|
|
|
|
#Requires: libxmlrpc_util = %{version}-%{release}
|
|
|
|
|
#Requires: libxmlrpc = %{version}-%{release}
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%description -n libxmlrpc_server%{soname}
|
|
|
|
|
XML-RPC is a lightweight RPC protocol based on XML and HTTP. This
|
|
|
|
|
package is used by XML-RPC clients and servers written in C and C++.
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Eric Kidd <eric.kidd@pobox.com>
|
|
|
|
|
|
|
|
|
|
%package -n libxmlrpc_server++%{soname}
|
2010-09-08 09:21:57 +00:00
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Library implementing XML-based Remote Procedure Calls
|
2009-05-09 18:43:02 +00:00
|
|
|
|
|
|
|
|
%description -n libxmlrpc_server++%{soname}
|
|
|
|
|
XML-RPC is a lightweight RPC protocol based on XML and HTTP. This
|
|
|
|
|
package is used by XML-RPC clients and servers written in C and C++.
|
|
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Eric Kidd <eric.kidd@pobox.com>
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%package -n libxmlrpc_server_abyss%{soname}
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Library implementing XML-based Remote Procedure Calls
|
|
|
|
|
#Requires: libxmlrpc_util = %{version}-%{release}
|
|
|
|
|
#Requires: libxmlrpc_server = %{version}-%{release}
|
|
|
|
|
#Requires: libxmlrpc_server_abyss = %{version}-%{release}
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%description -n libxmlrpc_server_abyss%{soname}
|
|
|
|
|
XML-RPC is a lightweight RPC protocol based on XML and HTTP. This
|
|
|
|
|
package is used by XML-RPC clients and servers written in C and C++.
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Eric Kidd <eric.kidd@pobox.com>
|
|
|
|
|
|
|
|
|
|
%package -n libxmlrpc_server_abyss++%{soname}
|
2010-09-08 09:21:57 +00:00
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Library implementing XML-based Remote Procedure Calls
|
2009-05-09 18:43:02 +00:00
|
|
|
|
|
|
|
|
%description -n libxmlrpc_server_abyss++%{soname}
|
|
|
|
|
XML-RPC is a lightweight RPC protocol based on XML and HTTP. This
|
|
|
|
|
package is used by XML-RPC clients and servers written in C and C++.
|
|
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%package -n libxmlrpc_server_cgi%{soname}
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Library implementing XML-based Remote Procedure Calls
|
|
|
|
|
#Requires: libxmlrpc_util = %{version}-%{release}
|
|
|
|
|
#Requires: libxmlrpc_server = %{version}-%{release}
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%description -n libxmlrpc_server_cgi%{soname}
|
|
|
|
|
XML-RPC is a lightweight RPC protocol based on XML and HTTP. This
|
|
|
|
|
package is used by XML-RPC clients and servers written in C and C++.
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Eric Kidd <eric.kidd@pobox.com>
|
|
|
|
|
|
|
|
|
|
%package -n libxmlrpc_util%{soname}
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Library implementing XML-based Remote Procedure Calls
|
|
|
|
|
|
|
|
|
|
%description -n libxmlrpc_util%{soname}
|
|
|
|
|
XML-RPC is a lightweight RPC protocol based on XML and HTTP. This
|
|
|
|
|
package is used by XML-RPC clients and servers written in C and C++.
|
2009-09-28 07:19:39 +00:00
|
|
|
|
2007-06-12 10:13:48 +00:00
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
Eric Kidd <eric.kidd@pobox.com>
|
2007-03-14 15:08:23 +00:00
|
|
|
|
|
|
|
|
%prep
|
2007-06-05 21:03:54 +00:00
|
|
|
%setup -q
|
2007-06-12 20:20:10 +00:00
|
|
|
%patch0 -p1 -b .sizet
|
2009-09-28 14:16:20 +00:00
|
|
|
%if 0%{?suse_version} < 1000
|
2009-09-28 17:59:54 +00:00
|
|
|
%patch2 -p0 -b .fix
|
|
|
|
|
%else
|
|
|
|
|
%patch1 -p0 -b .asneeded
|
2009-09-28 14:16:20 +00:00
|
|
|
%endif
|
2010-09-08 09:21:57 +00:00
|
|
|
%if "%{_lib}"=="lib64"
|
|
|
|
|
%patch3 -p0 -b .lib64
|
|
|
|
|
%else
|
|
|
|
|
%patch4 -p0 -b .lib
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%__rm -rf examples/.cvsignore examples/cpp/.cvsignore
|
2007-03-14 15:08:23 +00:00
|
|
|
|
|
|
|
|
%build
|
2010-09-08 09:21:57 +00:00
|
|
|
export CFLAGS_PERSONAL="%{optflags}"
|
|
|
|
|
%configure \
|
|
|
|
|
--enable-libxml2-backend \
|
|
|
|
|
--enable-shared
|
|
|
|
|
|
|
|
|
|
%__sed -i '
|
|
|
|
|
s/^hardcode_direct.*$/hardcode_direct=yes/g
|
|
|
|
|
;
|
|
|
|
|
s/^hardcode_minus_L.*$/hardcode_minus_L=yes/g
|
|
|
|
|
;
|
|
|
|
|
s/^hardcode_shlibpath_var.*$/hardcode_shlibpath_var=no/g
|
|
|
|
|
' libtool ltconfig* ltmain*
|
|
|
|
|
|
2009-09-28 07:19:39 +00:00
|
|
|
# don't pass -j, breaks build
|
2010-09-08 09:21:57 +00:00
|
|
|
%__make CADD="-fPIC -DPIC"
|
2007-03-14 15:08:23 +00:00
|
|
|
|
|
|
|
|
%install
|
2009-05-09 18:43:02 +00:00
|
|
|
%makeinstall
|
2009-09-28 20:22:37 +00:00
|
|
|
%__rm "%{buildroot}%{_libdir}"/*.la
|
2009-05-09 18:43:02 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%__make -C examples clean
|
|
|
|
|
%__make -C examples/cpp clean
|
|
|
|
|
|
|
|
|
|
%post -n libxmlrpc%{soname} -p /sbin/ldconfig
|
2009-05-09 18:43:02 +00:00
|
|
|
%post -n libxmlrpc++%{soname} -p /sbin/ldconfig
|
2010-09-08 09:21:57 +00:00
|
|
|
%post -n libxmlrpc_client%{soname} -p /sbin/ldconfig
|
2009-05-09 18:43:02 +00:00
|
|
|
%post -n libxmlrpc_client++%{soname} -p /sbin/ldconfig
|
|
|
|
|
%post -n libxmlrpc_cpp%{soname} -p /sbin/ldconfig
|
2010-09-08 09:21:57 +00:00
|
|
|
%post -n libxmlrpc_abyss%{soname} -p /sbin/ldconfig
|
|
|
|
|
%post -n libxmlrpc_server%{soname} -p /sbin/ldconfig
|
2009-05-09 18:43:02 +00:00
|
|
|
%post -n libxmlrpc_server++%{soname} -p /sbin/ldconfig
|
2010-09-08 09:21:57 +00:00
|
|
|
%post -n libxmlrpc_server_abyss%{soname} -p /sbin/ldconfig
|
|
|
|
|
%post -n libxmlrpc_server_abyss++%{soname} -p /sbin/ldconfig
|
|
|
|
|
%post -n libxmlrpc_server_cgi%{soname} -p /sbin/ldconfig
|
|
|
|
|
%post -n libxmlrpc_util%{soname} -p /sbin/ldconfig
|
2009-05-09 18:43:02 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%postun -n libxmlrpc%{soname} -p /sbin/ldconfig
|
2009-05-09 18:43:02 +00:00
|
|
|
%postun -n libxmlrpc++%{soname} -p /sbin/ldconfig
|
2010-09-08 09:21:57 +00:00
|
|
|
%postun -n libxmlrpc_client%{soname} -p /sbin/ldconfig
|
2009-05-09 18:43:02 +00:00
|
|
|
%postun -n libxmlrpc_client++%{soname} -p /sbin/ldconfig
|
|
|
|
|
%postun -n libxmlrpc_cpp%{soname} -p /sbin/ldconfig
|
2010-09-08 09:21:57 +00:00
|
|
|
%postun -n libxmlrpc_abyss%{soname} -p /sbin/ldconfig
|
|
|
|
|
%postun -n libxmlrpc_server%{soname} -p /sbin/ldconfig
|
2009-05-09 18:43:02 +00:00
|
|
|
%postun -n libxmlrpc_server++%{soname} -p /sbin/ldconfig
|
2010-09-08 09:21:57 +00:00
|
|
|
%postun -n libxmlrpc_server_abyss%{soname} -p /sbin/ldconfig
|
2009-05-09 18:43:02 +00:00
|
|
|
%postun -n libxmlrpc_server_abyss++%{soname} -p /sbin/ldconfig
|
2010-09-08 09:21:57 +00:00
|
|
|
%postun -n libxmlrpc_server_cgi%{soname} -p /sbin/ldconfig
|
|
|
|
|
%postun -n libxmlrpc_util%{soname} -p /sbin/ldconfig
|
2007-03-14 15:08:23 +00:00
|
|
|
|
|
|
|
|
%clean
|
2010-09-08 09:21:57 +00:00
|
|
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
2009-05-09 18:43:02 +00:00
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%doc tools/xmlrpc/xmlrpc.html tools/xmlrpc_transport/xmlrpc_transport.html
|
|
|
|
|
%{_bindir}/xmlrpc
|
|
|
|
|
%{_bindir}/xmlrpc_transport
|
2007-03-14 15:08:23 +00:00
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
%files -n libxmlrpc-c-devel
|
|
|
|
|
%defattr(-, root, root)
|
2010-09-08 09:21:57 +00:00
|
|
|
%doc examples
|
2009-05-09 18:43:02 +00:00
|
|
|
%{_bindir}/xmlrpc-c-config
|
|
|
|
|
%{_libdir}/*.so
|
2009-09-28 20:22:37 +00:00
|
|
|
%{_libdir}/*.a
|
2009-05-09 18:43:02 +00:00
|
|
|
%{_includedir}/XmlRpcCpp.h
|
|
|
|
|
%{_includedir}/xmlrpc*
|
2007-03-14 15:08:23 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%files -n libxmlrpc%{soname}
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_libdir}/libxmlrpc.so.%{soname}
|
|
|
|
|
%{_libdir}/libxmlrpc.so.%{soname}.*
|
|
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
%files -n libxmlrpc++%{soname}
|
|
|
|
|
%defattr(-, root, root)
|
2009-09-28 20:22:37 +00:00
|
|
|
%{_libdir}/libxmlrpc++.so.%{soname}
|
|
|
|
|
%{_libdir}/libxmlrpc++.so.%{soname}.*
|
2007-03-14 15:08:23 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%files -n libxmlrpc_client%{soname}
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_libdir}/libxmlrpc_client.so.%{soname}
|
|
|
|
|
%{_libdir}/libxmlrpc_client.so.%{soname}.*
|
|
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
%files -n libxmlrpc_client++%{soname}
|
|
|
|
|
%defattr(-, root, root)
|
2009-09-28 20:22:37 +00:00
|
|
|
%{_libdir}/libxmlrpc_client++.so.%{soname}
|
|
|
|
|
%{_libdir}/libxmlrpc_client++.so.%{soname}.*
|
2009-05-09 18:43:02 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%files -n libxmlrpc_abyss%{soname}
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_libdir}/libxmlrpc_abyss.so.%{soname}
|
|
|
|
|
%{_libdir}/libxmlrpc_abyss.so.%{soname}.*
|
|
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
%files -n libxmlrpc_cpp%{soname}
|
|
|
|
|
%defattr(-, root, root)
|
2009-09-28 20:22:37 +00:00
|
|
|
%{_libdir}/libxmlrpc_cpp.so.%{soname}
|
|
|
|
|
%{_libdir}/libxmlrpc_cpp.so.%{soname}.*
|
2009-05-09 18:43:02 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%files -n libxmlrpc_server%{soname}
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_libdir}/libxmlrpc_server.so.%{soname}
|
|
|
|
|
%{_libdir}/libxmlrpc_server.so.%{soname}.*
|
|
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
%files -n libxmlrpc_server++%{soname}
|
2007-06-12 10:13:48 +00:00
|
|
|
%defattr(-, root, root)
|
2009-09-28 20:22:37 +00:00
|
|
|
%{_libdir}/libxmlrpc_server++.so.%{soname}
|
|
|
|
|
%{_libdir}/libxmlrpc_server++.so.%{soname}.*
|
2007-03-14 15:08:23 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%files -n libxmlrpc_server_abyss%{soname}
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_libdir}/libxmlrpc_server_abyss.so.%{soname}
|
|
|
|
|
%{_libdir}/libxmlrpc_server_abyss.so.%{soname}.*
|
|
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
%files -n libxmlrpc_server_abyss++%{soname}
|
2007-06-12 10:13:48 +00:00
|
|
|
%defattr(-, root, root)
|
2009-09-28 20:22:37 +00:00
|
|
|
%{_libdir}/libxmlrpc_server_abyss++.so.%{soname}
|
|
|
|
|
%{_libdir}/libxmlrpc_server_abyss++.so.%{soname}.*
|
2007-06-12 10:13:48 +00:00
|
|
|
|
2010-09-08 09:21:57 +00:00
|
|
|
%files -n libxmlrpc_server_cgi%{soname}
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_libdir}/libxmlrpc_server_cgi.so.%{soname}
|
|
|
|
|
%{_libdir}/libxmlrpc_server_cgi.so.%{soname}.*
|
|
|
|
|
|
|
|
|
|
%files -n libxmlrpc_util%{soname}
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_libdir}/libxmlrpc_util.so.%{soname}
|
|
|
|
|
%{_libdir}/libxmlrpc_util.so.%{soname}.*
|
|
|
|
|
|
2009-05-09 18:43:02 +00:00
|
|
|
%changelog
|
2010-09-08 09:21:57 +00:00
|
|
|
* Thu Jul 08 2010 dl8fcl@darc.de
|
|
|
|
|
- imported fixes from pascal@links2linux.de
|
|
|
|
|
* C++ bytesFromBase64(): fix bug: high two bits always zero.
|
|
|
|
|
Broken since created (2005)
|
|
|
|
|
* Abyss: terminate after current request, not current connection.
|
|
|
|
|
(Matters with keepalive)
|
|
|
|
|
* fix xmlrpc_inetd_server C++ example. It has never worked.
|
|
|
|
|
* fix error message about invalid <int> XML
|
|
|
|
|
* Sun Dec 20 2009 dl8fcl@darc.de
|
|
|
|
|
- update to 1.06.38
|
|
|
|
|
* Mon Sep 28 2009 pascal.bleser@opensuse.org
|
2009-09-28 07:19:39 +00:00
|
|
|
- update to 1.06.37
|
2010-09-08 09:21:57 +00:00
|
|
|
* Sat May 9 2009 bitshuffler #suse@irc.freenode.org
|
2009-05-09 18:43:02 +00:00
|
|
|
- Updated to 1.06.33
|
2010-09-08 09:21:57 +00:00
|
|
|
* Mon Aug 4 00:00:00 UTC 2008 - Peter Nixon
|
|
|
|
|
- Add xmlrpc-c-gcc43.patch from Gentoo project to placate newer GCC
|
|
|
|
|
version on openSUSE 11.0
|
2008-08-04 15:06:15 +00:00
|
|
|
- Add Packager tag
|
|
|
|
|
- Update group for -devel package
|
2010-09-08 09:21:57 +00:00
|
|
|
- replace %%%%run_ldconfig with %%post(un) -p /sbin/ldconfig
|
|
|
|
|
* Tue Jun 12 00:00:00 UTC 2007 - Peter Nixon
|
2007-06-12 16:31:45 +00:00
|
|
|
- Updated to 1.06.14
|
|
|
|
|
- Enabled all options
|
|
|
|
|
- Fixed 64bit build problems
|
2010-09-08 09:21:57 +00:00
|
|
|
* Tue Mar 14 2006 - Peter Nixon
|
2007-06-12 10:13:48 +00:00
|
|
|
- enabled abyss-server
|
2010-09-08 09:21:57 +00:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-06-12 10:13:48 +00:00
|
|
|
- converted neededforbuild to BuildRequires
|
2010-09-08 09:21:57 +00:00
|
|
|
* Thu Mar 18 2004 hvogel@suse.de
|
2007-06-12 10:13:48 +00:00
|
|
|
- fix files list
|
|
|
|
|
* Tue Mar 16 2004 - kkaempf@suse.de
|
|
|
|
|
- fix libdir for 64bit
|
|
|
|
|
* Tue Mar 16 2004 - hvogel@suse.de
|
|
|
|
|
- fix bogus %%prefix usage
|
|
|
|
|
* Tue Mar 16 2004 - kkaempf@suse.de
|
|
|
|
|
- fix filelist
|
2010-09-08 09:21:57 +00:00
|
|
|
* Tue Mar 16 2004 kkaempf@suse.de
|
2007-06-12 10:13:48 +00:00
|
|
|
- initial package version 0.9.10
|