forked from pool/maven-reporting-api
Accepting request 961009 from Java:packages
3.1.0 OBS-URL: https://build.opensuse.org/request/show/961009 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-reporting-api?expand=0&rev=2
This commit is contained in:
commit
314b3a4048
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b0cbd51bf6d17c979c634cecf27c740969857f76241f2fb849502240d47c2aa5
|
|
||||||
size 3384
|
|
3
maven-reporting-api-3.1.0-source-release.zip
Normal file
3
maven-reporting-api-3.1.0-source-release.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:24e848d95a3e8e89f1b192ebc1bcdd00043202139460411c9410c8cb01310050
|
||||||
|
size 24351
|
@ -11,7 +11,7 @@
|
|||||||
<property name="project.groupId" value="org.apache.maven.reporting"/>
|
<property name="project.groupId" value="org.apache.maven.reporting"/>
|
||||||
<property name="project.artifactId" value="maven-reporting-api"/>
|
<property name="project.artifactId" value="maven-reporting-api"/>
|
||||||
<property name="project.name" value="Maven Reporting API"/>
|
<property name="project.name" value="Maven Reporting API"/>
|
||||||
<property name="project.version" value="3.0"/>
|
<property name="project.version" value="3.1.0"/>
|
||||||
|
|
||||||
<property name="project.organization.name"
|
<property name="project.organization.name"
|
||||||
value="The Apache Software Foundation"/>
|
value="The Apache Software Foundation"/>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 11 06:57:17 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to upstream version 3.1.0
|
||||||
|
* needed for a new maven-javadoc-plugin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 28 18:24:34 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Thu Mar 28 18:24:34 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package maven-reporting-api
|
# spec file for package maven-reporting-api
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,26 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: maven-reporting-api
|
Name: maven-reporting-api
|
||||||
Version: 3.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: API to manage report generation
|
Summary: API to manage report generation
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: http://maven.apache.org/shared/maven-reporting-api
|
URL: http://maven.apache.org/shared/maven-reporting-api
|
||||||
# svn export http://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-api-3.0 maven-reporting-api-3.0
|
Source0: https://dlcdn.apache.org/maven/reporting/%{name}-%{version}-source-release.zip
|
||||||
# tar caf maven-reporting-api-3.0.tar.xz maven-reporting-api-3.0/
|
|
||||||
Source0: %{name}-%{version}.tar.xz
|
|
||||||
# ASL mandates that the licence file be included in redistributed source
|
|
||||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||||
Source2: %{name}-build.xml
|
Source2: %{name}-build.xml
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: maven-doxia-sink-api
|
BuildRequires: maven-doxia-sink-api
|
||||||
|
BuildRequires: unzip
|
||||||
BuildRequires: xmvn-install
|
BuildRequires: xmvn-install
|
||||||
BuildRequires: xmvn-resolve
|
BuildRequires: xmvn-resolve
|
||||||
BuildRequires: xz
|
|
||||||
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -58,6 +54,8 @@ API documentation for %{name}.
|
|||||||
cp %{SOURCE1} LICENSE.txt
|
cp %{SOURCE1} LICENSE.txt
|
||||||
cp %{SOURCE2} build.xml
|
cp %{SOURCE2} build.xml
|
||||||
|
|
||||||
|
%pom_remove_parent
|
||||||
|
|
||||||
# Previous package provides groupIds org.apache.maven.shared and org.apache.maven.reporting
|
# Previous package provides groupIds org.apache.maven.shared and org.apache.maven.reporting
|
||||||
%{mvn_alias} : org.apache.maven.shared:maven-reporting-api
|
%{mvn_alias} : org.apache.maven.shared:maven-reporting-api
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user