|
|
@ -31,30 +31,28 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: slf4j
|
|
|
|
Name: slf4j
|
|
|
|
Version: 1.7.30
|
|
|
|
Version: 1.7.32
|
|
|
|
Release: 14%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Summary: Simple Logging Facade for Java
|
|
|
|
Summary: Simple Logging Facade for Java
|
|
|
|
# the log4j-over-slf4j and jcl-over-slf4j submodules are ASL 2.0, rest is MIT
|
|
|
|
# the log4j-over-slf4j and jcl-over-slf4j submodules are ASL 2.0, rest is MIT
|
|
|
|
License: MIT and ASL 2.0
|
|
|
|
License: MIT and ASL 2.0
|
|
|
|
URL: http://www.slf4j.org/
|
|
|
|
URL: http://www.slf4j.org/
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
ExclusiveArch: %{java_arches} noarch
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/qos-ch/slf4j/archive/v_%{version}.tar.gz
|
|
|
|
Source0: https://github.com/qos-ch/slf4j/archive/v_%{version}.tar.gz
|
|
|
|
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
|
|
|
|
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local-openjdk8
|
|
|
|
|
|
|
|
%if %{with bootstrap}
|
|
|
|
%if %{with bootstrap}
|
|
|
|
BuildRequires: javapackages-bootstrap
|
|
|
|
BuildRequires: javapackages-bootstrap-openjdk8
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
|
|
|
|
BuildRequires: maven-local-openjdk8
|
|
|
|
BuildRequires: mvn(commons-logging:commons-logging)
|
|
|
|
BuildRequires: mvn(commons-logging:commons-logging)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
|
|
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
|
|
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# -log4j12 subpackage removed in fedora 34
|
|
|
|
|
|
|
|
Obsoletes: slf4j-log4j12 < 0:1.7.30-7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The Simple Logging Facade for Java or (SLF4J) is intended to serve
|
|
|
|
The Simple Logging Facade for Java or (SLF4J) is intended to serve
|
|
|
|
as a simple facade for various logging APIs allowing to the end-user
|
|
|
|
as a simple facade for various logging APIs allowing to the end-user
|
|
|
@ -99,6 +97,18 @@ Summary: JUL to SLF4J bridge
|
|
|
|
%description -n jul-to-slf4j
|
|
|
|
%description -n jul-to-slf4j
|
|
|
|
JUL to SLF4J bridge.
|
|
|
|
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
|
|
|
|
%package sources
|
|
|
|
Summary: SLF4J Source JARs
|
|
|
|
Summary: SLF4J Source JARs
|
|
|
|
|
|
|
|
|
|
|
@ -112,11 +122,9 @@ install -p -m 0644 %{SOURCE1} APACHE-LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
%pom_disable_module integration
|
|
|
|
%pom_disable_module integration
|
|
|
|
%pom_disable_module osgi-over-slf4j
|
|
|
|
%pom_disable_module osgi-over-slf4j
|
|
|
|
%pom_disable_module log4j-over-slf4j
|
|
|
|
|
|
|
|
%pom_disable_module slf4j-android
|
|
|
|
%pom_disable_module slf4j-android
|
|
|
|
%pom_disable_module slf4j-ext
|
|
|
|
%pom_disable_module slf4j-ext
|
|
|
|
%pom_disable_module slf4j-log4j12
|
|
|
|
%pom_disable_module slf4j-log4j12
|
|
|
|
%pom_disable_module slf4j-migrator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Port to maven-antrun-plugin 3.0.0
|
|
|
|
# Port to maven-antrun-plugin 3.0.0
|
|
|
|
sed -i s/tasks/target/ slf4j-api/pom.xml
|
|
|
|
sed -i s/tasks/target/ slf4j-api/pom.xml
|
|
|
@ -186,6 +194,8 @@ cp -pr target/site/* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual
|
|
|
|
%files jcl -f .mfiles-%{name}-jcl
|
|
|
|
%files jcl -f .mfiles-%{name}-jcl
|
|
|
|
%files -n jcl-over-slf4j -f .mfiles-jcl-over-slf4j
|
|
|
|
%files -n jcl-over-slf4j -f .mfiles-jcl-over-slf4j
|
|
|
|
%files -n jul-to-slf4j -f .mfiles-jul-to-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
|
|
|
|
%files sources -f .mfiles-sources
|
|
|
|
%license LICENSE.txt APACHE-LICENSE
|
|
|
|
%license LICENSE.txt APACHE-LICENSE
|
|
|
@ -195,21 +205,29 @@ cp -pr target/site/* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual
|
|
|
|
%{_defaultdocdir}/%{name}-manual
|
|
|
|
%{_defaultdocdir}/%{name}-manual
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 1.7.30-14
|
|
|
|
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.7.32-5
|
|
|
|
- Rebuild with regenerated Requires on Java
|
|
|
|
- Rebuilt for MSVSphere 8.10 beta
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.30-13
|
|
|
|
* Mon Feb 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.32-5
|
|
|
|
- Rebuild to regenerate auto-requires
|
|
|
|
- Rebuild to regenerate auto-requires
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.30-12
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.32-4
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.7.32-3
|
|
|
|
|
|
|
|
- Rebuilt for java-17-openjdk as system jdk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.32-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 22 2021 Simon Legner <Simon.Legner@gmail.com> - 1.7.32-1
|
|
|
|
|
|
|
|
- Update to upstream version 1.7.32
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.30-11
|
|
|
|
* Tue Nov 16 2021 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 1.7.30-11
|
|
|
|
- Rebuild to workaround DistroBaker issue
|
|
|
|
- Enable slf4j-migrator and log4j-over-slf4j modules
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.30-10
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.30-10
|
|
|
|
- Bootstrap Maven for CentOS Stream 9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.30-9
|
|
|
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.30-9
|
|
|
|
- Bootstrap build
|
|
|
|
- Bootstrap build
|
|
|
|