Name: fix-info-plist-maven-plugin Version: 1.2 Release: 1%{?dist} Summary: Small Maven plugin to "fix" the Info.plist file generated by p2 during a Tycho product build License: EPL-1.0 URL: https://github.com/buchen/fix-info-plist-maven-plugin # original source: https://github.com/buchen/fix-info-plist-maven-plugin/archive/1.2.tar.gz Source0: fix-info-plist-maven-plugin-1.2.tar.gz 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 %patch0 -p1 %build %mvn_build %install %mvn_install %files /usr/share/java/%{name} /usr/share/javadoc/%{name} /usr/share/maven-poms/%{name} /usr/share/maven-metadata/%{name}.xml %changelog * Tue Oct 16 2018 Jie Kang - 1.2-1 - Initial packaging