[packages/xmlrpc-epi] - updated to 0.54.2

qboosh qboosh at pld-linux.org
Wed Dec 26 09:00:16 CET 2018


commit 68c8057276a6ee4ce9af8e4f18466921ce7e4380
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Dec 26 09:04:56 2018 +0100

    - updated to 0.54.2

 xmlrpc-epi.spec | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)
---
diff --git a/xmlrpc-epi.spec b/xmlrpc-epi.spec
index 94f71d2..1901591 100644
--- a/xmlrpc-epi.spec
+++ b/xmlrpc-epi.spec
@@ -1,24 +1,20 @@
-# TODO:
-# - fix group for -progs subpackage
 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.54.1
-Release:	6
+Version:	0.54.2
+Release:	1
 License:	BSD
 Group:		Libraries
-Source0:	http://downloads.sourceforge.net/xmlrpc-epi/%{name}-%{version}.tar.gz
-# Source0-md5:	546ce341e7d79691371344449cb9e484
+Source0:	http://downloads.sourceforge.net/xmlrpc-epi/%{name}-%{version}.tar.bz2
+# Source0-md5:	081e605491429cda17c5f021f211b8fd
 Patch0:		format-security.patch
 URL:		http://xmlrpc-epi.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	expat-devel
-BuildRequires:	libtool
+BuildRequires:	libtool >= 2:2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_includedir	%{_prefix}/include/%{name}
-
 %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
@@ -65,7 +61,7 @@ Biblioteki statyczne XML-RPC EPI.
 %package progs
 Summary:	XML-RPC sample programs
 Summary(pl.UTF-8):	Programy przykładowe XML-RPC
-Group:		Applications/Text
+Group:		Applications/Networking
 Requires:	%{name} = %{version}-%{release}
 
 %description progs
@@ -75,15 +71,16 @@ Sample programs for XML-RPC EPI library.
 Programy przykładowe do biblioteki XML-RPC EPI.
 
 %prep
-%setup -q -n xmlrpc
+%setup -q
 %patch0 -p1
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
 %configure \
+	--includedir=%{_includedir}/xmlrpc-epi \
 	--program-prefix=xmlrpc-epi-
 %{__make}
 
@@ -109,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libxmlrpc-epi.so
 %{_libdir}/libxmlrpc-epi.la
-%{_includedir}
+%{_includedir}/xmlrpc-epi
 
 %files static
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xmlrpc-epi.git/commitdiff/68c8057276a6ee4ce9af8e4f18466921ce7e4380



More information about the pld-cvs-commit mailing list