Name: dd-plist Version: 1.21 Release: 1%{?dist} Summary: A java library providing support for ASCII, XML and binary property lists. License: MIT URL: https://github.com/jdcasey/directory-maven-plugin # original source: https://github.com/3breadt/dd-plist/archive/dd-plist-1.21.tar.gz Source0: dd-plist-1.21.tar.gz BuildRequires: javapackages-tools BuildRequires: maven-assembly-plugin BuildRequires: maven-local BuildRequires: maven-plugin-bundle BuildRequires: sonatype-oss-parent Requires: java-openjdk Provides: dd-plist = %{version} %description This library enables your Java application to handle property lists of various formats. Property lists are files used to store user settings and serialized objects. They originate from the NeXSTEP programming environment and are now a basic part of the Cocoa framework (OS X and iOS) as well as the GNUstep framework. %global debug_package %{nil} %prep %setup -q %pom_remove_plugin org.apache.maven.plugins:maven-gpg-plugin %pom_remove_plugin org.sonatype.plugins:nexus-staging-maven-plugin %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 * Wed Oct 17 2018 Jie Kang - 1.21-1 - Initial packaging