141 lines
4.3 KiB
RPMSpec
141 lines
4.3 KiB
RPMSpec
Name: xmlrpc
|
|
Version: 3.1.3
|
|
Release: 13%{?dist}
|
|
Epoch: 1
|
|
Summary: Java XML-RPC implementation
|
|
License: ASL 2.0
|
|
URL: http://ws.apache.org/xmlrpc/
|
|
BuildArch: noarch
|
|
|
|
Source0: http://www.apache.org/dist/ws/xmlrpc/sources/apache-xmlrpc-%{version}-src.tar.bz2
|
|
Patch0: %{name}-client-addosgimanifest.patch
|
|
Patch1: %{name}-common-addosgimanifest.patch
|
|
Patch2: %{name}-javax-methods.patch
|
|
Patch3: %{name}-server-addosgimanifest.patch
|
|
|
|
BuildRequires: maven-local
|
|
BuildRequires: mvn(org.apache:apache:pom:)
|
|
BuildRequires: mvn(commons-httpclient:commons-httpclient)
|
|
BuildRequires: mvn(commons-logging:commons-logging)
|
|
BuildRequires: mvn(javax.servlet:servlet-api)
|
|
BuildRequires: mvn(org.apache.ws.commons.util:ws-commons-util)
|
|
|
|
|
|
%description
|
|
Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol
|
|
that uses XML over HTTP to implement remote procedure calls.
|
|
Apache XML-RPC was previously known as Helma XML-RPC. If you have code
|
|
using the Helma library, all you should have to do is change the import
|
|
statements in your code from helma.xmlrpc.* to org.apache.xmlrpc.*.
|
|
|
|
%package javadoc
|
|
Summary: Javadoc for %{name}
|
|
|
|
%description javadoc
|
|
Javadoc for %{name}.
|
|
|
|
%package common
|
|
Summary: Common classes for XML-RPC client and server implementations
|
|
# Provide xmlrpc is not here because it would be useless due to different jar names
|
|
Obsoletes: %{name} < 3.1.3
|
|
Obsoletes: %{name}3-common < 3.1.3-13
|
|
Provides: %{name}3-common = 3.1.3-13
|
|
|
|
%description common
|
|
%{summary}.
|
|
|
|
%package client
|
|
Summary: XML-RPC client implementation
|
|
Obsoletes: %{name}3-client < 3.1.3-13
|
|
Provides: %{name}3-client = 3.1.3-13
|
|
|
|
%description client
|
|
%{summary}.
|
|
|
|
%package server
|
|
Summary: XML-RPC server implementation
|
|
Obsoletes: %{name}3-server < 3.1.3-13
|
|
Provides: %{name}3-server = 3.1.3-13
|
|
|
|
%description server
|
|
%{summary}.
|
|
|
|
%prep
|
|
%setup -q -n apache-%{name}-%{version}-src
|
|
%patch2 -p1
|
|
pushd client
|
|
%patch0 -b .sav
|
|
popd
|
|
pushd common
|
|
%patch1 -b .sav
|
|
popd
|
|
pushd server
|
|
%patch3 -b .sav
|
|
popd
|
|
|
|
sed -i 's/\r//' LICENSE.txt
|
|
|
|
%pom_disable_module dist
|
|
%pom_remove_dep jaxme:jaxmeapi common
|
|
%mvn_file :{*} @1
|
|
%mvn_package :*-common %{name}
|
|
|
|
%build
|
|
# FIXME: ignore test failure because server part needs network
|
|
%mvn_build -s -- -Dmaven.test.failure.ignore=true
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files common -f .mfiles-%{name}
|
|
%license LICENSE.txt NOTICE.txt
|
|
|
|
%files client -f .mfiles-%{name}-client
|
|
|
|
%files server -f .mfiles-%{name}-server
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE.txt NOTICE.txt
|
|
|
|
%changelog
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.1.3-13
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Fri Feb 13 2015 gil cattaneo <puntogil@libero.it> 1:3.1.3-12
|
|
- introduce license macro
|
|
|
|
* Thu Jul 10 2014 Sami Wagiaalla <swagiaal@redhat.com> - 1:3.1.3-11
|
|
- Add OSGi info for xmlrpc-server jar.
|
|
- export o.a.xmlrpc from xmlrpc-client jar.
|
|
|
|
* Mon Jun 16 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.1.3-10
|
|
- Use servlet 3.1.0 API
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.1.3-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:3.1.3-8
|
|
- Use Requires: java-headless rebuild (#1067528)
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.1.3-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Fri Jun 14 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:3.1.3-6
|
|
- Update to current packaging guidelines
|
|
|
|
* Fri May 17 2013 Alexander Kurtakov <akurtako@redhat.com> 1:3.1.3-5
|
|
- Remove javax.xml.bind from osgi imports - it's part of the JVM now.
|
|
- Drop the ws-jaxme dependency for the same reason.
|
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.1.3-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1:3.1.3-3
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
* Sat Oct 20 2012 Peter Robinson <pbrobinson@fedoraproject.org> 3.1.3-2
|
|
- xmlrpc v2 had an Epoch so we need one here. Add it back
|
|
|
|
* Fri Sep 14 2012 Alexander Kurtakov <akurtako@redhat.com> 3.1.3-1
|
|
- First release of version 3.x package
|