Permaine Cheung 241baf
# Copyright (c) 2000-2007, JPackage Project
Matt Wringe 08dabf
# All rights reserved.
Matt Wringe 08dabf
#
Matt Wringe 08dabf
# Redistribution and use in source and binary forms, with or without
Matt Wringe 08dabf
# modification, are permitted provided that the following conditions
Matt Wringe 08dabf
# are met:
Matt Wringe 08dabf
#
Matt Wringe 08dabf
# 1. Redistributions of source code must retain the above copyright
Matt Wringe 08dabf
#    notice, this list of conditions and the following disclaimer.
Matt Wringe 08dabf
# 2. Redistributions in binary form must reproduce the above copyright
Matt Wringe 08dabf
#    notice, this list of conditions and the following disclaimer in the
Matt Wringe 08dabf
#    documentation and/or other materials provided with the
Matt Wringe 08dabf
#    distribution.
Matt Wringe 08dabf
# 3. Neither the name of the JPackage Project nor the names of its
Matt Wringe 08dabf
#    contributors may be used to endorse or promote products derived
Matt Wringe 08dabf
#    from this software without specific prior written permission.
Matt Wringe 08dabf
#
Matt Wringe 08dabf
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Matt Wringe 08dabf
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Matt Wringe 08dabf
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Matt Wringe 08dabf
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Matt Wringe 08dabf
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
Matt Wringe 08dabf
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
Matt Wringe 08dabf
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Matt Wringe 08dabf
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Matt Wringe 08dabf
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Matt Wringe 08dabf
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Matt Wringe 08dabf
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Matt Wringe 08dabf
#
Matt Wringe 08dabf
Matt Wringe 08dabf
#For fedora, we want a native gcj compilation
Matt Wringe 08dabf
%define _with_gcj_support 1
Matt Wringe 08dabf
#Fedora currently does not support maven
Matt Wringe 08dabf
%define _without_maven 1
Matt Wringe 08dabf
Matt Wringe 08dabf
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
Matt Wringe 08dabf
Matt Wringe 08dabf
# If you don't want to build with maven, and use straight ant instead,
Matt Wringe 08dabf
# give rpmbuild option '--without maven'
Matt Wringe 08dabf
Matt Wringe 08dabf
%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
Matt Wringe 08dabf
%define without_maven %{?_without_maven:1}%{!?_without_maven:0}
Matt Wringe 08dabf
Matt Wringe 08dabf
Name:           bcel
Permaine Cheung b241e0
Version:        5.2
Permaine Cheung 41ef27
Release:        2jpp.2%{?dist}
cvsdist dd9cdd
Epoch:          0
cvsdist dd9cdd
Summary:        Byte Code Engineering Library
Permaine Cheung b241e0
License:        ASL 2.0
Permaine Cheung b241e0
Source0:        %{name}-%{version}-src.tar.gz
Permaine Cheung b241e0
#svn export https://svn.apache.org/repos/asf/jakarta/bcel/tags/BCEL_5_2
Permaine Cheung b241e0
#tar czvf bcel-5.2-src.tar.gz BCEL_5_2
Matt Wringe 08dabf
Source1:        pom-maven2jpp-depcat.xsl
Matt Wringe 08dabf
Source2:        pom-maven2jpp-newdepmap.xsl
Matt Wringe 08dabf
Source3:        pom-maven2jpp-mapdeps.xsl
Permaine Cheung b241e0
Source4:        %{name}-%{version}-jpp-depmap.xml
Permaine Cheung b241e0
#Source5:        commons-build.tar.gz
Permaine Cheung 241baf
Source5:        bcel-jakarta-site2.tar.gz
Permaine Cheung b241e0
Source6:        %{name}-%{version}-build.xml
Permaine Cheung b241e0
Source7:        %{name}-%{version}.pom
Matt Wringe 08dabf
Permaine Cheung b241e0
Patch0:         %{name}-%{version}-project_properties.patch
cvsdist dd9cdd
URL:            http://jakarta.apache.org/%{name}/
cvsdist dd9cdd
Group:          Development/Libraries/Java
cvsdist dd9cdd
Requires:       regexp
cvsdist dd9cdd
BuildRequires:  ant
Matt Wringe 08dabf
%if %{with_maven}
Matt Wringe 08dabf
BuildRequires:  maven >= 0:1.1
Matt Wringe 08dabf
BuildRequires:  saxon
Matt Wringe 08dabf
BuildRequires:  saxon-scripts
Permaine Cheung b241e0
BuildRequires:  maven-plugins-base
Permaine Cheung b241e0
BuildRequires:  maven-plugin-changelog
Permaine Cheung b241e0
BuildRequires:  maven-plugin-changes
Permaine Cheung b241e0
BuildRequires:  maven-plugin-developer-activity
Permaine Cheung b241e0
BuildRequires:  maven-plugin-jxr
Permaine Cheung b241e0
BuildRequires:  maven-plugin-license
Permaine Cheung b241e0
BuildRequires:  maven-plugin-pmd
Permaine Cheung b241e0
BuildRequires:  maven-plugin-test
Permaine Cheung b241e0
BuildRequires:  maven-plugin-xdoc
Permaine Cheung b241e0
Requires(post):    jpackage-utils >= 0:1.7.2
Permaine Cheung b241e0
Requires(postun):  jpackage-utils >= 0:1.7.2
Permaine Cheung b241e0
%else
Permaine Cheung 241baf
BuildRequires:  jdom
Permaine Cheung 241baf
BuildRequires:  velocity
Permaine Cheung 241baf
BuildRequires:  jakarta-commons-collections
Matt Wringe 08dabf
#excalibur-avalong-logkit should be used once Maven is supported in Fedora
Matt Wringe 08dabf
BuildRequires: avalon-logkit
Matt Wringe 08dabf
#BuildRequires:  excalibur-avalon-logkit
Permaine Cheung 241baf
BuildRequires:  werken-xpath
Permaine Cheung 241baf
#BuildRequires:  ant-apache-regexp
Permaine Cheung 241baf
%endif
cvsdist dd9cdd
BuildRequires:  regexp
Permaine Cheung b241e0
BuildRequires:  jpackage-utils >= 0:1.7.2
Matt Wringe 08dabf
%if ! %{gcj_support}
cvsdist dd9cdd
BuildArch:      noarch
Matt Wringe 08dabf
%endif
Permaine Cheung 241baf
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist 2287bf
Matt Wringe 08dabf
%if %{gcj_support}
Permaine Cheung b241e0
BuildRequires:    java-gcj-compat-devel
Permaine Cheung b241e0
Requires(post):   java-gcj-compat
Permaine Cheung b241e0
Requires(postun): java-gcj-compat
Matt Wringe 08dabf
%endif
Matt Wringe 08dabf
cvsdist 2287bf
%description
cvsdist 2287bf
The Byte Code Engineering Library (formerly known as JavaClass) is
cvsdist dd9cdd
intended to give users a convenient possibility to analyze, create, and
cvsdist dd9cdd
manipulate (binary) Java class files (those ending with .class). Classes
cvsdist dd9cdd
are represented by objects which contain all the symbolic information of
cvsdist dd9cdd
the given class: methods, fields and byte code instructions, in
cvsdist dd9cdd
particular.  Such objects can be read from an existing file, be
cvsdist dd9cdd
transformed by a program (e.g. a class loader at run-time) and dumped to
cvsdist dd9cdd
a file again. An even more interesting application is the creation of
cvsdist dd9cdd
classes from scratch at run-time. The Byte Code Engineering Library
cvsdist dd9cdd
(BCEL) may be also useful if you want to learn about the Java Virtual
cvsdist dd9cdd
Machine (JVM) and the format of Java .class files.  BCEL is already
cvsdist dd9cdd
being used successfully in several projects such as compilers,
cvsdist dd9cdd
optimizers, obsfuscators and analysis tools, the most popular probably
cvsdist dd9cdd
being the Xalan XSLT processor at Apache.
cvsdist dd9cdd
cvsdist dd9cdd
%package javadoc
cvsdist dd9cdd
Summary:        Javadoc for %{name}
cvsdist dd9cdd
Group:          Development/Documentation
cvsdist dd9cdd
cvsdist dd9cdd
%description javadoc
Matt Wringe 08dabf
%{summary}.
cvsdist dd9cdd
cvsdist dd9cdd
%package manual
cvsdist dd9cdd
Summary:        Manual for %{name}
cvsdist dd9cdd
Group:          Development/Libraries/Java
cvsdist dd9cdd
cvsdist dd9cdd
%description manual
Matt Wringe 08dabf
%{summary}.
Matt Wringe 08dabf
Permaine Cheung 241baf
%prep
Matt Wringe 08dabf
#cat <
Matt Wringe 08dabf
#
Matt Wringe 08dabf
#                If you dont want to build with maven,
Matt Wringe 08dabf
#                give rpmbuild option '--without maven'
Matt Wringe 08dabf
#
Matt Wringe 08dabf
#EOT
cvsdist 2287bf
Permaine Cheung b241e0
%setup -q -n BCEL_5_2
Permaine Cheung b241e0
gzip -dc %{SOURCE5} | tar xf -
cvsdist dd9cdd
# remove all binary libs
Matt Wringe 08dabf
#find . -name "*.jar" -exec rm -f {} \;
Matt Wringe 08dabf
for j in $(find . -name "*.jar"); do
Permaine Cheung b241e0
    %{__mv} $j ${j}.no
