Update to upstream version 2.3

This commit is contained in:
Mikolaj Izdebski 2014-09-16 09:37:42 +02:00
parent c1d96424cd
commit c806542b82
3 changed files with 13 additions and 15 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/maven-reporting-impl-2.2.tar.xz
/LICENSE-2.0.txt
/maven-reporting-impl-2.3-source-release.zip

View File

@ -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

View File

@ -1,2 +1 @@
192539fc9b82a9c89b48eeed15e71179 maven-reporting-impl-2.2.tar.xz
3b83ef96387f14655fc854ddc3c6bd57 LICENSE-2.0.txt
396f1cf5e9f7f2a6eafbfbc41fc457bb maven-reporting-impl-2.3-source-release.zip