Name: optionsVersion: 1.2Release: 14Summary: Library for managing sets of JVM properties to configure an app or libraryGroup: Development/JavaLicense: ASL 2.0URL: https://github.com/headius/%{name}Source0: https://github.com/headius/%{name}/archive/%{name}-%{version}.zipSource1: http://www.apache.org/licenses/LICENSE-2.0.txtBuildArch: noarch# Java stack is not supported on x86_32ExcludeArch:%{ix86}BuildRequires: maven-localBuildRequires: sonatype-oss-parent%descriptionProvides a simple mechanism for defining JVM property-basedconfiguration for an application or library.%package javadocSummary: Javadoc for %{name}%description javadocJavadoc for %{name}.%prep%setup -q -n %{name}-%{name}-%{version}cp %{SOURCE1} .%build%mvn_build%install%mvn_install%files -f .mfiles%doc LICENSE-2.0.txt%files javadoc -f .mfiles-javadoc%doc LICENSE-2.0.txt