Name: fix-info-plist-maven-plugin Version: 1.2 Release: 1%{?dist} Summary: Fix Info.plist file generated by p2-maven-plugin during Tycho build License: EPL-1.0 URL: https://github.com/buchen/fix-info-plist-maven-plugin Source0: https://github.com/buchen/fix-info-plist-maven-plugin/archive/1.2.tar.gz BuildArch: noarch Patch0: 0_update_ddp_version.patch BuildRequires: dd-plist BuildRequires: javapackages-tools BuildRequires: maven-local BuildRequires: maven-plugin-plugin BuildRequires: xz-devel Requires: java-openjdk # Provides: fix-info-plist-maven-plugin = %{version} %description Small Maven plugin to "fix" the Info.plist file generated by p2 during a Tycho product build. This Maven plugin manipulates the Info.plist between the materialize-products and archive-products goals of the P2 Directory Tycho plugin to provide a custom Info.plist file for Eclipse RCP product. %global debug_package %{nil} %prep %setup -q -n fix-info-plist-maven-plugin-1.2 %patch0 -p1 %build %mvn_build %install %mvn_install %files %{_javadir}/%{name} %{_javadocdir}/%{name} %{_datadir}/maven-poms/%{name} %{_datadir}/maven-metadata/%{name}.xml %changelog * Tue Oct 16 2018 Jie Kang - 1.2-1 - Initial packaging