|
|
5481c1 |
%{?scl:%scl_package maven-jar-plugin}
|
|
|
5481c1 |
%{!?scl:%global pkg_name %{name}}
|
|
|
5481c1 |
|
|
|
5481c1 |
Name: %{?scl_prefix}maven-jar-plugin
|
|
|
5481c1 |
Version: 3.0.2
|
|
|
5481c1 |
Release: 3.2%{?dist}
|
|
|
5481c1 |
Summary: Maven JAR Plugin
|
|
|
5481c1 |
|
|
|
5481c1 |
License: ASL 2.0
|
|
|
5481c1 |
URL: http://maven.apache.org/plugins/maven-jar-plugin/
|
|
|
5481c1 |
Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{pkg_name}/%{version}/%{pkg_name}-%{version}-source-release.zip
|
|
|
5481c1 |
|
|
|
5481c1 |
BuildArch: noarch
|
|
|
5481c1 |
|
|
|
5481c1 |
BuildRequires: %{?scl_prefix}maven-local
|
|
|
5481c1 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-archiver)
|
|
|
5481c1 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-artifact)
|
|
|
5481c1 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-core)
|
|
|
5481c1 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-plugin-api)
|
|
|
5481c1 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
|
|
5481c1 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
|
|
5481c1 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
|
|
5481c1 |
BuildRequires: %{?scl_prefix}mvn(org.codehaus.plexus:plexus-archiver)
|
|
|
5481c1 |
BuildRequires: %{?scl_prefix}mvn(org.codehaus.plexus:plexus-utils)
|
|
|
5481c1 |
|
|
|
5481c1 |
%description
|
|
|
5481c1 |
Builds a Java Archive (JAR) file from the compiled
|
|
|
5481c1 |
project classes and resources.
|
|
|
5481c1 |
|
|
|
5481c1 |
%package javadoc
|
|
|
5481c1 |
Summary: Javadoc for %{pkg_name}
|
|
|
5481c1 |
|
|
|
5481c1 |
%description javadoc
|
|
|
5481c1 |
API documentation for %{pkg_name}.
|
|
|
5481c1 |
|
|
|
5481c1 |
%prep
|
|
|
5481c1 |
%setup -n %{pkg_name}-%{version} -q
|
|
|
5481c1 |
|
|
|
5481c1 |
%build
|
|
|
5481c1 |
# Test class MockArtifact doesn't override method getMetadata
|
|
|
5481c1 |
%mvn_build -f -- -DmavenVersion=3.1.1
|
|
|
5481c1 |
|
|
|
5481c1 |
%install
|
|
|
5481c1 |
%mvn_install
|
|
|
5481c1 |
|
|
|
5481c1 |
%files -f .mfiles
|
|
|
5481c1 |
%dir %{_javadir}/%{pkg_name}
|
|
|
5481c1 |
%doc LICENSE NOTICE
|
|
|
5481c1 |
|
|
|
5481c1 |
%files javadoc -f .mfiles-javadoc
|
|
|
5481c1 |
%doc LICENSE NOTICE
|
|
|
5481c1 |
|
|
|
5481c1 |
%changelog
|
|
|
5481c1 |
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 3.0.2-3.2
|
|
|
5481c1 |
- Mass rebuild 2017-06-22
|
|
|
5481c1 |
|
|
|
5481c1 |
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 3.0.2-3.1
|
|
|
5481c1 |
- Automated package import and SCL-ization
|
|
|
5481c1 |
|
|
|
5481c1 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-3
|
|
|
5481c1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
5481c1 |
|
|
|
5481c1 |
* Fri Jul 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.2-2
|
|
|
5481c1 |
- Add missing BR on maven-plugin-plugin
|
|
|
5481c1 |
|
|
|
5481c1 |
* Thu Jun 23 2016 Michael Simacek <msimacek@redhat.com> - 3.0.2-1
|
|
|
5481c1 |
- Update to upstream version 3.0.2
|
|
|
5481c1 |
|
|
|
5481c1 |
* Mon Jun 13 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-1
|
|
|
5481c1 |
- Update to upstream version 3.0.1
|
|
|
5481c1 |
|
|
|
5481c1 |
* Mon May 9 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
|
|
|
5481c1 |
- Update to upstream version 3.0.0
|
|
|
5481c1 |
|
|
|
5481c1 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-3
|
|
|
5481c1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
5481c1 |
|
|
|
5481c1 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-2
|
|
|
5481c1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
5481c1 |
|
|
|
5481c1 |
* Tue Mar 10 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-1
|
|
|
5481c1 |
- Update to upstream version 2.6
|
|
|
5481c1 |
|
|
|
5481c1 |
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5-2
|
|
|
5481c1 |
- Remove legacy Obsoletes/Provides for maven2 plugin
|
|
|
5481c1 |
|
|
|
5481c1 |
* Mon Jun 30 2014 Michal Srb <msrb@redhat.com> - 2.5-1
|
|
|
5481c1 |
- Update to upstream version 2.5
|
|
|
5481c1 |
|
|
|
5481c1 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-10
|
|
|
5481c1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
5481c1 |
|
|
|
5481c1 |
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.4-9
|
|
|
5481c1 |
- Use Requires: java-headless rebuild (#1067528)
|
|
|
5481c1 |
|
|
|
5481c1 |
* Fri Jan 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4-8
|
|
|
5481c1 |
- Update to Maven 3.x
|
|
|
5481c1 |
|
|
|
5481c1 |
* Mon Sep 23 2013 Michal Srb <msrb@redhat.com> - 2.4-7
|
|
|
5481c1 |
- Migrate to XMvn
|
|
|
5481c1 |
- Remove unneeded patch
|
|
|
5481c1 |
|
|
|
5481c1 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-6
|
|
|
5481c1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
5481c1 |
|
|
|
5481c1 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-5
|
|
|
5481c1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
5481c1 |
|
|
|
5481c1 |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.4-4
|
|
|
5481c1 |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
5481c1 |
- Replace maven BuildRequires with maven-local
|
|
|
5481c1 |
|
|
|
5481c1 |
* Tue Nov 13 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.4-3
|
|
|
5481c1 |
- Install license files
|
|
|
5481c1 |
- Use generated maven file lists
|
|
|
5481c1 |
|
|
|
5481c1 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2
|
|
|
5481c1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
5481c1 |
|
|
|
5481c1 |
* Wed Feb 15 2012 Alexander Kurtakov <akurtako@redhat.com> 2.4-1
|
|
|
5481c1 |
- Update to 2.4.0.
|
|
|
5481c1 |
|
|
|
5481c1 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-2
|
|
|
5481c1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
5481c1 |
|
|
|
5481c1 |
* Mon Sep 19 2011 Tomas Radej <tradej@redhat.com> - 2.3.2-1
|
|
|
5481c1 |
- Updated to 2.3.2
|
|
|
5481c1 |
|
|
|
5481c1 |
* Fri Jun 17 2011 Alexander Kurtakov <akurtako@redhat.com> 2.3.1-3
|
|
|
5481c1 |
- Build with maven 3.
|
|
|
5481c1 |
|
|
|
5481c1 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-2
|
|
|
5481c1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
5481c1 |
|
|
|
5481c1 |
* Fri Sep 10 2010 Alexander Kurtakov <akurtako@redhat.com> 2.3.1-1
|
|
|
5481c1 |
- Update to 2.3.1.
|
|
|
5481c1 |
- Keep plexus-container-default on the dependency tree.
|
|
|
5481c1 |
- Drop depmap - not needed now.
|
|
|
5481c1 |
|
|
|
5481c1 |
* Wed May 19 2010 Alexander Kurtakov <akurtako@redhat.com> 2.3-3
|
|
|
5481c1 |
- Add depmap.
|
|
|
5481c1 |
|
|
|
5481c1 |
* Wed May 19 2010 Alexander Kurtakov <akurtako@redhat.com> 2.3-2
|
|
|
5481c1 |
- Requires maven-shared-archiver.
|
|
|
5481c1 |
|
|
|
5481c1 |
* Thu May 13 2010 Alexander Kurtakov <akurtako@redhat.com> 2.3-1
|
|
|
5481c1 |
- Initial package
|