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: 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 %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 %{_javadir}/%{name} %{_javadocdir}/%{name} %{_datadir}/maven-poms/%{name} %{_datadir}/maven-metadata/%{name}.xml %changelog * Wed Oct 17 2018 Jie Kang - 1.21-1 - Initial packaging