Name: maven-clean-plugin Version: 2.5 Release: 8%{?dist} Summary: Maven Clean Plugin Group: Development/Libraries License: ASL 2.0 URL: http://maven.apache.org/plugins/maven-clean-plugin/ Source0: http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip BuildArch: noarch BuildRequires: maven-local BuildRequires: mvn(org.apache.maven.plugins:maven-plugins) BuildRequires: mvn(org.apache.maven:maven-plugin-api) BuildRequires: mvn(org.codehaus.plexus:plexus-utils) Provides: maven2-plugin-clean = 1:%{version}-%{release} Obsoletes: maven2-plugin-clean <= 0:2.0.8 %description The Maven Clean Plugin is a plugin that removes files generated at build-time in a project's directory. %package javadoc Group: Documentation Summary: Javadoc for %{name} %description javadoc API documentation for %{name}. %prep %setup -q # maven-core has scope "provided" in Plugin Testing Harness, so we # need to provide it or tests will fail to compile. This works for # upstream because upstream uses a different version of Plugin Testing # Harness in which scope of maven-core dependency is "compile". %pom_add_dep org.apache.maven:maven-core::test %build %mvn_build -f %install %mvn_install %files -f .mfiles %dir %{_javadir}/%{name} %doc LICENSE NOTICE %files javadoc -f .mfiles-javadoc %doc LICENSE NOTICE %changelog * Fri Dec 27 2013 Daniel Mach - 2.5-8 - Mass rebuild 2013-12-27 * Thu Aug 22 2013 Michal Srb - 2.5-7 - Migrate away from mvn-rpmbuild (Resolves: rhbz#997470) * Fri Jun 28 2013 Mikolaj Izdebski - 2.5-6 - Rebuild to regenerate API documentation - Resolves: CVE-2013-1571 * 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.