Matt Wringe 08dabf
done
Permaine Cheung b241e0
%if %{without_maven}
Matt Wringe 08dabf
mkdir jakarta-site2/lib
Matt Wringe 08dabf
pushd jakarta-site2/lib/
Matt Wringe 08dabf
  build-jar-repository -s -p . jdom
Matt Wringe 08dabf
  build-jar-repository -s -p . velocity
Matt Wringe 08dabf
  build-jar-repository -s -p . commons-collections
Matt Wringe 08dabf
  build-jar-repository -s -p . avalon-logkit
Permaine Cheung 241baf
  build-jar-repository -s -p . werken-xpath
Matt Wringe 08dabf
popd
Permaine Cheung 241baf
%endif
Permaine Cheung b241e0
cp %{SOURCE6} build.xml
Permaine Cheung b241e0
%patch0 -b .sav
cvsdist 855755
Permaine Cheung 9fb20c
# fix wrong-file-end-of-line-encoding
Permaine Cheung 9fb20c
sed -i 's/\r//' docs/verifier/V_API_SD.eps docs/eps/classloader.fig
Permaine Cheung 9fb20c
cvsdist dd9cdd
%build
Matt Wringe 08dabf
%if %{with_maven}
Permaine Cheung b241e0
export DEPCAT="$(pwd)/%{name}-%{version}-depcat.new.xml"
Matt Wringe 08dabf
echo '' > $DEPCAT
Matt Wringe 08dabf
echo '<depset>' >> $DEPCAT
Matt Wringe 08dabf
for p in $(find . -name project.xml); do
Matt Wringe 08dabf
    pushd $(dirname $p)
