[RPM (6.0)] [DIST generic] slf4j15-1.5.6-6.jpp6

Ralph Apel <[email protected]> Sat, 16 Feb 2013 11:52:41 +0100
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : slf4j15                      Relocations: (not relocatable)
Version     : 1.5.6                             Vendor: JPackage Project
Release     : 6.jpp6                        Build Date: Sat 16 Feb 2013 11:45:10 AM CET
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : System/Logging                Source RPM: (none)
Size        : 1756219                          License: MIT
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://www.slf4j.org/
Summary     : Simple Logging Facade for Java
Description :
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
to plug in the desired implementation at deployment time. SLF4J also
allows for a gradual migration path away from
Jakarta Commons Logging (JCL).

Logging API implementations can either choose to implement the
SLF4J interfaces directly, e.g. NLOG4J or SimpleLogger. Alternatively,
it is possible (and rather easy) to write SLF4J adapters for the given
API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter..

---------------
Ralph Apel <r.apel at r-apel.de> 0:1.5.6-6
- Provide slf4j
---------------
slf4j15.src: W: source-or-patch-not-bzipped slf4j-1.5.6-integration-tests-current-only.patch
slf4j15.src: W: source-or-patch-not-bzipped slf4j15-pom_xml.patch
slf4j15.src: W: no-signature
1 packages and 0 specfiles checked; 0 errors, 3 warnings.

---------------
Index: slf4j15.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/slf4j15/slf4j15.spec,v
retrieving revision 1.3
diff -u -r1.3 slf4j15.spec
--- slf4j15.spec	15 Feb 2013 13:55:12 -0000	1.3
+++ slf4j15.spec	16 Feb 2013 10:52:40 -0000
@@ -36,7 +36,7 @@
 
 Name:           slf4j15
 Version:        1.5.6
-Release:        5%{?dist}
+Release:        6%{?dist}
 Epoch:          0
 Summary:        Simple Logging Facade for Java
 Group:          System/Logging
@@ -48,6 +48,7 @@
 Source3:        slf4j-component-info.xml
 Patch0:         %{name}-pom_xml.patch
 Patch1:         slf4j-1.5.6-integration-tests-current-only.patch
+Provides:       slf4j = %{epoch}:%{version}-%{release}
 Requires(post): jpackage-utils >= 0:1.7.5
 Requires(postun): jpackage-utils >= 0:1.7.5
 BuildRequires:  jpackage-utils >= 0:1.7.5
@@ -251,6 +252,9 @@
 %{_docdir}/%{name}-%{version}/site
 
 %changelog
+* Sat Feb 16 2013 Ralph Apel <r.apel at r-apel.de> 0:1.5.6-6
+- Provide slf4j
+
 * Fri Feb 15 2013 Ralph Apel <r.apel at r-apel.de> 0:1.5.6-5
 - Fix depmaps