119d20
Name:           maven-shared-utils
119d20
Version:        0.4
119d20
Release:        2%{?dist}
119d20
Summary:        Maven shared utility classes
119d20
License:        ASL 2.0
119d20
URL:            http://maven.apache.org/shared/maven-shared-utils
119d20
Source0:        http://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
119d20
# Patching tests so that they are compatible with JUnit 4.11
119d20
# (upstream bug http://jira.codehaus.org/browse/MSHARED-285)
119d20
Patch0:         %{name}-tests.patch
119d20
119d20
BuildArch:      noarch
119d20
119d20
BuildRequires:  maven-local
119d20
BuildRequires:  apache-commons-lang3
119d20
BuildRequires:  apache-rat
119d20
BuildRequires:  maven-shared
119d20
BuildRequires:  maven-shade-plugin
119d20
119d20
%description
119d20
This project aims to be a functional replacement for plexus-utils in Maven.
119d20
119d20
It is not a 100% API compatible replacement though but a replacement with
119d20
improvements: lots of methods got cleaned up, generics got added and we dropped
119d20
a lot of unused code.
119d20
119d20
%package javadoc
119d20
Summary:        Javadoc for %{name}
119d20
    
119d20
%description javadoc
119d20
API documentation for %{name}.
119d20
119d20
%prep
119d20
%setup -q
119d20
%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
119d20
%patch0 -p1
119d20
119d20
%build
119d20
%mvn_build
119d20
119d20
%install
119d20
%mvn_install
119d20
119d20
%files -f .mfiles
119d20
%doc LICENSE NOTICE
119d20
119d20
%files javadoc -f .mfiles-javadoc
119d20
%doc LICENSE NOTICE
119d20
119d20
%changelog
119d20
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.4-2
119d20
- Rebuild to regenerate API documentation
119d20
- Resolves: CVE-2013-1571
119d20
119d20
* Mon Apr 22 2013 Tomas Radej <tradej@redhat.com> - 0.4-1
119d20
- Updated to latest upstream version
119d20
- Fixed and reenabled tests
119d20
119d20
* Mon Apr 08 2013 Michal Srb <msrb@redhat.com> - 0.3-2
119d20
- Disable tests (they don't work with junit >= 4.11)
119d20
119d20
* Fri Mar 15 2013 Michal Srb <msrb@redhat.com> - 0.3-1
119d20
- Update to upstream version 0.3
119d20
119d20
* Tue Feb 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2-4
119d20
- Build with xmvn
119d20
119d20
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-3
119d20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
119d20
119d20
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0.2-2
119d20
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
119d20
- Replace maven BuildRequires with maven-local
119d20
119d20
* Wed Jan 16 2013 Tomas Radej <tradej@redhat.com> - 0.2-1
119d20
- Initial version
119d20