Permaine Cheung b241e0
        /usr/bin/saxon project.xml %{SOURCE1} >> $DEPCAT
Matt Wringe 08dabf
    popd
Matt Wringe 08dabf
done
Matt Wringe 08dabf
echo >> $DEPCAT
Matt Wringe 08dabf
echo '</depset>' >> $DEPCAT
Permaine Cheung b241e0
/usr/bin/saxon $DEPCAT %{SOURCE2} > %{name}-%{version}-depmap.new.xml
Matt Wringe 08dabf
Matt Wringe 08dabf
for p in $(find . -name project.xml); do
Matt Wringe 08dabf
    pushd $(dirname $p)
Permaine Cheung b241e0
        %{__cp} -pr project.xml project.xml.orig
Permaine Cheung b241e0
        /usr/bin/saxon -o project.xml project.xml.orig %{SOURCE3} \
Permaine Cheung b241e0
            map="%{SOURCE4}"
Matt Wringe 08dabf
    popd
Matt Wringe 08dabf
done
Matt Wringe 08dabf
Permaine Cheung b241e0
export MAVEN_HOME_LOCAL="$(pwd)/.maven"
Matt Wringe 08dabf
Permaine Cheung b241e0
maven -e \
Matt Wringe 08dabf
        -Dmaven.repo.remote=file:/usr/share/maven/repository \
Matt Wringe 08dabf
        -Dmaven.home.local=${MAVEN_HOME_LOCAL} \
Matt Wringe 08dabf
        jar:jar javadoc:generate xdoc:transform
Matt Wringe 08dabf
%else
Permaine Cheung b241e0
#ant -Dregexp.jar="file://$(build-classpath regexp)" jar javadoc
Permaine Cheung b241e0
ant     -Dbuild.dest=build/classes -Dbuild.dir=build -Ddocs.dest=docs \
Permaine Cheung 241baf
        -Ddocs.src=xdocs -Djakarta.site2=jakarta-site2 -Djdom.jar=jdom.jar \
