|
|
671354 |
%{?scl:%scl_package maven-shared-utils}
|
|
|
671354 |
%{!?scl:%global pkg_name %{name}}
|
|
|
671354 |
|
|
|
671354 |
Name: %{?scl_prefix}maven-shared-utils
|
|
|
671354 |
Version: 3.1.0
|
|
|
671354 |
Release: 4.2%{?dist}
|
|
|
671354 |
Summary: Maven shared utility classes
|
|
|
671354 |
License: ASL 2.0
|
|
|
671354 |
URL: http://maven.apache.org/shared/maven-shared-utils
|
|
|
671354 |
BuildArch: noarch
|
|
|
671354 |
|
|
|
671354 |
Source0: http://repo1.maven.org/maven2/org/apache/maven/shared/%{pkg_name}/%{version}/%{pkg_name}-%{version}-source-release.zip
|
|
|
671354 |
|
|
|
671354 |
BuildRequires: %{?scl_prefix}maven-local
|
|
|
671354 |
BuildRequires: %{?scl_prefix}mvn(com.google.code.findbugs:jsr305)
|
|
|
671354 |
BuildRequires: %{?scl_prefix}mvn(commons-io:commons-io)
|
|
|
671354 |
BuildRequires: %{?scl_prefix}mvn(junit:junit)
|
|
|
671354 |
BuildRequires: %{?scl_prefix}mvn(org.apache.commons:commons-lang3)
|
|
|
671354 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-core)
|
|
|
671354 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
|
|
671354 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven.shared:maven-shared-components:pom:)
|
|
|
671354 |
BuildRequires: %{?scl_prefix}mvn(org.codehaus.plexus:plexus-container-default)
|
|
|
671354 |
BuildRequires: %{?scl_prefix}mvn(org.fusesource.jansi:jansi)
|
|
|
671354 |
BuildRequires: %{?scl_prefix}mvn(org.hamcrest:hamcrest-core)
|
|
|
671354 |
|
|
|
671354 |
%description
|
|
|
671354 |
This project aims to be a functional replacement for plexus-utils in Maven.
|
|
|
671354 |
|
|
|
671354 |
It is not a 100% API compatible replacement though but a replacement with
|
|
|
671354 |
improvements: lots of methods got cleaned up, generics got added and we dropped
|
|
|
671354 |
a lot of unused code.
|
|
|
671354 |
|
|
|
671354 |
%package javadoc
|
|
|
671354 |
Summary: Javadoc for %{pkg_name}
|
|
|
671354 |
|
|
|
671354 |
|
|
|
671354 |
%description javadoc
|
|
|
671354 |
API documentation for %{pkg_name}.
|
|
|
671354 |
|
|
|
671354 |
%prep
|
|
|
671354 |
%setup -n %{pkg_name}-%{version} -q
|
|
|
671354 |
%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
|
|
|
671354 |
|
|
|
671354 |
%build
|
|
|
671354 |
%mvn_build
|
|
|
671354 |
|
|
|
671354 |
%install
|
|
|
671354 |
%mvn_install
|
|
|
671354 |
|
|
|
671354 |
%files -f .mfiles
|
|
|
671354 |
%license LICENSE NOTICE
|
|
|
671354 |
|
|
|
671354 |
%files javadoc -f .mfiles-javadoc
|
|
|
671354 |
%license LICENSE NOTICE
|
|
|
671354 |
|
|
|
671354 |
%changelog
|
|
|
671354 |
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 3.1.0-4.2
|
|
|
671354 |
- Mass rebuild 2017-06-22
|
|
|
671354 |
|
|
|
671354 |
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 3.1.0-4.1
|
|
|
671354 |
- Automated package import and SCL-ization
|
|
|
671354 |
|
|
|
671354 |
* Mon Feb 13 2017 Michael Simacek <msimacek@redhat.com> - 3.1.0-4
|
|
|
671354 |
- Regenerate BuildRequires
|
|
|
671354 |
|
|
|
671354 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-3
|
|
|
671354 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
671354 |
|
|
|
671354 |
* Wed Jul 27 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-2
|
|
|
671354 |
- Re-enable tests
|
|
|
671354 |
|
|
|
671354 |
* Fri Jul 22 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-0.1.RC
|
|
|
671354 |
- Update to upstream version 3.1.0
|
|
|
671354 |
- Temporarly disable tests
|
|
|
671354 |
|
|
|
671354 |
* Fri Jul 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-2
|
|
|
671354 |
- Remove unneeded build-requires
|
|
|
671354 |
|
|
|
671354 |
* Thu Jun 2 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-1
|
|
|
671354 |
- Update to upstream version 3.0.1
|
|
|
671354 |
|
|
|
671354 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-3
|
|
|
671354 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
671354 |
|
|
|
671354 |
* Fri Oct 16 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-2
|
|
|
671354 |
- Enable all tests
|
|
|
671354 |
|
|
|
671354 |
* Mon Oct 12 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
|
|
|
671354 |
- Update to upstream version 3.0.0
|
|
|
671354 |
|
|
|
671354 |
* Mon Sep 21 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.9-1
|
|
|
671354 |
- Update to upstream version 0.9
|
|
|
671354 |
|
|
|
671354 |
* Mon Jun 22 2015 Michal Srb <msrb@redhat.com> - 0.8-1
|
|
|
671354 |
- Update to upstream release 0.8
|
|
|
671354 |
|
|
|
671354 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
|
|
|
671354 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
671354 |
|
|
|
671354 |
* Fri Oct 24 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.7-1
|
|
|
671354 |
- Update to upstream version 0.7
|
|
|
671354 |
|
|
|
671354 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
|
|
|
671354 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
671354 |
|
|
|
671354 |
* Mon Mar 24 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.6-1
|
|
|
671354 |
- Update to upstream version 0.6
|
|
|
671354 |
|
|
|
671354 |
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.5-3
|
|
|
671354 |
- Use Requires: java-headless rebuild (#1067528)
|
|
|
671354 |
|
|
|
671354 |
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5-2
|
|
|
671354 |
- Fix unowned directory
|
|
|
671354 |
|
|
|
671354 |
* Mon Dec 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.5-1
|
|
|
671354 |
- Update to upstream version 0.5
|
|
|
671354 |
- Remove patch for MSHARED-285 (accepted upstream)
|
|
|
671354 |
|
|
|
671354 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
|
|
|
671354 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
671354 |
|
|
|
671354 |
* Mon Apr 22 2013 Tomas Radej <tradej@redhat.com> - 0.4-1
|
|
|
671354 |
- Updated to latest upstream version
|
|
|
671354 |
- Fixed and reenabled tests
|
|
|
671354 |
|
|
|
671354 |
* Mon Apr 08 2013 Michal Srb <msrb@redhat.com> - 0.3-2
|
|
|
671354 |
- Disable tests (they don't work with junit >= 4.11)
|
|
|
671354 |
|
|
|
671354 |
* Fri Mar 15 2013 Michal Srb <msrb@redhat.com> - 0.3-1
|
|
|
671354 |
- Update to upstream version 0.3
|
|
|
671354 |
|
|
|
671354 |
* Tue Feb 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.2-4
|
|
|
671354 |
- Build with xmvn
|
|
|
671354 |
|
|
|
671354 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-3
|
|
|
671354 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
671354 |
|
|
|
671354 |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0.2-2
|
|
|
671354 |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
671354 |
- Replace maven BuildRequires with maven-local
|
|
|
671354 |
|
|
|
671354 |
* Wed Jan 16 2013 Tomas Radej <tradej@redhat.com> - 0.2-1
|
|
|
671354 |
- Initial version
|