Blame SPECS/slf4j.spec

694213
%global pkg_name slf4j
694213
%{?scl:%scl_package %{pkg_name}}
694213
%{?java_common_find_provides_and_requires}
694213
694213
# Copyright (c) 2000-2009, JPackage Project
694213
# All rights reserved.
694213
#
694213
# Redistribution and use in source and binary forms, with or without
694213
# modification, are permitted provided that the following conditions
694213
# are met:
694213
#
694213
# 1. Redistributions of source code must retain the above copyright
694213
#    notice, this list of conditions and the following disclaimer.
694213
# 2. Redistributions in binary form must reproduce the above copyright
694213
#    notice, this list of conditions and the following disclaimer in the
694213
#    documentation and/or other materials provided with the
694213
#    distribution.
694213
# 3. Neither the name of the JPackage Project nor the names of its
694213
#    contributors may be used to endorse or promote products derived
694213
#    from this software without specific prior written permission.
694213
#
694213
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
694213
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
694213
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
694213
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
694213
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
694213
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
694213
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
694213
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
694213
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
694213
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
694213
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
694213
#
694213
694213
Name:           %{?scl_prefix}%{pkg_name}
694213
Version:        1.7.4
694213
Release:        3.22%{?dist}
694213
Epoch:          0
694213
Summary:        Simple Logging Facade for Java
694213
# the log4j-over-slf4j and jcl-over-slf4j submodules are ASL 2.0, rest is MIT
694213
License:        MIT and ASL 2.0
694213
URL:            http://www.slf4j.org/
694213
Source0:        http://www.slf4j.org/dist/%{pkg_name}-%{version}.tar.gz
694213
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
694213
BuildArch:      noarch
694213
694213
BuildRequires:  %{?scl_prefix}javapackages-tools
694213
BuildRequires:  %{?scl_prefix}ant >= 0:1.6.5
694213
BuildRequires:  %{?scl_prefix}ant-junit >= 0:1.6.5
694213
BuildRequires:  %{?scl_prefix_maven}javassist >= 0:3.4
694213
BuildRequires:  %{?scl_prefix}junit >= 0:3.8.2
694213
BuildRequires:  %{?scl_prefix}maven-local
694213
BuildRequires:  %{?scl_prefix_maven}maven-antrun-plugin
694213
BuildRequires:  %{?scl_prefix_maven}maven-compiler-plugin
694213
BuildRequires:  %{?scl_prefix_maven}maven-install-plugin
694213
BuildRequires:  %{?scl_prefix_maven}maven-jar-plugin
694213
BuildRequires:  %{?scl_prefix_maven}maven-javadoc-plugin
694213
BuildRequires:  %{?scl_prefix_maven}maven-resources-plugin
694213
BuildRequires:  %{?scl_prefix_maven}maven-source-plugin
694213
BuildRequires:  %{?scl_prefix_maven}maven-site-plugin
694213
BuildRequires:  %{?scl_prefix_maven}maven-doxia-sitetools
694213
BuildRequires:  %{?scl_prefix_maven}maven-surefire-plugin
694213
BuildRequires:  %{?scl_prefix_maven}maven-surefire-provider-junit
694213
BuildRequires:  %{?scl_prefix_maven}maven-plugin-build-helper
694213
BuildRequires:  %{?scl_prefix}log4j
694213
BuildRequires:  %{?scl_prefix}apache-commons-logging
694213
BuildRequires:  %{?scl_prefix_maven}cal10n
694213
694213
Requires:       %{?scl_prefix}runtime
694213
694213
%description
694213
The Simple Logging Facade for Java or (SLF4J) is intended to serve
694213
as a simple facade for various logging APIs allowing to the end-user
694213
to plug in the desired implementation at deployment time. SLF4J also
694213
allows for a gradual migration path away from
694213
Jakarta Commons Logging (JCL).
694213
694213
Logging API implementations can either choose to implement the
694213
SLF4J interfaces directly, e.g. NLOG4J or SimpleLogger. Alternatively,
694213
it is possible (and rather easy) to write SLF4J adapters for the given
694213
API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter..
694213
694213
%package javadoc
694213
Summary:        API documentation for %{pkg_name}
694213
694213
%description javadoc
694213
This package provides %{summary}.
694213
694213
%package parent
694213
Summary:        Parent POM for %{pkg_name}
694213
694213
%description parent
694213
Parent POM for %{pkg_name}
694213
694213
%package api
694213
Summary:        API for %{pkg_name}
694213
694213
%description api
694213
This package provides API for %{pkg_name}.
694213
694213
%package simple
694213
Summary:        simple module for %{pkg_name}
694213
Requires:       %{name} = %{version}-%{release}
694213
694213
%description simple
694213
This package provides simple module for %{pkg_name}.
694213
694213
%package nop
694213
Summary:        nop module for %{pkg_name}
694213
694213
%description nop
694213
This package provides nop module for %{pkg_name}.
694213
694213
%package jdk14
694213
Summary:        jdk14 module for %{pkg_name}
694213
694213
%description jdk14
694213
This package provides jdk14 module for %{pkg_name}.
694213
694213
%package -n %{?scl_prefix}jcl-over-slf4j
694213
Summary:        jcl-over-slf4j module for %{pkg_name}
694213
694213
%description -n %{?scl_prefix}jcl-over-slf4j
694213
This package provides jcl-over-slf4j module for %{pkg_name}.
694213
694213
%package -n %{?scl_prefix}log4j-over-slf4j
694213
Summary:        log4j-over-slf4j module for %{pkg_name}
694213
694213
%description -n %{?scl_prefix}log4j-over-slf4j
694213
This package provides log4j-over-slf4j module for %{pkg_name}.
694213
694213
%package -n %{?scl_prefix}jul-to-slf4j
694213
Summary:        jul-to-slf4j module for %{pkg_name}
694213
694213
%description -n %{?scl_prefix}jul-to-slf4j
694213
This package provides jul-to-slf4j module for %{pkg_name}.
694213
694213
%package site
694213
Summary:        site module for %{pkg_name}
694213
Requires:       %{name} = %{version}-%{release}
694213
694213
%description site
694213
This package provides site module for %{pkg_name}.
694213
694213
%package migrator
694213
Summary:        migrator module for %{pkg_name}
694213
Requires:       %{name} = %{version}-%{release}
694213
694213
%description migrator
694213
This package provides migrator module for %{pkg_name}.
694213
694213
%prep
694213
%setup -q -n %{pkg_name}-%{version}
694213
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
694213
set -e -x
694213
find . -name "*.jar" | xargs rm
694213
cp -p %{SOURCE1} APACHE-LICENSE
694213
694213
%pom_disable_module integration
694213
%pom_disable_module osgi-over-slf4j
694213
%pom_disable_module slf4j-ext
694213
%pom_disable_module slf4j-log4j12
694213
%pom_disable_module slf4j-jcl
694213
%pom_remove_plugin :maven-source-plugin
694213
694213
# Because of a non-ASCII comment in slf4j-api/src/main/java/org/slf4j/helpers/MessageFormatter.java
694213
%pom_xpath_inject "pom:project/pom:properties" "
694213
    <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>"
