From f76bc2eaa42b3721a5a4c2d8064603f0e69b35d3 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 25 Oct 2024 14:34:09 +0300 Subject: [PATCH] import exec-maven-plugin-3.3.0-2.el10 --- .exec-maven-plugin.metadata | 1 + .gitignore | 1 + SPECS/exec-maven-plugin.spec | 223 +++++++++++++++++++++++++++++++++++ 3 files changed, 225 insertions(+) create mode 100644 .exec-maven-plugin.metadata create mode 100644 .gitignore create mode 100644 SPECS/exec-maven-plugin.spec diff --git a/.exec-maven-plugin.metadata b/.exec-maven-plugin.metadata new file mode 100644 index 0000000..d7e61f1 --- /dev/null +++ b/.exec-maven-plugin.metadata @@ -0,0 +1 @@ +be72fdab6a1e2689a836c7c3105bf39dd65441e3 SOURCES/exec-maven-plugin-3.3.0-source-release.zip diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e2c71b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/exec-maven-plugin-3.3.0-source-release.zip diff --git a/SPECS/exec-maven-plugin.spec b/SPECS/exec-maven-plugin.spec new file mode 100644 index 0000000..84896d3 --- /dev/null +++ b/SPECS/exec-maven-plugin.spec @@ -0,0 +1,223 @@ +Name: exec-maven-plugin +Version: 3.3.0 +Release: 2%{?dist} +Summary: Exec Maven Plugin + +# Automatically converted from old format: ASL 2.0 - review is highly recommended. +License: Apache-2.0 +URL: https://www.mojohaus.org/exec-maven-plugin/ +Source0: https://repo1.maven.org/maven2/org/codehaus/mojo/%{name}/%{version}/%{name}-%{version}-source-release.zip + +BuildArch: noarch +ExclusiveArch: %{java_arches} noarch + +BuildRequires: maven-local +BuildRequires: maven-artifact-transfer +BuildRequires: maven-dependency-plugin +BuildRequires: mvn(junit:junit) +BuildRequires: mvn(org.apache.commons:commons-exec) +BuildRequires: mvn(org.apache.maven:maven-artifact) +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-plugin-plugin) +BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) +BuildRequires: mvn(org.codehaus.mojo:mojo-parent:pom:) +BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations) +BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata) +BuildRequires: mvn(org.codehaus.plexus:plexus-utils) + +Obsoletes: maven-plugin-exec < %{version}-%{release} +Provides: maven-plugin-exec = %{version}-%{release} + +%description +A plugin to allow execution of system and Java programs. + +%javadoc_package + +%prep +%setup -q -n exec-maven-plugin-%{version} + +sed -i 's/\r$//' LICENSE.txt +find . -name *.jar -delete + +%pom_remove_plugin :animal-sniffer-maven-plugin + +#Drop test part. sonatype-aerther not available +%pom_remove_dep :mockito-core +%pom_remove_dep :maven-plugin-testing-harness +%pom_remove_dep :plexus-xml +%pom_remove_dep :slf4j-simple + +%pom_remove_plugin :sisu-maven-plugin +%pom_remove_plugin :maven-dependency-plugin + +rm -rf src/test/ + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%license LICENSE.txt +%dir %{_javadir}/%{name} + +%changelog +* Tue Aug 13 2024 Marián Konček - 3.3.0-2 +- Rebuild + +* Mon Aug 12 2024 Marián Konček - 3.3.0-1 +- Synchronize with Fedora version + +* Mon Jun 24 2024 Troy Dawson - 3.1.1-4 +- Bump release for June 2024 mass rebuild + +* Wed Jan 24 2024 Fedora Release Engineering - 3.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jan 19 2024 Fedora Release Engineering - 3.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Tue Dec 26 2023 Yaakov Selkowitz - 3.1.1-1 +- Update to upstream version 3.1.1 + +* Wed Jul 19 2023 Fedora Release Engineering - 3.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jan 19 2023 Fedora Release Engineering - 3.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Jul 20 2022 Nicolas De Amicis - 3.1.0-1 +- Update to upstream version 3.1.0 + +* Fri Jul 08 2022 Jiri Vanek - 3.0.0-5 +- Rebuilt for Drop i686 JDKs + +* Sat Feb 05 2022 Jiri Vanek - 3.0.0-4 +- Rebuilt for java-17-openjdk as system jdk + +* Thu Jan 20 2022 Fedora Release Engineering - 3.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jul 21 2021 Fedora Release Engineering - 3.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed May 26 2021 Nicolas De Amicis - 3.0.0-1 +- Update to upstream version 3.0.0 + +* Tue Jan 26 2021 Fedora Release Engineering - 1.6.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 1.6.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 10 2020 Jiri Vanek - 1.6.0-9 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + +* Tue Jan 28 2020 Fedora Release Engineering - 1.6.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 1.6.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 1.6.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Sep 20 2018 Marian Koncek - 1.6.0-5 +- Port to Maven 3 to enable tests. +- Resolves: rhbz#1095077 + +* Fri Jul 13 2018 Fedora Release Engineering - 1.6.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 1.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Mar 28 2017 Michael Simacek - 1.6.0-1 +- Update to upstream version 1.6.0 + +* Fri Feb 10 2017 Fedora Release Engineering - 1.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Jun 23 2016 Michael Simacek - 1.5.0-1 +- Update to upstream version 1.5.0 + +* Wed Feb 03 2016 Fedora Release Engineering - 1.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Mar 26 2015 Mikolaj Izdebski - 1.4.0-1 +- Update to upstream version 1.4.0 + +* Wed Jul 30 2014 Mikolaj Izdebski - 1.3.2-1 +- Update to upstream version 1.3.2 + +* Mon Jun 09 2014 Michal Srb - 1.3.1-1 +- Update to upstream version 1.3.1 + +* Sat Jun 07 2014 Fedora Release Engineering - 1.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri May 09 2014 Michal Srb - 1.3-2 +- Fix license tag + +* Wed May 07 2014 Michal Srb - 1.3-1 +- Update to upstream version 1.3 + +* Tue Mar 04 2014 Stanislav Ochotnicky - 1.2.1-13 +- Use Requires: java-headless rebuild (#1067528) + +* Sat Aug 03 2013 Fedora Release Engineering - 1.2.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Jun 5 2013 Stanislav Ochotnicky - 1.2.1-11 +- Clean up BuildRequires + +* Thu Feb 14 2013 Michal Srb - 1.2.1-10 +- Disable animal-sniffer plugin + +* Wed Feb 13 2013 Fedora Release Engineering - 1.2.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 1.2.1-8 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Fri Jan 11 2013 Michal Srb - 1.2.1-7 +- Fixed rpmlint warnings +- Remove bundled JAR files before building the package + +* Wed Jan 09 2013 Michal Srb - 1.2.1-6 +- maven-plugin-exec renamed (Resolves: #893451) +- Migrated to xmvn + +* Wed Nov 28 2012 Mikolaj Izdebski - 1.2.1-5 +- Fix license tag +- Install license files +- Resolves: rhbz#880290 + +* Wed Nov 28 2012 Tomas Radej - 1.2.1-4 +- Removed (B)R on plexus-container-default + +* Thu Jul 19 2012 Fedora Release Engineering - 1.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Dec 6 2011 Alexander Kurtakov 1.2.1-1 +- Update to latest upstream. + +* Tue Feb 08 2011 Fedora Release Engineering - 1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Sep 11 2009 Alexander Kurtakov 1.1-1 +- Initial package.