Update to upstream version 2.3
This commit is contained in:
parent
c1d96424cd
commit
c806542b82
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/maven-reporting-impl-2.2.tar.xz
|
||||
/LICENSE-2.0.txt
|
||||
/maven-reporting-impl-2.3-source-release.zip
|
||||
|
||||
@ -1,20 +1,16 @@
|
||||
Name: maven-reporting-impl
|
||||
Version: 2.2
|
||||
Release: 11%{?dist}
|
||||
Version: 2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Abstract classes to manage report generation
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/shared/maven-reporting-impl
|
||||
# svn export http://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-impl-2.2 maven-reporting-impl-2.2
|
||||
# tar caf maven-reporting-impl-2.2.tar.xz maven-reporting-impl-2.2/
|
||||
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
|
||||
URL: http://maven.apache.org/shared/%{name}
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: http://repo1.maven.org/maven2/org/apache/maven/reporting/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
|
||||
# Forwarded upstream: http://jira.codehaus.org/browse/MSHARED-344
|
||||
Patch0: 0001-Update-to-Doxia-1.6.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(commons-validator:commons-validator)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
@ -48,7 +44,6 @@ API documentation for %{name}.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
cp -p %{SOURCE1} LICENSE.txt
|
||||
|
||||
%build
|
||||
%mvn_build %{!?fedora:-f}
|
||||
@ -58,12 +53,15 @@ cp -p %{SOURCE1} LICENSE.txt
|
||||
|
||||
%files -f .mfiles
|
||||
%dir %{_javadir}/%{name}
|
||||
%doc LICENSE.txt
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE.txt
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Sep 16 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3-1
|
||||
- Update to upstream version 2.3
|
||||
|
||||
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-11
|
||||
- Fix build-requires on parent POM
|
||||
- Port to Doxia 1.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user