694213
694213
# Fix javadoc links
694213
%pom_xpath_remove "pom:links"
694213
%pom_xpath_inject "pom:plugin[pom:artifactId[text()='maven-javadoc-plugin']]/pom:configuration" "
694213
    <detectJavaApiLink>false</detectJavaApiLink>
694213
    <isOffline>false</isOffline>
694213
    <links><link>/usr/share/javadoc/java</link></links>"
694213
694213
# remove wagon-ssh build extension
694213
%pom_xpath_remove pom:build/pom:extensions
694213
694213
# dos2unix
694213
find -name "*.css" -o -name "*.js" -o -name "*.txt" | \
694213
    xargs -t %{__perl} -pi -e 's/\r$//g'
694213
694213
# The general pattern is that the API package exports API classes and does
694213
# not require impl classes. slf4j was breaking that causing "A cycle was
694213
# detected when generating the classpath slf4j.api, slf4j.nop, slf4j.api."
694213
# The API bundle requires impl package, so to avoid cyclic dependencies
694213
# during build time, it is necessary to mark the imported package as an
694213
# optional one.
694213
# Reported upstream: http://bugzilla.slf4j.org/show_bug.cgi?id=283
694213
sed -i "/Import-Package/s/.$/;resolution:=optional&/" slf4j-api/src/main/resources/META-INF/MANIFEST.MF
694213
%{?scl:EOF}
694213
694213
%build
694213
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
694213
set -e -x
694213
%mvn_build -f -s
694213
%{?scl:EOF}
694213
694213
%install
694213
%{?scl:scl enable %{scl_maven} %{scl} - <<"EOF"}
694213
set -e -x
694213
%mvn_install
694213
694213
# Compat symlinks
694213
(cd $RPM_BUILD_ROOT/%{_javadir}/%{pkg_name}; for jar in %{pkg_name}-*; do
694213
    ln -s $jar ${jar/%{pkg_name}-/}; done)
