4ed6af
%bcond_with bootstrap
4ed6af
4ed6af
# Copyright (c) 2000-2009, JPackage Project
4ed6af
# All rights reserved.
4ed6af
#
4ed6af
# Redistribution and use in source and binary forms, with or without
4ed6af
# modification, are permitted provided that the following conditions
4ed6af
# are met:
4ed6af
#
4ed6af
# 1. Redistributions of source code must retain the above copyright
4ed6af
#    notice, this list of conditions and the following disclaimer.
4ed6af
# 2. Redistributions in binary form must reproduce the above copyright
4ed6af
#    notice, this list of conditions and the following disclaimer in the
4ed6af
#    documentation and/or other materials provided with the
4ed6af
#    distribution.
4ed6af
# 3. Neither the name of the JPackage Project nor the names of its
4ed6af
#    contributors may be used to endorse or promote products derived
4ed6af
#    from this software without specific prior written permission.
4ed6af
#
4ed6af
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
4ed6af
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
4ed6af
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
4ed6af
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
4ed6af
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
4ed6af
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
4ed6af
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
4ed6af
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
4ed6af
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4ed6af
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4ed6af
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4ed6af
#
4ed6af
4ed6af
Name:           slf4j
4ed6af
Version:        1.7.30
610f4e
Release:        13%{?dist}
4ed6af
Summary:        Simple Logging Facade for Java
4ed6af
# the log4j-over-slf4j and jcl-over-slf4j submodules are ASL 2.0, rest is MIT
4ed6af
License:        MIT and ASL 2.0
4ed6af
URL:            http://www.slf4j.org/
4ed6af
BuildArch:      noarch
4ed6af
4ed6af
Source0:        https://github.com/qos-ch/slf4j/archive/v_%{version}.tar.gz
4ed6af
Source1:        https://www.apache.org/licenses/LICENSE-2.0.txt
4ed6af
4ed6af
BuildRequires:  maven-local-openjdk8
4ed6af
%if %{with bootstrap}
4ed6af
BuildRequires:  javapackages-bootstrap
4ed6af
%else
4ed6af
BuildRequires:  mvn(commons-logging:commons-logging)
4ed6af
BuildRequires:  mvn(org.apache.maven.plugins:maven-antrun-plugin)
4ed6af
BuildRequires:  mvn(org.apache.maven.plugins:maven-source-plugin)
4ed6af
BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
4ed6af
%endif
4ed6af
4ed6af
# -log4j12 subpackage removed in fedora 34
4ed6af
Obsoletes:      slf4j-log4j12 < 0:1.7.30-7
4ed6af
4ed6af
%description
4ed6af
The Simple Logging Facade for Java or (SLF4J) is intended to serve
4ed6af
as a simple facade for various logging APIs allowing to the end-user
4ed6af
to plug in the desired implementation at deployment time. SLF4J also
4ed6af
allows for a gradual migration path away from
4ed6af
Jakarta Commons Logging (JCL).
4ed6af
4ed6af
Logging API implementations can either choose to implement the
4ed6af
SLF4J interfaces directly, e.g. NLOG4J or SimpleLogger. Alternatively,
4ed6af
it is possible (and rather easy) to write SLF4J adapters for the given
4ed6af
API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter..
4ed6af
4ed6af
%{?javadoc_package}
4ed6af
4ed6af
%package manual
4ed6af
Summary:        Manual for %{name}
4ed6af
4ed6af
%description manual
4ed6af
This package provides documentation for %{name}.
4ed6af
4ed6af
%package jdk14
4ed6af
Summary:        SLF4J JDK14 Binding
4ed6af
4ed6af
%description jdk14
4ed6af
SLF4J JDK14 Binding.
4ed6af
4ed6af
%package jcl
4ed6af
Summary:        SLF4J JCL Binding
4ed6af
4ed6af
%description jcl
4ed6af
SLF4J JCL Binding.
4ed6af
4ed6af
%package -n jcl-over-slf4j
4ed6af
Summary:        JCL 1.1.1 implemented over SLF4J
4ed6af
4ed6af
%description -n jcl-over-slf4j
4ed6af
JCL 1.1.1 implemented over SLF4J.
4ed6af
4ed6af
%package -n jul-to-slf4j
4ed6af
Summary:        JUL to SLF4J bridge
4ed6af
4ed6af
%description -n jul-to-slf4j
4ed6af
JUL to SLF4J bridge.
4ed6af
4ed6af
%package sources
4ed6af
Summary:        SLF4J Source JARs
4ed6af
4ed6af
%description sources
4ed6af
SLF4J Source JARs.
4ed6af
4ed6af
%prep
4ed6af
%setup -q -n %{name}-v_%{version}
4ed6af
find -name '*.jar' -delete
4ed6af
install -p -m 0644 %{SOURCE1} APACHE-LICENSE
4ed6af
4ed6af
%pom_disable_module integration
4ed6af
%pom_disable_module osgi-over-slf4j
4ed6af
%pom_disable_module log4j-over-slf4j
4ed6af
%pom_disable_module slf4j-android
4ed6af
%pom_disable_module slf4j-ext
4ed6af
%pom_disable_module slf4j-log4j12
4ed6af
%pom_disable_module slf4j-migrator
4ed6af
4ed6af
# Port to maven-antrun-plugin 3.0.0
4ed6af
sed -i s/tasks/target/ slf4j-api/pom.xml
4ed6af
4ed6af
# Because of a non-ASCII comment in slf4j-api/src/main/java/org/slf4j/helpers/MessageFormatter.java
4ed6af
%pom_xpath_inject "pom:project/pom:properties" "
4ed6af
    <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>"
