Registration is now invite-only. Any user can make an invite, you need to create it here and give resulting link to someone to register.

Last commit

avatar
proklov_av has added fb6dea74f8
fix file listed twice

Files in

100644 | 41 lines (32 sloc) | 984 Bytes
Name:           options
Version:        1.2
Release:        14
Summary:        Library for managing sets of JVM properties to configure an app or library
Group:          Development/Java
License:        ASL 2.0
URL:            https://github.com/headius/%{name}
Source0:        https://github.com/headius/%{name}/archive/%{name}-%{version}.zip
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch:      noarch
# Java stack is not supported on x86_32
ExcludeArch: %{ix86}
BuildRequires:  maven-local
BuildRequires:  sonatype-oss-parent

%description
Provides a simple mechanism for defining JVM property-based
configuration for an application or library.

%package        javadoc
Summary:        Javadoc for %{name}

%description    javadoc
Javadoc 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