diff --git a/.gitignore b/.gitignore index e69de29..aae1a29 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,7 @@ +maven-plugin-build-helper-1.4.tar.bz2 +/maven-plugin-build-helper-1.8.tar.xz +/LICENSE-2.0.txt +/maven-plugin-build-helper-1.9.tar.xz +/maven-plugin-build-helper-1.9.1.tar.xz +/build-helper-maven-plugin-3.1.0.tar.gz +/build-helper-maven-plugin-3.2.0.tar.gz diff --git a/maven-plugin-build-helper.spec b/maven-plugin-build-helper.spec new file mode 100644 index 0000000..56bdedd --- /dev/null +++ b/maven-plugin-build-helper.spec @@ -0,0 +1,147 @@ +%global srcname build-helper-maven-plugin + +Name: maven-plugin-build-helper +Version: 3.2.0 +Release: 2%{?dist} +Summary: Build Helper Maven Plugin +License: MIT + +URL: https://www.mojohaus.org/build-helper-maven-plugin/ +Source0: https://github.com/mojohaus/%{srcname}/archive/%{srcname}-%{version}.tar.gz + +BuildArch: noarch + +BuildRequires: maven-local +BuildRequires: mvn(org.apache-extras.beanshell:bsh) +BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) +BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) +BuildRequires: mvn(org.apache.maven.shared:file-management) +BuildRequires: mvn(org.apache.maven:maven-core) +BuildRequires: mvn(org.apache.maven:maven-plugin-api) +BuildRequires: mvn(org.codehaus.mojo:mojo-parent:pom:) +BuildRequires: mvn(org.codehaus.plexus:plexus-utils) + +%description +This plugin contains various small independent goals to assist with +Maven build lifecycle. + +%package javadoc +Summary: API documentation for %{name} + +%description javadoc +This package provides %{summary}. + +%prep +%setup -q -n %{srcname}-%{srcname}-%{version} + +%build +%mvn_build -f + +%install +%mvn_install + +%files -f .mfiles +%license LICENSE.txt +%doc README.md + +%files javadoc -f .mfiles-javadoc +%license LICENSE.txt + +%changelog +* Tue Jul 28 2020 Fedora Release Engineering - 3.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jul 21 2020 Fabio Valentini - 3.2.0-1 +- Update to version 3.2.0. + +* Fri Jul 10 2020 Jiri Vanek - 3.1.0-2 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + +* Sat May 09 2020 Fabio Valentini - 3.1.0-1 +- Update to version 3.1.0. + +* Wed Jan 29 2020 Fedora Release Engineering - 1.9.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 1.9.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 1.9.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Jul 18 2018 Michael Simacek - 1.9.1-8 +- Correct license to just MIT, The ASL 2.0 files are not shipped in the binary + RPM + +* Fri Jul 13 2018 Fedora Release Engineering - 1.9.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 1.9.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.9.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 1.9.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 1.9.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1.9.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Sep 04 2014 Michal Srb - 1.9.1-1 +- Update to upstream version 1.9.1 + +* Mon Jun 09 2014 Michal Srb - 1.9-2 +- Regenerate BR + +* Mon Jun 9 2014 Mikolaj Izdebski - 1.9-1 +- Update to upstream version 1.9 + +* Sat Jun 07 2014 Fedora Release Engineering - 1.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Mar 04 2014 Stanislav Ochotnicky - 1.8-3 +- Use Requires: java-headless rebuild (#1067528) + +* Fri Jul 26 2013 Tomas Radej - 1.8-2 +- Add missing ASL license text and installed all license files + +* Mon Jul 22 2013 Mikolaj Izdebski - 1.8-1 +- Add missing BR: maven-invoker-plugin + +* Fri Jul 19 2013 Mikolaj Izdebski - 1.8-1 +- Update to upstream version 1.8 + +* Thu Feb 14 2013 Fedora Release Engineering - 1.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 1.5-7 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Thu Jul 19 2012 Fedora Release Engineering - 1.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Dec 06 2011 Tomas Radej - 1.5-4 +- Update to current guidelines +- Fix build + +* Tue Feb 08 2011 Fedora Release Engineering - 1.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Oct 28 2010 Alexander Kurtakov 1.5-2 +- Maven plugins should require parent poms because they are totally unusable without them. + +* Thu Sep 16 2010 Alexander Kurtakov 1.5-1 +- Update to 1.5. +- Use newer maven packages' names. + +* Thu Sep 10 2009 Alexander Kurtakov 1.4-1 +- Initial package. diff --git a/sources b/sources new file mode 100644 index 0000000..67633dc --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (build-helper-maven-plugin-3.2.0.tar.gz) = d15515edc3c09819ad0630294129bc7a35510540484995682044a7d55ab1f61296183e8ff8d3cdc8d71895bfc1f5cd035728763d6ae01f3ebed09876ebb27e85