From a3a2157cd77ca1f2f4bccd1f6d4f4ba59d36bc6c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 24 2017 08:45:00 +0000 Subject: import rh-maven35-maven-antrun-plugin-1.8-4.2.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e94ce5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/maven-antrun-plugin-1.8-source-release.zip diff --git a/.rh-maven35-maven-antrun-plugin.metadata b/.rh-maven35-maven-antrun-plugin.metadata new file mode 100644 index 0000000..1884eea --- /dev/null +++ b/.rh-maven35-maven-antrun-plugin.metadata @@ -0,0 +1 @@ +bf8f70edf126ef814f9ddd8c28680f59c928c95e SOURCES/maven-antrun-plugin-1.8-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/maven-antrun-plugin.spec b/SPECS/maven-antrun-plugin.spec new file mode 100644 index 0000000..0d2000c --- /dev/null +++ b/SPECS/maven-antrun-plugin.spec @@ -0,0 +1,127 @@ +%{?scl:%scl_package maven-antrun-plugin} +%{!?scl:%global pkg_name %{name}} + +Name: %{?scl_prefix}maven-antrun-plugin +Version: 1.8 +Release: 4.2%{?dist} +Summary: Maven AntRun Plugin + +License: ASL 2.0 +URL: http://maven.apache.org/plugins/maven-antrun-plugin/ +Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{pkg_name}/%{version}/%{pkg_name}-%{version}-source-release.zip + +BuildArch: noarch + +BuildRequires: %{?scl_prefix}maven-local +BuildRequires: %{?scl_prefix}mvn(org.apache.ant:ant) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-artifact) +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.plugins:maven-plugins:pom:) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) +BuildRequires: %{?scl_prefix}mvn(org.codehaus.plexus:plexus-utils) + +%description +This plugin provides the ability to run Ant tasks from within Maven. +It is even possible to embed Ant scripts in the POM. + +%package javadoc +Summary: Javadoc for %{pkg_name} + +%description javadoc +This package contains the API documentation for %{pkg_name}. + +%prep +%setup -n %{pkg_name}-%{version} -q + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%dir %{_javadir}/%{pkg_name} +%doc LICENSE NOTICE + +%files javadoc -f .mfiles-javadoc +%doc LICENSE NOTICE + +%changelog +* Thu Jun 22 2017 Michael Simacek - 1.8-4.2 +- Mass rebuild 2017-06-22 + +* Wed Jun 21 2017 Java Maintainers - 1.8-4.1 +- Automated package import and SCL-ization + +* Fri Feb 10 2017 Fedora Release Engineering - 1.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 1.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Jan 26 2015 Michal Srb - 1.8-1 +- Update to upstream release 1.8 + +* Tue Oct 14 2014 Mikolaj Izdebski - 1.7-10 +- Remove legacy Obsoletes/Provides for maven2 plugin + +* Mon Aug 4 2014 Mikolaj Izdebski - 1.7-9 +- Fix build-requires on parent POM + +* Sat Jun 07 2014 Fedora Release Engineering - 1.7-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Mar 04 2014 Stanislav Ochotnicky - 1.7-7 +- Use Requires: java-headless rebuild (#1067528) + +* Mon Sep 02 2013 Michal Srb - 1.7-6 +- Adapt to current guidelines + +* Thu Feb 14 2013 Fedora Release Engineering - 1.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 1.7-4 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Thu Jul 19 2012 Fedora Release Engineering - 1.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Nov 1 2011 Alexander Kurtakov 1.7-1 +- Update to 1.7 upstream release. + +* Wed Jun 8 2011 Alexander Kurtakov 1.6-4 +- Build with maven 3.x. + +* Tue Feb 08 2011 Fedora Release Engineering - 1.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jan 10 2011 Alexander Kurtakov 1.6-2 +- Make it work with ant 1.8.2. + +* Thu Oct 14 2010 Alexander Kurtakov 1.6-1 +- Update to 1.6. + +* Mon Sep 20 2010 Alexander Kurtakov 1.5-1 +- Update to 1.5. +- Use upstream tarball. +- Add License and readme as doc. + +* Tue Aug 31 2010 Alexander Kurtakov 1.4-4 +- Fix runtime issue of not finding ant-launcher. + +* Tue Aug 31 2010 Alexander Kurtakov 1.4-3 +- Add patch to fix build. + +* Fri May 28 2010 Alexander Kurtakov 1.4-2 +- Add provides/obsoletes. + +* Thu May 27 2010 Alexander Kurtakov 1.4-1 +- Initial package.