694213
%{?scl:EOF}
694213
694213
%files
694213
%doc LICENSE.txt APACHE-LICENSE
694213
%{_javadir}/%{pkg_name}
694213
694213
%files parent -f .mfiles-%{pkg_name}-parent
694213
%dir %{_mavenpomdir}/%{pkg_name}
694213
%files api -f .mfiles-%{pkg_name}-api
694213
%dir %{_mavenpomdir}/%{pkg_name}
694213
%dir %{_javadir}/%{pkg_name}
694213
%files simple -f .mfiles-%{pkg_name}-simple
694213
%dir %{_mavenpomdir}/%{pkg_name}
694213
%dir %{_javadir}/%{pkg_name}
694213
%files nop -f .mfiles-%{pkg_name}-nop
694213
%dir %{_mavenpomdir}/%{pkg_name}
694213
%dir %{_javadir}/%{pkg_name}
694213
%files jdk14 -f .mfiles-%{pkg_name}-jdk14
694213
%dir %{_mavenpomdir}/%{pkg_name}
694213
%dir %{_javadir}/%{pkg_name}
694213
%files -n %{?scl_prefix}jcl-over-slf4j -f .mfiles-jcl-over-slf4j
694213
%dir %{_mavenpomdir}/%{pkg_name}
694213
%dir %{_javadir}/%{pkg_name}
694213
%files -n %{?scl_prefix}log4j-over-slf4j -f .mfiles-log4j-over-slf4j
694213
%dir %{_mavenpomdir}/%{pkg_name}
694213
%dir %{_javadir}/%{pkg_name}
694213
%files -n %{?scl_prefix}jul-to-slf4j -f .mfiles-jul-to-slf4j
694213
%dir %{_mavenpomdir}/%{pkg_name}
694213
%dir %{_javadir}/%{pkg_name}
694213
%files site -f .mfiles-%{pkg_name}-site
694213
%dir %{_mavenpomdir}/%{pkg_name}
694213
%dir %{_javadir}/%{pkg_name}
694213
%files migrator -f .mfiles-%{pkg_name}-migrator
694213
%dir %{_mavenpomdir}/%{pkg_name}
694213
%dir %{_javadir}/%{pkg_name}
694213
694213
%files javadoc -f .mfiles-javadoc
694213
%doc LICENSE.txt APACHE-LICENSE
694213
694213
%changelog
694213
* Thu Jan 15 2015 Michael Simacek <msimacek@redhat.com> - 0:1.7.4-3.22
694213
- All subpackages should own common directory
694213
694213
* Thu Jan 15 2015 Michael Simacek <msimacek@redhat.com> - 0:1.7.4-3.21
694213
- All subpackages should own common directory
694213
694213
* Wed Jan 14 2015 Michal Srb <msrb@redhat.com> - 0:1.7.4-3.20
694213
- Fix directory ownership
694213
694213
* Wed Jan 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-3.19
694213
- Add requires on SCL filesystem package
694213
694213
* Tue Jan 13 2015 Michael Simacek <msimacek@redhat.com> - 0:1.7.4-3.18
694213
- Mass rebuild 2015-01-13
694213
694213
* Mon Jan 12 2015 Michael Simacek <msimacek@redhat.com> - 0:1.7.4-3.17
694213
- Rebuild to regenerate requires
694213
694213
* Fri Jan 09 2015 Michal Srb <msrb@redhat.com> - 0:1.7.4-3.16
694213
- Mass rebuild 2015-01-09
694213
694213
* Thu Jan 08 2015 Michal Srb <msrb@redhat.com> - 1.7.4-3.15
694213
- Fix FTBFS
694213
694213
* Tue Dec 16 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-3.14
694213
- Migrate requires and build-requires to rh-java-common
694213
694213
* Mon Dec 15 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-3.13
694213
- Mass rebuild 2014-12-15
694213
694213
* Mon Dec 15 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-3.12
694213
- Rebuild for rh-java-common collection
694213
694213
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-3.11
694213
- Mass rebuild 2014-05-26
694213
694213
* Tue Mar 04 2014 Michael Simacek <msimacek@redhat.com> - 0:1.7.4-3.10
694213
- Remove wagon-ssh build extension
694213
694213
* Fri Feb 28 2014 Michael Simacek <msimacek@redhat.com> - 0:1.7.4-3.9
694213
- Correctly SCLize subpackages
694213
694213
* Fri Feb 28 2014 Michael Simacek <msimacek@redhat.com> - 0:1.7.4-3.8
694213
- Split into subpackages
694213
- Add missing maven-wagon-ssh BR
694213
694213
* Thu Feb 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-3.7
694213
- Disable unneeded modules
694213
694213
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-3.6
694213
- Mass rebuild 2014-02-19
694213
694213
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-3.5
694213
- Mass rebuild 2014-02-18
694213
694213
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-3.4
694213
- Remove requires on java
694213
694213
* Mon Feb 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-3.3
694213
- SCL-ize build-requires
694213
694213
* Thu Feb 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-3.2
694213
- Don't use %%{_bindir} to call find or xargs utilities
694213
- Remove manual subpackage
694213
694213
* Thu Feb 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-3.2
694213
- Rebuild to regenerate auto-requires
694213
694213
* Tue Feb 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-3.1
694213
- First maven30 software collection build
694213
694213
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 01.7.4-3
694213
- Mass rebuild 2013-12-27
694213
694213
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-2
694213
- Rebuild to regenerate API documentation
694213
- Resolves: CVE-2013-1571
694213
694213
* Wed Mar 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.4-1
694213
- Update to upstream version 1.7.4
694213
694213
* Fri Mar 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.3-1
694213
- Update to upstream version 1.7.3
694213
694213
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7.2-9
694213
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
694213
694213
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0:1.7.2-8
694213
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
694213
- Replace maven BuildRequires with maven-local
694213
694213
* Wed Jan  9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.2-7
694213
- Fix install location of manual
694213
694213
* Tue Jan  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.2-6
694213
- Rebuild to generate maven provides
694213
694213
* Fri Nov 30 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.2-5
694213
- Build with xmvn
694213
694213
* Wed Nov 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.2-4
694213
- Install Apache license file
694213
- Resolves: rhbz#878996
694213
694213
* Thu Nov 15 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.2-3
694213
- Avoid cyclic OSGi dependencies
694213
694213
* Thu Nov 08 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.7.2-2
694213
- Fix license to ASL 2.0 and MIT
694213
- Update to add_maven_depmap macro
694213
- Use generated .mfiles list
694213
- Small packaging cleanups
694213
694213
* Mon Oct 15 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.2-1
694213
- Update to upstream version 1.7.2
694213
694213
* Mon Sep 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.1-1
694213
- Update to upstream version 1.7.1
694213
694213
* Mon Sep 10 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.0-1
694213
- Update to upstream version 1.7.0
694213
694213
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.6.6-2
694213
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
694213
694213
* Wed Jul 11 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.6.6-1
694213
- Update to upstream version 1.6.6
694213
- Convert patches to POM macros
694213
694213
* Fri Jan 13 2012 Ville Skyttä <ville.skytta@iki.fi> - 0:1.6.1-5
694213
- Crosslink with local JDK API docs.
694213
694213
* Fri Jan 13 2012 Ville Skyttä <ville.skytta@iki.fi> - 0:1.6.1-4
694213
- Specify explicit source encoding to fix build with Java 1.7.
694213
- Remove no longer needed javadoc dir upgrade hack.
694213
694213
* Wed Jun 8 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.6.1-3
694213
- Build with maven 3.x.
694213
694213
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.6.1-2
694213
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
694213
694213
* Tue Jan 25 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.6.1-1
694213
- Update to new upstream version.
694213
- Various guidelines fixes.
694213
694213
* Wed Sep 8 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.11-3
694213
- Add maven-site-pugin BR.
694213
- Use new package names.
694213
694213
* Wed Sep 8 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.11-2
694213
- Skip installing tests jar that is no longer produced.
694213
- Use javadoc aggregate.
694213
- Use mavenpomdir macro.
694213
694213
* Thu Feb 25 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.11-1
694213
- Update to 1.5.11.
694213
- Drop depmap and component info files.
694213
694213
* Wed Feb 10 2010 Mary Ellen Foster <mefoster at gmail.com> 0:1.5.10-5
694213
- Require cal10n
694213
694213
* Wed Feb 10 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.10-4
694213
- Fix javadoc files.
694213
694213
* Wed Feb 10 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.10-3
694213
- BR maven-plugin-build-helper.
694213
694213
* Wed Feb 10 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.10-2
694213
- BR cal10n.
694213
694213
* Wed Feb 10 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.10-1
694213
- Update to upstream 1.5.10.
694213
694213
* Fri Sep 4 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.8-5
694213
- Skip tests.
694213
694213
* Wed Sep 2 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.8-4
694213
- Fix other line lenghts.
694213
694213
* Wed Sep 2 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.8-3
694213
- Fix permissions.
694213
- Fixed descriptions.
694213
- Fix file lengths.
694213
694213
* Wed Sep 2 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.5.8-2
694213
- Adapt for Fedora.
694213
694213
* Wed Jul 29 2009 Yong Yang <yyang@redhat.com> 0:1.5.8-1
694213
- 1.5.8
694213
- Replace slf4j-1.5.6-integration-tests-current-only.patch with
694213
  slf4j-1.5.8-skip-integration-tests.patch because of the failure of "testMatch"
