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/3breadt/dd-plist Source0: https://github.com/3breadt/dd-plist/archive/dd-plist-1.21.tar.gz BuildArch: noarch BuildRequires: maven-local BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin) BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) %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. %package javadoc Summary: Javadoc for %{name} %description javadoc %{summary}. %prep %autosetup -n dd-plist-dd-plist-1.21 %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 -f .mfiles %doc README.md %license LICENSE.txt %files javadoc -f .mfiles-javadoc %doc README.md %license LICENSE.txt %changelog * Thu Nov 22 2018 Salman Siddiqui - 1.21-1 - Initial packaging