Permaine Cheung b241e0
        -Dregexp.jar="file://$(build-classpath regexp)" \
Permaine Cheung b241e0
        jar javadoc xdocs
Matt Wringe 08dabf
%endif
cvsdist 2287bf
cvsdist 2287bf
%install
Permaine Cheung b241e0
%{__rm} -rf %{buildroot}
cvsdist dd9cdd
# jars
Permaine Cheung b241e0
%{__mkdir_p} %{buildroot}%{_javadir}
Permaine Cheung b241e0
%{__install} -m 0644 target/%{name}-%{version}.jar \
Permaine Cheung b241e0
    %{buildroot}%{_javadir}/%{name}-%{version}.jar
Permaine Cheung b241e0
(
Permaine Cheung b241e0
    cd %{buildroot}%{_javadir}
Permaine Cheung b241e0
    for jar in *-%{version}*; do 
Permaine Cheung b241e0
        %{__ln_s} ${jar} `echo $jar | %{__sed}  "s|-%{version}||g"`
Permaine Cheung b241e0
    done
Permaine Cheung b241e0
)
Permaine Cheung b241e0
# depmap frags
Permaine Cheung b241e0
%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}
Permaine Cheung b241e0
# pom
Matt Wringe 08dabf
%if %{with_maven}
Permaine Cheung b241e0
%{__mkdir_p} %{buildroot}%{_datadir}/maven2/poms
Permaine Cheung b241e0
%{__install} -m 0644 %{SOURCE7} \
Permaine Cheung b241e0
    %{buildroot}%{_datadir}/maven2/poms/JPP.%{name}.pom