4ed6af
4ed6af
# Fix javadoc links
4ed6af
%pom_xpath_remove "pom:links"
4ed6af
%pom_xpath_inject "pom:plugin[pom:artifactId[text()='maven-javadoc-plugin']]/pom:configuration" "
4ed6af
    <detectJavaApiLink>false</detectJavaApiLink>
4ed6af
    <isOffline>false</isOffline>
4ed6af
    <links><link>/usr/share/javadoc/java</link></links>"
4ed6af
4ed6af
# dos2unix
4ed6af
find -name "*.css" -o -name "*.js" -o -name "*.txt" | \
4ed6af
    xargs -t sed -i 's/\r$//'
4ed6af
4ed6af
# Remove wagon-ssh build extension
4ed6af
%pom_xpath_remove pom:extensions
4ed6af
4ed6af
# Disable default-jar execution of maven-jar-plugin, which is causing
4ed6af
# problems with version 3.0.0 of the plugin.
4ed6af
%pom_xpath_inject "pom:plugin[pom:artifactId='maven-jar-plugin']/pom:executions" "
4ed6af
    <execution>
4ed6af
      <id>default-jar</id>
4ed6af
      <phase>skip</phase>
4ed6af
    </execution>" slf4j-api
4ed6af
4ed6af
# The general pattern is that the API package exports API classes and does
4ed6af
# not require impl classes. slf4j was breaking that causing "A cycle was
4ed6af
# detected when generating the classpath slf4j.api, slf4j.nop, slf4j.api."
4ed6af
# The API bundle requires impl package, so to avoid cyclic dependencies
4ed6af
# during build time, it is necessary to mark the imported package as an
4ed6af
# optional one.
4ed6af
# Reported upstream: http://bugzilla.slf4j.org/show_bug.cgi?id=283
4ed6af
sed -i '/Import-Package/s/\}$/};resolution:=optional/' slf4j-api/src/main/resources/META-INF/MANIFEST.MF
4ed6af
4ed6af
# Source JARs for are required by Maven 3.4.0
4ed6af
%mvn_package :::sources: sources
4ed6af
4ed6af
%mvn_package :%{name}-parent __noinstall
4ed6af
%mvn_package :%{name}-site __noinstall
4ed6af
%mvn_package :%{name}-api
4ed6af
%mvn_package :%{name}-simple
4ed6af
%mvn_package :%{name}-nop
4ed6af
4ed6af
%build
4ed6af
%mvn_build -f -s -- -Drequired.jdk.version=1.6
4ed6af
4ed6af
%install
4ed6af
# Compat symlinks
4ed6af
%mvn_file ':%{name}-{*}' %{name}/%{name}-@1 %{name}/@1
4ed6af
4ed6af
%mvn_install
4ed6af
4ed6af
# manual
4ed6af
install -d -m 0755 $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual
4ed6af
rm -rf target/site/{.htaccess,apidocs}
4ed6af
cp -pr target/site/* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual
4ed6af
4ed6af
%files -n %{?module_prefix}%{name} -f .mfiles
4ed6af
%license LICENSE.txt APACHE-LICENSE
4ed6af
4ed6af
%files jdk14 -f .mfiles-%{name}-jdk14
4ed6af
%files jcl -f .mfiles-%{name}-jcl
4ed6af
%files -n jcl-over-slf4j -f .mfiles-jcl-over-slf4j
4ed6af
%files -n jul-to-slf4j -f .mfiles-jul-to-slf4j
4ed6af
4ed6af
%files sources -f .mfiles-sources
4ed6af
%license LICENSE.txt APACHE-LICENSE
4ed6af
4ed6af
%files manual
4ed6af
%license LICENSE.txt APACHE-LICENSE
4ed6af
%{_defaultdocdir}/%{name}-manual
4ed6af
4ed6af
%changelog
610f4e
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.30-13
610f4e
- Rebuild to regenerate auto-requires
610f4e
4ed6af
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.7.30-12
4ed6af
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
4ed6af
  Related: rhbz#1991688
4ed6af
4ed6af
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.30-11
4ed6af
- Rebuild to workaround DistroBaker issue
4ed6af
4ed6af
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.30-10
4ed6af
- Bootstrap Maven for CentOS Stream 9
4ed6af
4ed6af
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.30-9
4ed6af
- Bootstrap build
4ed6af
- Non-bootstrap build
4ed6af
4ed6af
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.7.30-8
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4ed6af
4ed6af
* Wed Sep 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0:1.7.30-7
4ed6af
- Disable unused log4j12 module.
4ed6af
4ed6af
* Thu Jul 30 2020 Fabio Valentini <decathorpe@gmail.com> - 0:1.7.30-6
4ed6af
- Port to commons-lang3.
4ed6af
4ed6af
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.7.30-5
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4ed6af
4ed6af
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 0:1.7.30-4
4ed6af
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
4ed6af
4ed6af
* Thu Jun 25 2020 Roland Grunberg <rgrunber@redhat.com> - 0:1.7.30-3
4ed6af
- Use source/target of 1.6 to build against Java 11.
4ed6af
- Set javadoc plugin source value to 1.6.
4ed6af
4ed6af
* Fri Mar 20 2020 Mat Booth <mat.booth@redhat.com> - 0:1.7.30-2
4ed6af
- Fix broken OSGi metadata
4ed6af
4ed6af
* Wed Feb 05 2020 Dinesh Prasanth M K <dmoluguw@redhat.com> - 0:1.7.30-1
4ed6af
- Update to upstream version 1.7.30
4ed6af
4ed6af
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.7.25-9
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4ed6af
4ed6af
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.30-2
4ed6af
- Build with OpenJDK 8
4ed6af
4ed6af
* Thu Jan 23 2020 Marian Koncek <mkoncek@redhat.com> - 1.7.30-1
4ed6af
- Update to upstream version 1.7.30
4ed6af
4ed6af
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.28-2
4ed6af
- Mass rebuild for javapackages-tools 201902
4ed6af
4ed6af
* Tue Aug 13 2019 Marian Koncek <mkoncek@redhat.com> - 1.7.28-1
4ed6af
- Update to upstream version 1.7.28
4ed6af
4ed6af
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.7.25-8
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
4ed6af
4ed6af
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.26-3
4ed6af
- Mass rebuild for javapackages-tools 201901
4ed6af
4ed6af
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.26-2
4ed6af
- Disable slf4j-ext module
4ed6af
4ed6af
* Thu May 09 2019 Dinesh Prasanth M K <dmoluguw@redhat.com> - 0:1.7.25-7
4ed6af
- Rebuilt for Fedora 31
4ed6af
4ed6af
* Wed Feb 27 2019 Marian Koncek <mkoncek@redhat.com> - 0:1.7.26-1
4ed6af
- Update to upstream version 1.7.26
4ed6af
- Fixes: RHBZ #1678877
4ed6af
4ed6af
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.7.25-6
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
4ed6af
4ed6af
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.7.25-5
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4ed6af
4ed6af
* Mon Mar 19 2018 Michael Simacek <msimacek@redhat.com> - 0:1.7.25-4
4ed6af
- Disallow EventData deserialization by default (CVE-2018-8088)
4ed6af
- Resolves rhbz#1549928
4ed6af
4ed6af
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.7.25-3
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4ed6af
4ed6af
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.7.25-2
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4ed6af
4ed6af
* Tue Mar 28 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.25-1
4ed6af
- Update to upstream version 1.7.25
4ed6af
4ed6af
* Wed Feb 22 2017 Michael Simacek <msimacek@redhat.com> - 0:1.7.22-4
4ed6af
- Avoid absolute paths
4ed6af
4ed6af
* Thu Feb 16 2017 Michael Simacek <msimacek@redhat.com> - 0:1.7.22-3
4ed6af
- Avoid literal carriage return
4ed6af
- Remove Group tag
4ed6af
4ed6af
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.7.22-2
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4ed6af
4ed6af
* Wed Dec 14 2016 Michael Simacek <msimacek@redhat.com> - 0:1.7.22-1
4ed6af
- Update to upstream version 1.7.22
4ed6af
4ed6af
* Fri Nov 18 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.21-4
4ed6af
- Install source JARs in separate package
4ed6af
4ed6af
* Mon Oct  3 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.21-3
4ed6af
- Remove build-requires on perl
4ed6af
4ed6af
* Tue May 31 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.21-2
4ed6af
- Fix build issue with maven-jar-plugin 3.0.0
4ed6af
4ed6af
* Wed Apr  6 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.21-1
4ed6af
- Update to upstream version 1.7.21
4ed6af
4ed6af
* Wed Mar 30 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.20-1
4ed6af
- Update to upstream version 1.7.20
4ed6af
4ed6af
* Thu Mar 24 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.19-1
4ed6af
- Update to upstream version 1.7.19
4ed6af
4ed6af
* Mon Feb 29 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.18-1
4ed6af
- Update to upstream version 1.7.18
4ed6af
4ed6af
* Mon Feb 22 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.17-1
4ed6af
- Update to upstream version 1.7.17
4ed6af
4ed6af
* Tue Feb 16 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.16-1
4ed6af
- Update to upstream version 1.7.16
4ed6af
4ed6af
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.7.14-2
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4ed6af
4ed6af
* Mon Jan 25 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.14-1
4ed6af
- Update to upstream version 1.7.14
4ed6af
4ed6af
* Thu Nov 12 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.13-1
4ed6af
- Update to upstream version 1.7.13
4ed6af
4ed6af
* Mon Aug 03 2015 Michael Simacek <msimacek@redhat.com> - 0:1.7.12-3
4ed6af
- List manual files in %%files section
4ed6af
4ed6af
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7.12-2
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4ed6af
4ed6af
* Thu May 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.12-1
4ed6af
- Update to upstream version 1.7.12
4ed6af
4ed6af
* Mon Jan 19 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.10-1
4ed6af
- Update to upstream version 1.7.10
4ed6af
4ed6af
* Fri Oct 24 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.7-3
4ed6af
- Remove workaround for MSHARED-325
4ed6af
4ed6af
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7.7-2
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4ed6af
4ed6af
* Mon Apr 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.7-1
4ed6af
- Update to upstream version 1.7.7
4ed6af
4ed6af
* Thu Mar 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.6-5
4ed6af
- Disable filtering of bundled JavaScript binaries
4ed6af
- Resolves: rhbz#1078536
4ed6af
4ed6af
* Fri Mar 07 2014 Michael Simacek <msimacek@redhat.com> - 0:1.7.6-4
4ed6af
- Merge api, simple and nop back into main package
4ed6af
- Remove parent, migrator and site subpackages
4ed6af
4ed6af
* Fri Mar 07 2014 Michael Simacek <msimacek@redhat.com> - 0:1.7.6-3
4ed6af
- Split into subpackages
4ed6af
4ed6af
* Thu Mar  6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.6-2
4ed6af
- Remove wagon-ssh build extension
4ed6af
- Disable slf4j-android module
4ed6af
4ed6af
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.7.6-2
4ed6af
- Use Requires: java-headless rebuild (#1067528)
4ed6af
4ed6af
* Thu Feb  6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.6-1
4ed6af
- Update to upstream version 1.7.6
4ed6af
4ed6af
* Tue Aug 06 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.7.5-3
4ed6af
- Install manual to versionless docdir (#993551)
4ed6af
4ed6af
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7.5-2
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4ed6af
4ed6af
* Fri Apr  5 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.5-1
4ed6af
- Update to upstream version 1.7.5
4ed6af
4ed6af
* Wed Mar 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-1
4ed6af
- Update to upstream version 1.7.4
4ed6af
4ed6af
* Fri Mar 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.3-1
4ed6af
- Update to upstream version 1.7.3
4ed6af
4ed6af
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7.2-9
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4ed6af
4ed6af
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0:1.7.2-8
4ed6af
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
4ed6af
- Replace maven BuildRequires with maven-local
4ed6af
4ed6af
* Wed Jan  9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.2-7
4ed6af
- Fix install location of manual
4ed6af
4ed6af
* Tue Jan  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.2-6
4ed6af
- Rebuild to generate maven provides
4ed6af
4ed6af
* Fri Nov 30 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.2-5
4ed6af
- Build with xmvn
4ed6af
4ed6af
* Wed Nov 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.2-4
4ed6af
- Install Apache license file
4ed6af
- Resolves: rhbz#878996
4ed6af
4ed6af
* Thu Nov 15 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.2-3
4ed6af
- Avoid cyclic OSGi dependencies
4ed6af
4ed6af
* Thu Nov 08 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.7.2-2
4ed6af
- Fix license to ASL 2.0 and MIT
4ed6af
- Update to add_maven_depmap macro
4ed6af
- Use generated .mfiles list
4ed6af
- Small packaging cleanups
4ed6af
4ed6af
* Mon Oct 15 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.2-1
4ed6af
- Update to upstream version 1.7.2
4ed6af
4ed6af
* Mon Sep 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.1-1
4ed6af
- Update to upstream version 1.7.1
4ed6af
4ed6af
* Mon Sep 10 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.0-1
4ed6af
- Update to upstream version 1.7.0
4ed6af
4ed6af
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.6.6-2
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4ed6af
4ed6af
* Wed Jul 11 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.6.6-1
4ed6af
- Update to upstream version 1.6.6
4ed6af
- Convert patches to POM macros
4ed6af
4ed6af
* Fri Jan 13 2012 Ville Skyttä <ville.skytta@iki.fi> - 0:1.6.1-5
4ed6af
- Crosslink with local JDK API docs.
4ed6af
4ed6af
* Fri Jan 13 2012 Ville Skyttä <ville.skytta@iki.fi> - 0:1.6.1-4
4ed6af
- Specify explicit source encoding to fix build with Java 1.7.
4ed6af
- Remove no longer needed javadoc dir upgrade hack.
4ed6af
4ed6af
* Wed Jun 8 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.6.1-3
4ed6af
- Build with maven 3.x.
4ed6af
4ed6af
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.6.1-2
4ed6af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4ed6af
4ed6af
* Tue Jan 25 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.6.1-1
4ed6af
- Update to new upstream version.
4ed6af
- Various guidelines fixes.
4ed6af
4ed6af
* Wed Sep 8 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.11-3
4ed6af
- Add maven-site-pugin BR.
4ed6af
- Use new package names.
4ed6af
4ed6af
* Wed Sep 8 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.11-2
4ed6af
- Skip installing tests jar that is no longer produced.
4ed6af
- Use javadoc aggregate.
4ed6af
- Use mavenpomdir macro.
4ed6af
4ed6af
* Thu Feb 25 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.11-1
4ed6af
- Update to 1.5.11.
4ed6af
- Drop depmap and component info files.
4ed6af
4ed6af
* Wed Feb 10 2010 Mary Ellen Foster <mefoster at gmail.com> 0:1.5.10-5
4ed6af
- Require cal10n
4ed6af
4ed6af
* Wed Feb 10 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.10-4
4ed6af
- Fix javadoc files.
4ed6af
4ed6af
* Wed Feb 10 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.10-3
4ed6af
- BR maven-plugin-build-helper.
4ed6af
4ed6af
* Wed Feb 10 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.10-2
4ed6af
- BR cal10n.
4ed6af
4ed6af
* Wed Feb 10 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.10-1
4ed6af
- Update to upstream 1.5.10.
4ed6af
4ed6af
* Fri Sep 4 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.8-5
4ed6af
- Skip tests.
4ed6af
4ed6af
* Wed Sep 2 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.8-4
4ed6af
- Fix other line lenghts.
4ed6af
4ed6af
* Wed Sep 2 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.8-3
4ed6af
- Fix permissions.
4ed6af
- Fixed descriptions.
4ed6af
- Fix file lengths.
4ed6af
4ed6af
* Wed Sep 2 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.8-2
4ed6af
- Adapt for Fedora.
4ed6af
4ed6af
* Wed Jul 29 2009 Yong Yang <yyang@redhat.com> 0:1.5.8-1
4ed6af
- 1.5.8
4ed6af
- Replace slf4j-1.5.6-integration-tests-current-only.patch with
4ed6af
  slf4j-1.5.8-skip-integration-tests.patch because of the failure of "testMatch"
4ed6af
4ed6af
* Fri Jun 12 2009 Ralph Apel <r.apel at r-apel.de> 0:1.5.6-2
4ed6af
- Add -ext jar, depmap and pom
4ed6af
- Save jcl104-over-slf4j as symlink
4ed6af
4ed6af
* Tue Feb 18 2009 David Walluck <dwalluck@redhat.com> 0:1.5.6-1
4ed6af
- 1.5.6
4ed6af
- add repolib
4ed6af
- fix file eol
4ed6af
- fix Release tag
4ed6af
4ed6af
* Fri Jul 18 2008 David Walluck <dwalluck@redhat.com> 0:1.5.2-2
4ed6af
- use excalibur for avalon
4ed6af
- remove javadoc scriptlets
4ed6af
- GCJ fixes
4ed6af
- fix maven directory ownership
4ed6af
- fix -bc --short-circuit by moving some of %%build to %%prep
4ed6af
4ed6af
* Sun Jul 06 2008 Ralph Apel <r.apel at r-apel.de> 0:1.5.2-1.jpp5
4ed6af
- 1.5.2
4ed6af
4ed6af
* Mon Feb 04 2008 Ralph Apel <r.apel at r-apel.de> 0:1.4.2-2jpp
4ed6af
- Fix macro misprint
4ed6af
- Add maven2-plugin BRs
4ed6af
4ed6af
* Wed Jul 18 2007 Ralph Apel <r.apel at r-apel.de> 0:1.4.2-1jpp
4ed6af
- Upgrade to 1.4.2
4ed6af
- Build with maven2
4ed6af
- Add poms and depmap frags
4ed6af
- Add gcj_support option
4ed6af
4ed6af
* Mon Jan 30 2006 Ralph Apel <r.apel at r-apel.de> 0:1.0-0.rc5.1jpp
4ed6af
- First JPackage release.