2baf167
Name:           options
2baf167
Version:        1.2
2baf167
Release:        4%{?dist}
2baf167
Summary:        Library for managing sets of JVM properties to configure an app or library
2baf167
License:        ASL 2.0
2baf167
URL:            https://github.com/headius/%{name}
2baf167
Source0:        https://github.com/headius/%{name}/archive/%{name}-%{version}.zip
2baf167
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
2baf167
BuildArch:      noarch
2baf167
BuildRequires:  maven-local
2baf167
2baf167
%description
2baf167
Provides a simple mechanism for defining JVM property-based
2baf167
configuration for an application or library.
2baf167
2baf167
%package        javadoc
2baf167
Summary:        Javadoc for %{name}
2baf167
2baf167
%description    javadoc
2baf167
Javadoc for %{name}.
2baf167
2baf167
%prep
2baf167
%setup -q -n %{name}-%{name}-%{version}
2baf167
cp %{SOURCE1} .
2baf167
2baf167
%build
2baf167
%mvn_build
2baf167
2baf167
%install
2baf167
%mvn_install
2baf167
2baf167
%files  -f .mfiles
2baf167
%dir %{_javadir}/%{name}
2baf167
%doc LICENSE-2.0.txt
2baf167
2baf167
%files javadoc -f .mfiles-javadoc
2baf167
%doc LICENSE-2.0.txt
2baf167
2baf167
%changelog
2baf167
* Fri Dec 05 2014 Mo Morsi <mmorsi@redhat.com> - 1.2-4
2baf167
- Remove Group from javadoc package, add license to
2baf167
  both packages
2baf167
2baf167
* Wed Dec 03 2014 Mo Morsi <mmorsi@redhat.com> - 1.2-3
2baf167
- Moved LICENSE-2.0.txt file to main pkg, marked as doc
2baf167
2baf167
* Tue Oct 14 2014 Mo Morsi <mmorsi@redhat.com> - 1.2-2
2baf167
- Include license text, remove group tag
2baf167
- Update to comply with Fedora guidelines
2baf167
2baf167
* Mon Oct 13 2014 Mo Morsi <mmorsi@redhat.com> - 1.2-1
2baf167
- Initial package