From 439b54ab03f638ac2fb4202441970bb3d63dac18 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Mon, 8 May 2023 11:37:57 +0200 Subject: [PATCH] import sources --- .gitignore | 1 + classloader-leak-test-framework.spec | 71 ++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 73 insertions(+) create mode 100644 .gitignore create mode 100644 classloader-leak-test-framework.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2792166 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/classloader-leak-test-framework-1.1.1.tar.gz diff --git a/classloader-leak-test-framework.spec b/classloader-leak-test-framework.spec new file mode 100644 index 0000000..d8ef06d --- /dev/null +++ b/classloader-leak-test-framework.spec @@ -0,0 +1,71 @@ +%bcond_with tests + +Name: classloader-leak-test-framework +Version: 1.1.1 +Release: 5%{?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 + +BuildRequires: maven-local +BuildRequires: mvn(junit:junit) +BuildRequires: mvn(org.apache.bcel:bcel) +%if %{with tests} +BuildRequires: mvn(javax.el:el-api) +BuildRequires: mvn(com.sun.faces:jsf-api) +BuildRequires: mvn(com.sun.faces:jsf-impl) +%endif + +%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 +%if %{with tests} +%mvn_build +%else +%mvn_build -f +%endif + +%install +%mvn_install + +%files -f .mfiles +%doc README.md +%license LICENSE.txt + +%files javadoc -f .mfiles-javadoc +%license LICENSE.txt + +%changelog +* Wed May 30 2018 Mikolaj Izdebski - 1.1.1-5 +- Disable tests and remove dependency on mojarra + +* Wed Feb 07 2018 Fedora Release Engineering - 1.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Nov 03 2016 Tomas Repik - 1.1.1-1 +- initial package + diff --git a/sources b/sources new file mode 100644 index 0000000..3187055 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (classloader-leak-test-framework-1.1.1.tar.gz) = 3525c3ff7bcffce19d0667607034bd624e79e6a2630303321e3b21353f614bc1c5ce7d792dc565b19934c16c584cbd47e533588a76a0fc00be1f6ac7578a6022