diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b30278 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/exec-maven-plugin-1.6.0-source-release.zip diff --git a/.rh-maven35-exec-maven-plugin.metadata b/.rh-maven35-exec-maven-plugin.metadata new file mode 100644 index 0000000..f539b34 --- /dev/null +++ b/.rh-maven35-exec-maven-plugin.metadata @@ -0,0 +1 @@ +3965d5a40542bc0878003a3c1283ccba73187347 SOURCES/exec-maven-plugin-1.6.0-source-release.zip diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/exec-maven-plugin.spec b/SPECS/exec-maven-plugin.spec new file mode 100644 index 0000000..2e6ce57 --- /dev/null +++ b/SPECS/exec-maven-plugin.spec @@ -0,0 +1,151 @@ +%{?scl:%scl_package exec-maven-plugin} +%{!?scl:%global pkg_name %{name}} + +Name: %{?scl_prefix}exec-maven-plugin +Version: 1.6.0 +Release: 1.2%{?dist} +Summary: Exec Maven Plugin + +License: ASL 2.0 +URL: http://mojo.codehaus.org/exec-maven-plugin +Source0: http://repo1.maven.org/maven2/org/codehaus/mojo/exec-maven-plugin/%{version}/exec-maven-plugin-%{version}-source-release.zip +BuildArch: noarch + +BuildRequires: %{?scl_prefix}maven-local +BuildRequires: %{?scl_prefix}mvn(org.apache.commons:commons-exec) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-artifact:2.2.1) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-artifact-manager) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-core) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-model:2.2.1) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-plugin-api) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-project) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-toolchain) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugins:maven-plugin-plugin) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) +BuildRequires: %{?scl_prefix}mvn(org.codehaus.mojo:mojo-parent:pom:) +BuildRequires: %{?scl_prefix}mvn(org.codehaus.plexus:plexus-component-annotations) +BuildRequires: %{?scl_prefix}mvn(org.codehaus.plexus:plexus-component-metadata) +BuildRequires: %{?scl_prefix}mvn(org.codehaus.plexus:plexus-utils) + +Provides: %{?scl_prefix}maven-plugin-exec = %{version}-%{release} + +%description +A plugin to allow execution of system and Java programs. + +%package javadoc +Summary: Javadoc for %{pkg_name} + +%description javadoc +API documentation for %{pkg_name}. + +%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 + +%build +# tests are disabled, see: rhbz#1095077 +%mvn_build -f + +%install +%mvn_install + +%files -f .mfiles +%doc LICENSE.txt +%dir %{_javadir}/%{pkg_name} + +%files javadoc -f .mfiles-javadoc +%doc LICENSE.txt + +%changelog +* Thu Jun 22 2017 Michael Simacek - 1.6.0-1.2 +- Mass rebuild 2017-06-22 + +* Wed Jun 21 2017 Java Maintainers - 1.6.0-1.1 +- Automated package import and SCL-ization + +* 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.