Enable log4j-over-slf4j and slf4j-migrator modules
This commit is contained in:
parent
7619fe1c82
commit
c0a1aed104
21
slf4j.spec
21
slf4j.spec
@ -32,7 +32,7 @@
|
||||
|
||||
Name: slf4j
|
||||
Version: 1.7.30
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Summary: Simple Logging Facade for Java
|
||||
# the log4j-over-slf4j and jcl-over-slf4j submodules are ASL 2.0, rest is MIT
|
||||
License: MIT and ASL 2.0
|
||||
@ -99,6 +99,18 @@ Summary: JUL to SLF4J bridge
|
||||
%description -n jul-to-slf4j
|
||||
JUL to SLF4J bridge.
|
||||
|
||||
%package -n log4j-over-slf4j
|
||||
Summary: Log4j implemented over SLF4J
|
||||
|
||||
%description -n log4j-over-slf4j
|
||||
Log4j implemented over SLF4J.
|
||||
|
||||
%package -n slf4j-migrator
|
||||
Summary: SLF4J Migrator
|
||||
|
||||
%description -n slf4j-migrator
|
||||
SLF4J Migrator.
|
||||
|
||||
%package sources
|
||||
Summary: SLF4J Source JARs
|
||||
|
||||
@ -112,11 +124,9 @@ install -p -m 0644 %{SOURCE1} APACHE-LICENSE
|
||||
|
||||
%pom_disable_module integration
|
||||
%pom_disable_module osgi-over-slf4j
|
||||
%pom_disable_module log4j-over-slf4j
|
||||
%pom_disable_module slf4j-android
|
||||
%pom_disable_module slf4j-ext
|
||||
%pom_disable_module slf4j-log4j12
|
||||
%pom_disable_module slf4j-migrator
|
||||
|
||||
# Port to maven-antrun-plugin 3.0.0
|
||||
sed -i s/tasks/target/ slf4j-api/pom.xml
|
||||
@ -186,6 +196,8 @@ cp -pr target/site/* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual
|
||||
%files jcl -f .mfiles-%{name}-jcl
|
||||
%files -n jcl-over-slf4j -f .mfiles-jcl-over-slf4j
|
||||
%files -n jul-to-slf4j -f .mfiles-jul-to-slf4j
|
||||
%files -n log4j-over-slf4j -f .mfiles-log4j-over-slf4j
|
||||
%files -n slf4j-migrator -f .mfiles-slf4j-migrator
|
||||
|
||||
%files sources -f .mfiles-sources
|
||||
%license LICENSE.txt APACHE-LICENSE
|
||||
@ -195,6 +207,9 @@ cp -pr target/site/* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual
|
||||
%{_defaultdocdir}/%{name}-manual
|
||||
|
||||
%changelog
|
||||
* Tue Nov 16 2021 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 1.7.30-11
|
||||
- Enable slf4j-migrator and log4j-over-slf4j modules
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.30-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user