You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
202 lines
7.1 KiB
202 lines
7.1 KiB
3 years ago
|
%bcond_with bootstrap
|
||
|
|
||
|
Name: maven-source-plugin
|
||
|
Version: 3.2.1
|
||
|
Release: 8%{?dist}
|
||
|
Summary: Plugin creating source JAR
|
||
|
License: ASL 2.0
|
||
|
URL: http://maven.apache.org/plugins/maven-source-plugin/
|
||
|
BuildArch: noarch
|
||
|
|
||
|
Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||
|
|
||
|
BuildRequires: maven-local
|
||
|
%if %{with bootstrap}
|
||
|
BuildRequires: javapackages-bootstrap
|
||
|
%else
|
||
|
BuildRequires: mvn(junit:junit)
|
||
|
BuildRequires: mvn(org.apache.maven:maven-archiver)
|
||
|
BuildRequires: mvn(org.apache.maven:maven-compat)
|
||
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
||
|
BuildRequires: mvn(org.apache.maven:maven-model)
|
||
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||
|
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
||
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-archiver)
|
||
|
%endif
|
||
|
|
||
|
%description
|
||
|
The Maven Source Plugin creates a JAR archive of the
|
||
|
source files of the current project.
|
||
|
|
||
|
%package javadoc
|
||
|
Summary: Javadoc for %{name}
|
||
|
|
||
|
%description javadoc
|
||
|
API documentation for %{name}.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%mvn_file : %{name}
|
||
|
%mvn_build
|
||
|
|
||
|
%install
|
||
|
%mvn_install
|
||
|
|
||
|
%files -f .mfiles
|
||
|
%license LICENSE NOTICE
|
||
|
|
||
|
%files javadoc -f .mfiles-javadoc
|
||
|
%license LICENSE NOTICE
|
||
|
|
||
|
%changelog
|
||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.2.1-8
|
||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||
|
Related: rhbz#1991688
|
||
|
|
||
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-7
|
||
|
- Rebuild to workaround DistroBaker issue
|
||
|
|
||
|
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-6
|
||
|
- Bootstrap Maven for CentOS Stream 9
|
||
|
|
||
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.1-5
|
||
|
- Bootstrap build
|
||
|
- Non-bootstrap build
|
||
|
|
||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||
|
|
||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||
|
|
||
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 3.2.1-2
|
||
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||
|
|
||
|
* Mon Mar 02 2020 Fabio Valentini <decathorpe@gmail.com> - 3.2.1-1
|
||
|
- Update to version 3.2.1.
|
||
|
|
||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||
|
|
||
|
* Tue Jan 21 2020 Marian Koncek <mkoncek@redhat.com> - 3.2.1-1
|
||
|
- Update to upstream version 3.2.1
|
||
|
|
||
|
* Wed Nov 20 2019 Marian Koncek <mkoncek@redhat.com> - 3.2.0-1
|
||
|
- Update to upstream version 3.2.0
|
||
|
|
||
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-2
|
||
|
- Mass rebuild for javapackages-tools 201902
|
||
|
|
||
|
* Sun Nov 03 2019 Fabio Valentini <decathorpe@gmail.com> - 3.2.0-1
|
||
|
- Update to version 3.2.0.
|
||
|
|
||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||
|
|
||
|
* Sat Jun 29 2019 Fabio Valentini <decathorpe@gmail.com> - 3.1.0-1
|
||
|
- Update to version 3.1.0.
|
||
|
|
||
|
* Fri May 31 2019 Marian Koncek <mkoncek@redhat.com> - 3.1.0-1
|
||
|
- Update to upstrem version 3.1.0
|
||
|
|
||
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-5
|
||
|
- Mass rebuild for javapackages-tools 201901
|
||
|
|
||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||
|
|
||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||
|
|
||
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||
|
|
||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||
|
|
||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||
|
|
||
|
* Thu Jun 23 2016 Michael Simacek <msimacek@redhat.com> - 3.0.1-1
|
||
|
- Update to upstream version 3.0.1
|
||
|
- Enable tests
|
||
|
|
||
|
* Mon May 02 2016 Michael Simacek <msimacek@redhat.com> - 3.0.0-1
|
||
|
- Update to upstream version 3.0.0
|
||
|
|
||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||
|
|
||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||
|
|
||
|
* Tue Apr 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4-2
|
||
|
- Cleanup spec file
|
||
|
|
||
|
* Mon Jan 19 2015 Michael Simacek <msimacek@redhat.com> - 2.4-1
|
||
|
- Update to upstream version 2.4
|
||
|
|
||
|
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3-2
|
||
|
- Remove legacy Obsoletes/Provides for maven2 plugin
|
||
|
|
||
|
* Sun Jul 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.3-1
|
||
|
- Update to upstream version 2.3
|
||
|
|
||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-8
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||
|
|
||
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.2.1-7
|
||
|
- Use Requires: java-headless rebuild (#1067528)
|
||
|
|
||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||
|
|
||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||
|
|
||
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.2.1-4
|
||
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||
|
- Replace maven BuildRequires with maven-local
|
||
|
|
||
|
* Wed Jan 16 2013 Michal Srb <msrb@redhat.com> - 2.2.1-3
|
||
|
- Build with xmvn
|
||
|
|
||
|
* Fri Nov 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2.1-2
|
||
|
- Install license files
|
||
|
- Resolves: rhbz#876837
|
||
|
|
||
|
* Tue Oct 23 2012 Alexander Kurtakov <akurtako@redhat.com> 2.2.1-1
|
||
|
- Update to latest upstream release.
|
||
|
|
||
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.2-8
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||
|
|
||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.2-7
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||
|
|
||
|
* Wed Jun 8 2011 Alexander Kurtakov <akurtako@redhat.com> 2.1.2-6
|
||
|
- Use upstream source.
|
||
|
- Build with maven 3.x.
|
||
|
- Guidelines fixes.
|
||
|
|
||
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.2-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||
|
|
||
|
* Thu Sep 9 2010 Alexander Kurtakov <akurtako@redhat.com> 2.1.2-4
|
||
|
- Do not exclude plexus-container-default from dependencies.
|
||
|
|
||
|
* Fri May 28 2010 Alexander Kurtakov <akurtako@redhat.com> 2.1.2-3
|
||
|
- Add provides/obsoletes.
|
||
|
|
||
|
* Thu May 27 2010 Alexander Kurtakov <akurtako@redhat.com> 2.1.2-2
|
||
|
- Fix Url.
|
||
|
- More descriptive summary.
|
||
|
- Add missing BR.
|
||
|
|
||
|
* Thu May 27 2010 Alexander Kurtakov <akurtako@redhat.com> 2.1.2-1
|
||
|
- Initial package.
|