Matt Wringe 08dabf
%endif
cvsdist dd9cdd
# javadoc
Permaine Cheung b241e0
%{__mkdir_p} %{buildroot}%{_javadocdir}/%{name}-%{version}
Matt Wringe 08dabf
%if %{with_maven}
Permaine Cheung b241e0
%{__cp} -pr target/docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
Permaine Cheung b241e0
%{__rm} -rf target/docs/apidocs
Matt Wringe 08dabf
%else
Permaine Cheung b241e0
%{__cp} -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
Permaine Cheung b241e0
%{__rm} -rf dist/docs/api
Matt Wringe 08dabf
%endif
Permaine Cheung b241e0
%{__ln_s} %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
Permaine Cheung 9fb20c
Matt Wringe 08dabf
# manual
Permaine Cheung b241e0
%{__mkdir_p} %{buildroot}%{_docdir}/%{name}-%{version}
Matt Wringe 08dabf
%if %{with_maven}
Permaine Cheung b241e0
%{__cp} -pr target/docs/* %{buildroot}%{_docdir}/%{name}-%{version}
Matt Wringe 08dabf
%else
Permaine Cheung b241e0
%{__cp} -pr docs/* %{buildroot}%{_docdir}/%{name}-%{version}
Matt Wringe 08dabf
%endif
Permaine Cheung b241e0
%{__cp} LICENSE.txt %{buildroot}%{_docdir}/%{name}-%{version}
cvsdist 2287bf
Matt Wringe 08dabf
%if %{gcj_support}
Matt Wringe 08dabf
%{_bindir}/aot-compile-rpm
Matt Wringe 08dabf
%endif
cvsdist 855755
Matt Wringe 08dabf
%clean
Permaine Cheung b241e0
%{__rm} -rf %{buildroot}
cvsdist dc67ad
Permaine Cheung 241baf
%post
Permaine Cheung b241e0
%update_maven_depmap
Permaine Cheung b241e0
%if %{gcj_support}
Permaine Cheung b241e0
if [ -x %{_bindir}/rebuild-gcj-db ]; then
Permaine Cheung b241e0
    %{_bindir}/rebuild-gcj-db
cvsdist dd9cdd
fi
Matt Wringe 08dabf
%endif
Matt Wringe 08dabf
Permaine Cheung 241baf
%postun
Permaine Cheung b241e0
%update_maven_depmap
Permaine Cheung b241e0
%if %{gcj_support}
Permaine Cheung b241e0
if [ -x %{_bindir}/rebuild-gcj-db ]; then
Permaine Cheung b241e0
    %{_bindir}/rebuild-gcj-db
Matt Wringe 08dabf
fi
Matt Wringe 08dabf
%endif
cvsdist eff16b
cvsdist dd9cdd
%files
cvsdist dd9cdd
%defattr(0644,root,root,0755)
Permaine Cheung 41ef27
%doc %{_docdir}/%{name}-%{version}
Permaine Cheung 9fb20c
%doc %{_docdir}/%{name}-%{version}/LICENSE.txt 
cvsdist dd9cdd
%{_javadir}/*
Permaine Cheung b241e0
%if %{with_maven}
Permaine Cheung b241e0
%{_datadir}/maven2/poms/*
Permaine Cheung b241e0
%endif
Permaine Cheung b241e0
%{_mavendepmapfragdir}
Matt Wringe 08dabf
%if %{gcj_support}
Permaine Cheung 41ef27
%dir %{_libdir}/gcj/%{name}
Permaine Cheung b241e0
%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-*.jar.*
Matt Wringe 08dabf
%endif
Matt Wringe 08dabf
cvsdist dd9cdd
%files javadoc
cvsdist dd9cdd
%defattr(0644,root,root,0755)
cvsdist dd9cdd
%{_javadocdir}/%{name}-%{version}
Permaine Cheung b241e0
%doc %{_javadocdir}/%{name}
cvsdist eff16b
cvsdist dd9cdd
%files manual
cvsdist dd9cdd
%defattr(0644,root,root,0755)
Matt Wringe 08dabf
%doc %{_docdir}/%{name}-%{version}
Matt Wringe 08dabf
cvsdist dd9cdd
%changelog
Permaine Cheung 41ef27
* Mon Jan 07 2008 Permaine Cheung <pcheung at redhat.com> 0:5.2-2jpp.2
Permaine Cheung 41ef27
- Fixed unowned directory (Bugzilla 246185)
Permaine Cheung 41ef27
Permaine Cheung b241e0
* Wed Sep 19 2007 Permaine Cheung <pcheung at redhat.com> 0:5.2-2jpp.1
Permaine Cheung b241e0
- Update to 5.2 in Fedora
Permaine Cheung b241e0
Permaine Cheung b241e0
* Mon Sep  4 2007 Jason Corley <jason.corley@gmail.com> 0:5.2-2jpp
Permaine Cheung b241e0
- use official 5.2 release tarballs and location
Permaine Cheung b241e0
- change vendor and distribution to macros
Permaine Cheung b241e0
- add missing requires on and maven-plugin-test, maven-plugins-base, and
Permaine Cheung b241e0
  maven-plugin-xdoc 
Permaine Cheung b241e0
- macro bracket fixes
Permaine Cheung b241e0
- remove demo subpackage (examples are not included in the distribution tarball)
Permaine Cheung b241e0
- build in mock
Permaine Cheung b241e0
Permaine Cheung b241e0
* Wed Jun 27 2007 Ralph Apel <r.apel@r-apel.de> 0:5.2-1jpp
Permaine Cheung b241e0
- Upgrade to 5.2
Permaine Cheung b241e0
- Drop bootstrap option: not necessary any more
Permaine Cheung b241e0
- Add pom and depmap frags
Permaine Cheung 241baf
Permaine Cheung 241baf
* Fri Feb 09 2007 Ralph Apel <r.apel@r-apel.de> 0:5.1-10jpp
Permaine Cheung b241e0
- Fix empty-%%post and empty-%%postun
Permaine Cheung 241baf
- Fix no-cleaning-of-buildroot
Permaine Cheung 241baf
Permaine Cheung 241baf
* Fri Feb 09 2007 Ralph Apel <r.apel@r-apel.de> 0:5.1-9jpp
Permaine Cheung 241baf
- Optionally build without maven
Permaine Cheung 241baf
- Add bootstrap option
Permaine Cheung 241baf
Permaine Cheung b241e0
* Thu Aug 10 2006 Matt Wringe <mwringe at redhat.com> 0:5.1-8jpp
Permaine Cheung b241e0
- Add missing requires for Javadoc task
Matt Wringe 08dabf
Permaine Cheung b241e0
* Sun Jul 23 2006 Matt Wringe <mwringe at redhat.com> 0:5.1-7jpp
Permaine Cheung b241e0
- Add conditional native compilation
Permaine Cheung b241e0
- Change spec file encoding from ISO-8859-1 to UTF-8
Matt Wringe 46b211
- Add missing BR werken.xpath and ant-apache-regexp
Matt Wringe 08dabf
Matt Wringe 08dabf
* Tue Apr 11 2006 Ralph Apel <r.apel@r-apel.de> 0:5.1-6jpp
Matt Wringe 08dabf
- First JPP-1.7 release
Matt Wringe 08dabf
- Use tidyed sources from svn
Matt Wringe 08dabf
- Add resources to build the manual
Matt Wringe 08dabf
- Add examples to -demo subpackage
Matt Wringe 08dabf
- Build with maven by default
Matt Wringe 08dabf
- Add option to build with straight ant
Matt Wringe 08dabf
Matt Wringe 08dabf
* Fri Nov 19 2004 David Walluck <david@jpackage.org> 0:5.1-5jpp
Matt Wringe 08dabf
- rebuild to fix packager
Matt Wringe 08dabf
Matt Wringe 08dabf
* Sat Nov 06 2004 David Walluck <david@jpackage.org> 0:5.1-4jpp
Matt Wringe 08dabf
- rebuild with javac 1.4.2
Matt Wringe 08dabf
Matt Wringe 08dabf
* Sat Oct 16 2004 David Walluck <david@jpackage.org> 0:5.1-3jpp
Matt Wringe 08dabf
- rebuild for JPackage 1.6
Matt Wringe 08dabf
Matt Wringe 08dabf
* Fri Aug 20 2004 Ralph Apel <r.apel at r-apel.de> 0:5.1-2jpp
Matt Wringe 08dabf
- Build with ant-1.6.2
cvsdist 2287bf
cvsdist dd9cdd
* Sun May 11 2003 David Walluck <david@anti-microsoft.org> 0:5.1-1jpp
cvsdist dd9cdd
- 5.1
cvsdist dd9cdd
- update for JPackage 1.5
cvsdist 2287bf
cvsdist dd9cdd
* Mon Mar 24 2003 Nicolas Mailhot <Nicolas.Mailhot (at) JPackage.org> - 5.0-6jpp
cvsdist dd9cdd
- For jpackage-utils 1.5
cvsdist 2287bf
vadimn df66eb
* Tue Feb 25 2003 Ville Skyttä <ville.skytta at iki.fi> - 5.0-5jpp
cvsdist dd9cdd
- Rebuild to get docdir right on modern distros.
cvsdist dd9cdd
- Fix License tag and source file perms.
cvsdist dd9cdd
- Built with IBM's 1.3.1SR3 (doesn't build with Sun's 1.4.1_01).
cvsdist 2287bf
cvsdist dd9cdd
* Tue Jun 11 2002 Henri Gomez <hgomez@slib.fr> 5.0-4jpp
cvsdist dd9cdd
- use sed instead of bash 2.x extension in link area to make spec compatible
cvsdist dd9cdd
  with distro using bash 1.1x
cvsdist 2287bf
cvsdist dd9cdd
* Tue May 07 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 5.0-3jpp 
cvsdist dd9cdd
- vendor, distribution, group tags
cvsdist 2287bf
cvsdist dd9cdd
* Wed Jan 23 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 5.0-2jpp 
cvsdist dd9cdd
- section macro
cvsdist dd9cdd
- no dependencies for manual and javadoc package
cvsdist 2287bf
cvsdist dd9cdd
* Tue Jan 22 2002 Henri Gomez <hgomez@slib.fr> 5.0-1jpp
cvsdist dd9cdd
- bcel is now a jakarta apache project
cvsdist dd9cdd
- dependency on jakarta-regexp instead of gnu.regexp 
cvsdist dd9cdd
- created manual package
cvsdist 2287bf
cvsdist dd9cdd
* Sat Dec 8 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 4.4.1-2jpp
cvsdist dd9cdd
- javadoc into javadoc package
cvsdist dd9cdd
- Requires: and BuildRequires: gnu.regexp
cvsdist 2287bf
cvsdist dd9cdd
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 4.4.1-1jpp
cvsdist dd9cdd
- removed packager tag
cvsdist dd9cdd
- new jpp extension
cvsdist dd9cdd
- 4.4.1
cvsdist 2287bf
cvsdist dd9cdd
* Thu Oct 11 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 4.4.0-2jpp
cvsdist dd9cdd
- first unified release
cvsdist dd9cdd
- used lower case for name
cvsdist dd9cdd
- used original tarball
cvsdist dd9cdd
- s/jPackage/JPackage
cvsdist 2287bf
cvsdist dd9cdd
* Mon Aug 27 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 4.4.0-1mdk
cvsdist dd9cdd
- first Mandrake release