diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b011041 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/maven-clean-plugin-3.0.0-source-release.zip diff --git a/.rh-maven35-maven-clean-plugin.metadata b/.rh-maven35-maven-clean-plugin.metadata new file mode 100644 index 0000000..a89e685 --- /dev/null +++ b/.rh-maven35-maven-clean-plugin.metadata @@ -0,0 +1 @@ +6732095b1ae9fe9510abf2423b1c673269e32304 SOURCES/maven-clean-plugin-3.0.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/maven-clean-plugin.spec b/SPECS/maven-clean-plugin.spec new file mode 100644 index 0000000..f0fa8cf --- /dev/null +++ b/SPECS/maven-clean-plugin.spec @@ -0,0 +1,130 @@ +%{?scl:%scl_package maven-clean-plugin} +%{!?scl:%global pkg_name %{name}} + +Name: %{?scl_prefix}maven-clean-plugin +Version: 3.0.0 +Release: 3.2%{?dist} +Summary: Maven Clean Plugin +License: ASL 2.0 +URL: http://maven.apache.org/plugins/maven-clean-plugin/ +BuildArch: noarch + +Source0: http://repo1.maven.org/maven2/org/apache/maven/plugins/%{pkg_name}/%{version}/%{pkg_name}-%{version}-source-release.zip + +BuildRequires: %{?scl_prefix}maven-local +BuildRequires: %{?scl_prefix}mvn(junit:junit) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-compat) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-core) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-plugin-api) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugins:maven-plugins:pom:) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.shared:maven-shared-utils) + +%description +The Maven Clean Plugin is a plugin that removes files generated +at build-time in a project's directory. + +%package javadoc +Summary: API documentation for %{pkg_name} + +%description javadoc +This package provides %{summary}. + +%prep +%setup -n %{pkg_name}-%{version} -q + +# junit dependency was removed in Plexus 1.6 +%pom_add_dep junit:junit::test + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc LICENSE NOTICE + +%files javadoc -f .mfiles-javadoc +%doc LICENSE NOTICE + +%changelog +* Thu Jun 22 2017 Michael Simacek - 3.0.0-3.2 +- Mass rebuild 2017-06-22 + +* Wed Jun 21 2017 Java Maintainers - 3.0.0-3.1 +- Automated package import and SCL-ization + +* Fri Feb 10 2017 Fedora Release Engineering - 3.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 3.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Mon Oct 19 2015 Mikolaj Izdebski - 3.0.0-1 +- Update to upstream version 3.0.0 + +* Wed Jun 17 2015 Fedora Release Engineering - 2.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Mar 11 2015 Mikolaj Izdebski - 2.6.1-2 +- Add test dependency on junit + +* Tue Oct 28 2014 Mikolaj Izdebski - 2.6.1-1 +- Update to upstream version 2.6.1 + +* Fri Sep 26 2014 Mikolaj Izdebski - 2.6-1 +- Update to upstream version 2.6 +- Enable tests +- Remove Obsoletes/Provides for maven2-plugin-clean + +* Mon Aug 4 2014 Mikolaj Izdebski - 2.5-10 +- Fix build-requires on parent POM + +* Sat Jun 07 2014 Fedora Release Engineering - 2.5-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Mar 04 2014 Stanislav Ochotnicky - 2.5-8 +- Use Requires: java-headless rebuild (#1067528) + +* Tue Aug 06 2013 Michal Srb - 2.5-7 +- Adapt to current guidelines +- Install LICENSE+NOTICE file + +* Sat Aug 03 2013 Fedora Release Engineering - 2.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Mar 11 2013 Mikolaj Izdebski - 2.5-5 +- Add maven-core to test dependencies +- Resolves: rhbz#914165 + +* Thu Feb 14 2013 Fedora Release Engineering - 2.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 2.5-3 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Thu Jul 19 2012 Fedora Release Engineering - 2.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sun Jun 17 2012 Alexander Kurtakov 2.5-1 +- Update to new upstream version. + +* Fri Jan 13 2012 Fedora Release Engineering - 2.4.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Jun 8 2011 Alexander Kurtakov 2.4.1-4 +- Build with maven 3.x. +- Use upstream sources. +- Guidelines fixes. + +* Tue Feb 08 2011 Fedora Release Engineering - 2.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed May 12 2010 Alexander Kurtakov 2.4.1-2 +- Fix review comments. + +* Wed May 12 2010 Alexander Kurtakov 2.4.1-1 +- Initial package.