e622bfc
Name: java-scrypt
e622bfc
Version: 1.4.0
2120a67
Release: 6%{?dist}
e622bfc
Summary: Java implementation of scrypt
e622bfc
e622bfc
License: ASL 2.0
e622bfc
URL: http://github.com/wg/scrypt
e622bfc
Source0: https://github.com/wg/scrypt/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
e622bfc
Patch0: no-jni.patch
e622bfc
BuildArch: noarch
e622bfc
e622bfc
BuildRequires: maven-local
e622bfc
e622bfc
%description
e622bfc
A pure Java implementation of the scrypt key derivation function.
e622bfc
e622bfc
%package javadoc
e622bfc
Summary: Javadoc for %{name}
e622bfc
e622bfc
%description javadoc
e622bfc
This package contains the API documentation for %{name}.
e622bfc
e622bfc
%prep
e622bfc
%setup -q -n scrypt-%{version}
e622bfc
e622bfc
%patch0 -p1
e622bfc
e622bfc
find -name '*.so' -print -delete
e622bfc
find -name '*.dylib' -print -delete
e622bfc
find -name '*.jar' -print -delete
e622bfc
e622bfc
%build
e622bfc
#Disble tests, since many of them are releated to JNI
e622bfc
%mvn_build -f
e622bfc
e622bfc
%install
e622bfc
%mvn_install
e622bfc
e622bfc
%files -f .mfiles
e622bfc
%doc README
e622bfc
%license LICENSE
e622bfc
e622bfc
%files javadoc -f .mfiles-javadoc
e622bfc
%license LICENSE
e622bfc
e622bfc
%changelog
2120a67
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-6
2120a67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2120a67
48cfd85
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-5
48cfd85
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
48cfd85
f12a542
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-4
f12a542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f12a542
e912416
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
e912416
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e912416
e622bfc
* Tue Jan 26 2016 Jonny Heggheim <hegjon@gmail.com> - 1.4.0-2
e622bfc
- Minor refactor of spec file
e622bfc
e622bfc
* Sat Aug 08 2015 Jonny Heggheim <hegjon@gmail.com> - 1.4.0-1
e622bfc
- Inital packaging