694213
694213
* Fri Jun 12 2009 Ralph Apel <r.apel at r-apel.de> 0:1.5.6-2
694213
- Add -ext jar, depmap and pom
694213
- Save jcl104-over-slf4j as symlink
694213
694213
* Tue Feb 18 2009 David Walluck <dwalluck@redhat.com> 0:1.5.6-1
694213
- 1.5.6
694213
- add repolib
694213
- fix file eol
694213
- fix Release tag
694213
694213
* Fri Jul 18 2008 David Walluck <dwalluck@redhat.com> 0:1.5.2-2
694213
- use excalibur for avalon
694213
- remove javadoc scriptlets
694213
- GCJ fixes
694213
- fix maven directory ownership
694213
- fix -bc --short-circuit by moving some of %%build to %%prep
694213
694213
* Sun Jul 06 2008 Ralph Apel <r.apel at r-apel.de> 0:1.5.2-1.jpp5
694213
- 1.5.2
694213
694213
* Mon Feb 04 2008 Ralph Apel <r.apel at r-apel.de> 0:1.4.2-2jpp
694213
- Fix macro misprint
694213
- Add maven2-plugin BRs
694213
694213
* Wed Jul 18 2007 Ralph Apel <r.apel at r-apel.de> 0:1.4.2-1jpp
694213
- Upgrade to 1.4.2
694213
- Build with maven2
694213
- Add poms and depmap frags
694213
- Add gcj_support option
694213
694213
* Mon Jan 30 2006 Ralph Apel <r.apel at r-apel.de> 0:1.0-0.rc5.1jpp
694213
- First JPackage release.