- updated to 1.13.8

- removed some patches which were applied upstream
This commit is contained in:
ensc 2008-03-16 12:54:10 +00:00
parent d779bf89c6
commit df96507784

View File

@ -4,8 +4,8 @@
Summary: A lightweight RPC library based on XML and HTTP
Name: xmlrpc-c
Version: 1.13.07
Release: %release_func 2
Version: 1.13.8
Release: %release_func 1
License: BSD/PSF -- see COPYING
Group: System Environment/Libraries
URL: http://xmlrpc-c.sourceforge.net/
@ -15,11 +15,8 @@ URL: http://xmlrpc-c.sourceforge.net/
# check which version was used for it
%{?advanced_branch:Source0: xmlrpc-c-%version.tar.bz2}
Patch100: make-cmake-transition.patch
Patch101: added-virtual-destructors-for-classes-with-virtual-m.patch
Patch102: fixed-broken-format-string-modifiers-for-size_t-type.patch
Patch103: fixed-extra-classname-specification.patch
Patch104: fixed-uninitialised-usage-of-buffer-attribute.patch
Patch105: gcc43.patch
BuildRoot: %_tmppath/%name-%version-%release-root
#BuildRequires: w3c-libwww-devel
@ -63,11 +60,8 @@ This package contains some handy XML-RPC demo applications.
%prep
%setup -q
%patch100 -p1
%patch101 -p1
%patch102 -p1
%patch103 -p1
%patch104 -p1
%patch105 -p1
## not needed...
rm doc/{INSTALL,configure_doc}
@ -84,7 +78,7 @@ cmake .. \
-DMUST_BUILD_LIBWWW_CLIENT:BOOL=OFF \
-DCMAKE_INSTALL_PREFIX:PATH=%_prefix \
-DBUILD_SHARED_LIBS:BOOL=ON
make -k VERBOSE=1 %{?_smp_mflags}
make VERBOSE=1 %{?_smp_mflags}
%install
@ -130,6 +124,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Mar 16 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.13.8-1
- updated to 1.13.8
- removed some patches which were applied upstream
* Tue Feb 26 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.13.07-2
- moved to advanced branched; rediffed/updated existing cmake patch
and fixed other compilation issues (#369841)