Initial import (#1390063)
This commit is contained in:
parent
eab8d97cae
commit
545d1ded3b
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
|||||||
|
/classloader-leak-test-framework-1.1.1.tar.gz
|
53
classloader-leak-test-framework.spec
Normal file
53
classloader-leak-test-framework.spec
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
Name: classloader-leak-test-framework
|
||||||
|
Version: 1.1.1
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: Detection and verification of Java ClassLoader leaks
|
||||||
|
License: ASL 2.0
|
||||||
|
URL: https://github.com/mjiderhamn/classloader-leak-prevention/tree/master/%{name}
|
||||||
|
Source0: https://github.com/mjiderhamn/classloader-leak-prevention/archive/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
# build
|
||||||
|
BuildRequires: maven-local
|
||||||
|
BuildRequires: mvn(junit:junit)
|
||||||
|
BuildRequires: mvn(org.apache.bcel:bcel)
|
||||||
|
# test dependencies
|
||||||
|
BuildRequires: mvn(javax.el:el-api)
|
||||||
|
BuildRequires: mvn(com.sun.faces:jsf-api)
|
||||||
|
BuildRequires: mvn(com.sun.faces:jsf-impl)
|
||||||
|
|
||||||
|
%description
|
||||||
|
Stand-alone test framework for detecting and/or verifying the existence or
|
||||||
|
non-existence of Java ClassLoader leaks. It is also possible to test leak
|
||||||
|
prevention mechanisms to confirm that the leak really is avoided. The framework
|
||||||
|
is an built upon JUnit.
|
||||||
|
|
||||||
|
%package javadoc
|
||||||
|
Summary: Javadoc for %{name}
|
||||||
|
|
||||||
|
%description javadoc
|
||||||
|
This package contains the API documentation for %{name}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n classloader-leak-prevention-%{name}-%{version}
|
||||||
|
rm -r classloader-leak-prevention
|
||||||
|
cp -r %{name}/* .
|
||||||
|
|
||||||
|
%build
|
||||||
|
%mvn_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%mvn_install
|
||||||
|
|
||||||
|
%files -f .mfiles
|
||||||
|
%doc README.md
|
||||||
|
%license LICENSE.txt
|
||||||
|
|
||||||
|
%files javadoc -f .mfiles-javadoc
|
||||||
|
%license LICENSE.txt
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Nov 03 2016 Tomas Repik <trepik@redhat.com> - 1.1.1-1
|
||||||
|
- initial package
|
||||||
|
|
Loading…
Reference in New Issue
Block a user