Name: feclipse-maven-plugin Version: 0.0.1 Release: 1%{?dist} Summary: Eclipse repo2runnable Maven Mojo Group: Development/Libraries License: ASL 2.0 URL: http://maven.apache.org Source0: https://git.fedorahosted.org/cgit/feclipse-maven-plugin.git/snapshot/feclipse-maven-plugin-0.0.1.tar.gz BuildArch: noarch BuildRequires: mvn(org.eclipse.tycho:tycho-p2-facade) BuildRequires: mvn(org.apache.maven:maven-plugin-api) BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.eclipse.tycho.extras:tycho-p2-extras-plugin) BuildRequires: maven-local Requires: mvn(org.eclipse.tycho:tycho-p2-facade) Requires: mvn(org.apache.maven:maven-plugin-api) Requires: mvn(junit:junit) Requires: mvn(org.eclipse.tycho.extras:tycho-p2-extras-plugin) %description A Maven plugin that transform Eclipse P2 repository into a runnable form, so the repository can be put into dropins folder. %package javadoc Group: Documentation Summary: Javadoc for %{name} Requires: jpackage-utils %description javadoc API documentation for %{name}. %prep %setup -q %build cd installer %mvn_build %install cd installer %mvn_install %files -f installer/.mfiles %dir %{_javadir}/%{name} %files javadoc -f installer/.mfiles-javadoc %changelog * Wed May 1 2013 Krzysztof Daniel 0.0.1-1 - Initial packaging