6ee51c0
# Copyright (c) 2000-2007, JPackage Project
2d2332a
# All rights reserved.
2d2332a
#
2d2332a
# Redistribution and use in source and binary forms, with or without
2d2332a
# modification, are permitted provided that the following conditions
2d2332a
# are met:
2d2332a
#
2d2332a
# 1. Redistributions of source code must retain the above copyright
2d2332a
#    notice, this list of conditions and the following disclaimer.
2d2332a
# 2. Redistributions in binary form must reproduce the above copyright
2d2332a
#    notice, this list of conditions and the following disclaimer in the
2d2332a
#    documentation and/or other materials provided with the
2d2332a
#    distribution.
2d2332a
# 3. Neither the name of the JPackage Project nor the names of its
2d2332a
#    contributors may be used to endorse or promote products derived
2d2332a
#    from this software without specific prior written permission.
2d2332a
#
2d2332a
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
2d2332a
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
2d2332a
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
2d2332a
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2d2332a
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2d2332a
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2d2332a
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2d2332a
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2d2332a
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2d2332a
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2d2332a
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2d2332a
#
2d2332a
6bdac06
%global cvs_version 1_8_1_3
6bdac06
f9b1d7c
Name:           hsqldb
f9b1d7c
Version:        1.8.1.3
ef96902
Release:        11%{?dist}
f9b1d7c
Epoch:          1
f9b1d7c
Summary:        HyperSQL Database Engine
f9b1d7c
License:        BSD
f9b1d7c
URL:            http://hsqldb.sourceforge.net/
f9b1d7c
Group:          Applications/Databases
f9b1d7c
f9b1d7c
BuildArch:      noarch
f9b1d7c
f9b1d7c
Source0:        http://downloads.sourceforge.net/hsqldb/%{name}_%{cvs_version}.zip
f9b1d7c
Source1:        %{name}-1.8.0-standard.cfg
f9b1d7c
Source2:        %{name}-1.8.0-standard-server.properties
f9b1d7c
Source3:        %{name}-1.8.0-standard-webserver.properties
f9b1d7c
Source4:        %{name}-1.8.0-standard-sqltool.rc
f9b1d7c
Source5:        http://mirrors.ibiblio.org/pub/mirrors/maven2/%{name}/%{name}/1.8.0.10/%{name}-1.8.0.10.pom
f9b1d7c
# Custom systemd files - talking with upstream about incorporating them, see
f9b1d7c
# http://sourceforge.net/projects/hsqldb/forums/forum/73673/topic/5367103
f9b1d7c
Source6:        %{name}.systemd
f9b1d7c
Source7:        %{name}-wrapper
f9b1d7c
Source8:        %{name}-post
f9b1d7c
Source9:        %{name}-stop
f9b1d7c
f9b1d7c
Patch0:         %{name}-1.8.0-scripts.patch
f9b1d7c
Patch1:         hsqldb-tmp.patch
f9b1d7c
Patch2:         %{name}-1.8.0-specify-su-shell.patch
f9b1d7c
Patch3:         %{name}-jdbc-4.1.patch
f9b1d7c
6bdac06
BuildRequires:  ant
6bdac06
BuildRequires:  jpackage-utils >= 0:1.5
f9b1d7c
BuildRequires:  junit
f9b1d7c
BuildRequires:  systemd-units
8f56e75
BuildRequires:  tomcat-servlet-3.0-api
f9b1d7c
f9b1d7c
Requires:       java
f9b1d7c
Requires:       tomcat-servlet-3.0-api
f9b1d7c
Requires(pre):  shadow-utils
f9b1d7c
Requires(post): systemd-sysv
f9b1d7c
Requires(post): systemd-units
f9b1d7c
Requires(preun):  initscripts
f9b1d7c
Requires(preun):  systemd-units
f9b1d7c
Requires(postun): systemd-units
f9b1d7c
79c17f9
2762918
%description
2762918
HSQLdb is a relational database engine written in JavaTM , with a JDBC
2762918
driver, supporting a subset of ANSI-92 SQL. It offers a small (about
2762918
100k), fast database engine which offers both in memory and disk based
2762918
tables. Embedded and server modes are available. Additionally, it
2762918
includes tools such as a minimal web server, in-memory query and
2762918
management tools (can be run as applets or servlets, too) and a number
2762918
of demonstration examples.
2762918
Downloaded code should be regarded as being of production quality. The
2762918
product is currently being used as a database and persistence engine in
2762918
many Open Source Software projects and even in commercial projects and
2762918
products! In it's current version it is extremely stable and reliable.
2762918
It is best known for its small size, ability to execute completely in
2762918
memory and its speed. Yet it is a completely functional relational
2762918
database management system that is completely free under the Modified
2762918
BSD License. Yes, that's right, completely free of cost or restrictions!
2762918
2762918
%package manual
6bdac06
Summary:    Manual for %{name}
6bdac06
Group:      Documentation
2762918
2762918
%description manual
2762918
Documentation for %{name}.
2762918
2762918
%package javadoc
6bdac06
Summary:    Javadoc for %{name}
6bdac06
Group:      Documentation
42b541e
Requires:   jpackage-utils
2762918
2762918
%description javadoc
2762918
Javadoc for %{name}.
2762918
2762918
%package demo
6bdac06
Summary:    Demo for %{name}
6bdac06
Group:      Development/Tools
6bdac06
Requires:   %{name} = %{epoch}:%{version}-%{release}
2762918
2762918
%description demo
2762918
Demonstrations and samples for %{name}.
2762918
2762918
%prep
2762918
%setup -T -c -n %{name}
2762918
(cd ..
2762918
unzip -q %{SOURCE0} 
2762918
)
2762918
# set right permissions
2762918
find . -name "*.sh" -exec chmod 755 \{\} \;
2762918
# remove all _notes directories
2762918
for dir in `find . -name _notes`; do rm -rf $dir; done
2762918
# remove all binary libs
2762918
find . -name "*.jar" -exec rm -f {} \;
2762918
find . -name "*.class" -exec rm -f {} \;
2762918
find . -name "*.war" -exec rm -f {} \;
2762918
# correct silly permissions
2762918
chmod -R go=u-w *
2762918
2762918
%patch0
9d7c5ed
%patch1 -p1
c7d28d0
%patch2
121a37d
%patch3 -p1
2762918
f9aa9cc
cp %{SOURCE5} ./pom.xml
f9aa9cc
2762918
%build
2762918
export CLASSPATH=$(build-classpath \
c1be239
servlet \
2762918
junit)
2762918
pushd build
2762918
ant jar javadoc
2762918
popd
2762918
2762918
%install
2762918
# jar
f9b1d7c
install -d -m 755 %{buildroot}%{_javadir}
f9b1d7c
install -m 644 lib/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar
2762918
# bin
f9b1d7c
install -d -m 755 %{buildroot}%{_bindir}
f9b1d7c
install -m 755 bin/runUtil.sh %{buildroot}%{_bindir}/%{name}RunUtil
f9b1d7c
# systemd
f9b1d7c
install -d -m 755 %{buildroot}%{_unitdir}
f9b1d7c
install -d -m 755 %{buildroot}%{_prefix}/lib/%{name}
ef96902
install -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}.service
f9b1d7c
install -m 755 %{SOURCE7} %{buildroot}%{_prefix}/lib/%{name}/%{name}-wrapper
f9b1d7c
install -m 755 %{SOURCE8} %{buildroot}%{_prefix}/lib/%{name}/%{name}-post
f9b1d7c
install -m 755 %{SOURCE9} %{buildroot}%{_prefix}/lib/%{name}/%{name}-stop
2762918
# config
f9b1d7c
install -d -m 755 %{buildroot}%{_sysconfdir}/sysconfig
f9b1d7c
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
2762918
# serverconfig
f9b1d7c
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
f9b1d7c
install -m 644 %{SOURCE2} %{buildroot}%{_localstatedir}/lib/%{name}/server.properties
f9b1d7c
install -m 644 %{SOURCE3} %{buildroot}%{_localstatedir}/lib/%{name}/webserver.properties
f9b1d7c
install -m 600 %{SOURCE4} %{buildroot}%{_localstatedir}/lib/%{name}/sqltool.rc
2762918
# lib
f9b1d7c
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/lib
f9b1d7c
install -m 644 lib/functions %{buildroot}%{_localstatedir}/lib/%{name}/lib
2762918
# data
f9b1d7c
install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/data
2762918
# demo
f9b1d7c
install -d -m 755 %{buildroot}%{_datadir}/%{name}/demo
f9b1d7c
install -m 755 demo/*.sh %{buildroot}%{_datadir}/%{name}/demo
f9b1d7c
install -m 644 demo/*.html %{buildroot}%{_datadir}/%{name}/demo
2762918
# javadoc
f9b1d7c
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
f9b1d7c
cp -r doc/src/* %{buildroot}%{_javadocdir}/%{name}
2762918
rm -rf doc/src
2762918
# manual
f9b1d7c
install -d -m 755 %{buildroot}%{_docdir}/%{name}-%{version}
f9b1d7c
cp -r doc/* %{buildroot}%{_docdir}/%{name}-%{version}
f9b1d7c
cp index.html %{buildroot}%{_docdir}/%{name}-%{version}
2762918
f9aa9cc
# Maven metadata
f9b1d7c
install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
f9b1d7c
%add_maven_depmap
f9aa9cc
f9b1d7c
pushd %{buildroot}%{_localstatedir}/lib/%{name}/lib
3e13ada
    # build-classpath can not be used as the jar is not
3e13ada
    # yet present during the build
3e13ada
    ln -s %{_javadir}/hsqldb.jar hsqldb.jar
6bdac06
    ln -s $(build-classpath servlet) servlet.jar
6bdac06
popd
6bdac06
6bdac06
%preun
f9b1d7c
%systemd_preun hsqldb.service
2762918
2762918
%pre
2762918
# Add the "hsqldb" user and group
2762918
# we need a shell to be able to use su - later
aa2f9b0
%{_sbindir}/groupadd -g 96 -f -r %{name} 2> /dev/null || :
aa2f9b0
%{_sbindir}/useradd -u 96 -g %{name} -s /sbin/nologin \
d640228
    -d %{_localstatedir}/lib/%{name} -r %{name} 2> /dev/null || :
2762918
2762918
%post
f9b1d7c
%systemd_post hsqldb.service
f9b1d7c
f9b1d7c
%postun
f9b1d7c
%systemd_postun_with_restart hsqldb.service
f9b1d7c
f9b1d7c
%triggerun -- hsqldb < 1.8.1.3-9
f9b1d7c
# Save the current service runlevel info
f9b1d7c
# User must manually run systemd-sysv-convert --apply httpd
f9b1d7c
# to migrate them to systemd targets
f9b1d7c
/usr/bin/systemd-sysv-convert --save hsqldb >/dev/null 2>&1 ||:
f9b1d7c
f9b1d7c
# If the package is allowed to autostart:
f9b1d7c
/bin/systemctl --no-reload enable hsqldb.service >/dev/null 2>&1 ||:
f9b1d7c
f9b1d7c
# Run these because the SysV package being removed won't do them
f9b1d7c
/sbin/chkconfig --del hsqldb >/dev/null 2>&1 || :
f9b1d7c
/bin/systemctl try-restart hsqldb.service >/dev/null 2>&1 || :
2d2332a
2762918
%files
c1be239
%defattr(-,root,root,-)
6bdac06
%doc doc/hsqldb_lic.txt
2762918
%{_javadir}/*
2762918
%attr(0755,root,root) %{_bindir}/*
6bdac06
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
f9b1d7c
%{_unitdir}/%{name}.service
f9b1d7c
%{_prefix}/lib/%{name}/%{name}-wrapper
f9b1d7c
%{_prefix}/lib/%{name}/%{name}-post
f9b1d7c
%{_prefix}/lib/%{name}/%{name}-stop
6bdac06
%attr(0700,hsqldb,hsqldb) %{_localstatedir}/lib/%{name}/data
2762918
%{_localstatedir}/lib/%{name}/lib
6bdac06
%{_localstatedir}/lib/%{name}/server.properties
6bdac06
%{_localstatedir}/lib/%{name}/webserver.properties
2762918
%attr(0600,hsqldb,hsqldb) %{_localstatedir}/lib/%{name}/sqltool.rc
6b23f8a
%dir %{_localstatedir}/lib/%{name}
f9aa9cc
%{_mavendepmapfragdir}/*
f9aa9cc
%{_mavenpomdir}/*
2d2332a
2762918
%files manual
gbenson 2241f40
%doc %{_docdir}/%{name}-%{version}
6bdac06
%doc doc/hsqldb_lic.txt
2762918
2762918
%files javadoc
c1be239
%{_javadocdir}/%{name}
6bdac06
%doc doc/hsqldb_lic.txt
2762918
2762918
%files demo
2762918
%{_datadir}/%{name}
2762918
2762918
%changelog
ef96902
* Fri May 17 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:1.8.1.3-11
ef96902
- Fix incorrect permissions on systemd unit file
ef96902
- Resolves: rhbz#963911
ef96902
c542ef2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.1.3-10
c542ef2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c542ef2
f9b1d7c
* Fri Aug 24 2012 Tomas Radej <tradej@redhat.com> - 1:1.8.1.3-9
f9b1d7c
- Switched from SysV to systemd
f9b1d7c
- Spec rearrangements
f9b1d7c
8e38e19
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.1.3-8
8e38e19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8e38e19
8f56e75
* Fri Apr 6 2012 Alexander Kurtakov <akurtako@redhat.com> 1:1.8.1.3-7
8f56e75
- Switch to servlet 3.0 by default.
8f56e75
3e13ada
* Thu Mar 08 2012 Tomas Radej <tradej@redhat.com> - 1:1.8.1.3-6
3e13ada
- Fixed symlink
3e13ada
121a37d
* Tue Jan 24 2012 Deepak Bhole <dbhole@redhat.com> - 1:1.8.1.3-5
121a37d
- Added patch to support JDBC 4.1/Java 7
121a37d
ec781fb
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.1.3-4
ec781fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ec781fb
86bbd59
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.1.3-3
86bbd59
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
86bbd59
42b541e
* Tue Jan 25 2011 Alexander Kurtakov <akurtako@redhat.com> 1:1.8.1.3-2
42b541e
- More merge review fixes.
42b541e
6bdac06
* Mon Jan 24 2011 Alexander Kurtakov <akurtako@redhat.com> 1:1.8.1.3-1
6bdac06
- Update to new upstream version.
6bdac06
- Fixes for the merge review.
6bdac06
c1be239
* Wed Oct 6 2010 Alexander Kurtakov <akurtako@redhat.com> 1:1.8.0.10-6
c1be239
- Update to use tomcat6 servlet implementation.
c1be239
f9aa9cc
* Mon Jan 11 2010 Mary Ellen Foster <mefoster at gmail.com> - 1.8.0.10-5
f9aa9cc
- Add maven2 pom and metadata
f9aa9cc
8267296
* Thu Oct 22 2009 Jesse Keating <jkeating@redhat.com> - 1.8.0.10-4
8267296
- Add patches from Caolan for #523110 and #517839
8267296
518abfa
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.0.10-3
518abfa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
518abfa
c4b49a4
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.0.10-2
c4b49a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c4b49a4
Jon Prindiville c4b520c
* Thu Jul 10 2008 Jon Prindiville <jprindiv@redhat.com> - 1:1.8.0.10-1
Jon Prindiville c4b520c
- Upgrade to 1.8.0.10
Jon Prindiville c4b520c
e1a0404
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:1.8.0.9-3
e1a0404
- drop repotag
e1a0404
c6e87db
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:1.8.0.9-2jpp.2
c6e87db
- fix license tag
c6e87db
824d403
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:1.8.0.9-2jpp.1
824d403
- Autorebuild for GCC 4.3
824d403
Jon Prindiville 9893fce
* Tue Jan 22 2008 Jon Prindiville <jprindiv@redhat.com> 1.8.0.9-1jpp.1
Jon Prindiville 9893fce
- Fix for bz# 428520: Defining JAVA_HOME in /etc/sysconfig/hsqldb
Jon Prindiville 9893fce
Jon Prindiville cd543b9
* Thu Jan 17 2008 Jon Prindiville <jprindiv@redhat.com> 1.8.0.9-1jpp
Jon Prindiville cd543b9
- Upgrade to 1.8.0.9
Jon Prindiville cd543b9
Jon Prindiville 7dd44e5
* Tue Dec 04 2007 Jon Prindiville <jprindiv@redhat.com> 1.8.0.8-1jpp.5
Jon Prindiville 7dd44e5
- Backport patch, addressing CVE-2007-4576
Jon Prindiville 7dd44e5
56100c2
* Tue Oct 16 2007 Deepak Bhole <dbhole@redhat.com> 1.8.0.8-1jpp.4
56100c2
- Rebuild
56100c2
c7d28d0
* Tue Oct 16 2007 Deepak Bhole <dbhole@redhat.com> 1.8.0.8-1jpp.3
c7d28d0
- Fix bz# 218135: Init script now specifies shell when starting service
c7d28d0
b4e4af1
* Thu Sep 20 2007 Deepak Bhole <dbhole@redhat.com> 1:1.8.0.8-1jpp.2
b4e4af1
- Added %%{?dist} to release, as per Fedora policy
b4e4af1
8241022
* Fri Aug 31 2007 Fernando Nasser <fnasser@redhat.com> 1:1.8.0.8-1jpp.1
8241022
- Merge with upstream
8241022
1d16608
* Fri Aug 31 2007 Fernando Nasser <fnasser@redhat.com> 1:1.8.0.8-1jpp
1d16608
- Upgrade to 1.8.0.8
9e68472
1d16608
* Mon Jan 22 2007 Deepak Bhole <dbhole@redhat.com> 1:1.8.0.7-2jpp
1d16608
- Update copyright date
6ee51c0
8241022
* Thu Jan 22 2007 Deepak Bhole <dbhole@redhat.com> 1:1.8.0.7-1jpp.2
8241022
- Bump release to build in rawhide
8241022
8241022
* Thu Jan 11 2007 Deepak Bhole <dbhole@redhat.com> 1:1.8.0.7-1jpp
1d16608
- Updgrade to 1.8.0.7
6ee51c0
8241022
* Thu Nov 30 2006 Deepak Bhole <dbhole@redhat.com> 1:1.8.0.4-4jpp.2
8241022
- Bump release to build in rawhide
8241022
8241022
* Wed Nov 29 2006 Deepak Bhole <dbhole@redhat.com> 1:1.8.0.4-4jpp
6b23f8a
- Added missing entries to the files section
1d16608
- From fnasser@redhat.com:
1d16608
  - Add post requires for servletapi5 to ensure installation order
1d16608
- From sgrubb@redhat.com:
1d16608
  - Apply patch correcting tmp file usage
6b23f8a
8241022
* Wed Oct 11 2006 Fernando Nasser <fnasser@redhat.com> 1:1.8.0.4-3jpp.4
8241022
- Add post requires for servletapi5 to ensure installation order
8241022
8241022
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> 1:1.8.0.4-3jpp.3
8241022
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
8241022
8241022
* Wed Sep 20 2006 Steve Grubb <sgrubb@redhat.com> 1:1.8.0.4-3jpp.2
8241022
- Apply patch correcting tmp file usage
8241022
1d16608
* Mon Aug 21 2006 Deepak Bhole <dbhole@redhat.com> 1:1.8.0.4-3jpp
eae96e3
- Add missing postun section.
eae96e3
8241022
* Tue Aug 08 2006 Deepak Bhole <dbhole@redhat.com> 1:1.8.0.4-2jpp.2
8241022
- Fix regression re: missing shadow-utils prereq.
8241022
1d16608
* Fri Aug 04 2006 Deepak Bhole <dbhole@redhat.com> 1:1.8.0.4-2jpp
2d2332a
- Add missing requirements.
2d2332a
- Merge with fc spec.
2d2332a
  - From gbenson@redhat.com:
2d2332a
    - Change /etc/init.d to /etc/rc.d/init.d.
2d2332a
    - Create hsqldb user and group with low IDs (RH bz #165670).
2d2332a
    - Do not remove hsqldb user and group on uninstall.
2d2332a
    - Build with servletapi5.
2d2332a
  - From ashah@redhat.com:
2d2332a
    - Change hsqldb user shell to /sbin/nologin.
2d2332a
  - From notting@redhat.com
2d2332a
    - use an assigned user/group id
2d2332a
2d2332a
* Fri Apr 28 2006 Fernando Nasser <fnasser@redhat.com> 1:1.8.0.4-1jpp
2d2332a
- First JPP 1.7 build
2d2332a
- Upgrade to 1.8.0.4
gbenson d8eeae2
gbenson d8eeae2
* Tue Jul 26 2005 Fernando Nasser <fnasser@redhat.com> 0:1.80.1-1jpp
gbenson d8eeae2
- Upgrade to 1.8.0.1
gbenson d8eeae2
gbenson d8eeae2
* Mon Mar 07 2005 Fernando Nasser <fnasser@redhat.com> 0:1.73.3-1jpp
gbenson d8eeae2
- Upgrade to 1.7.3.3
gbenson 2241f40
gbenson d8eeae2
* Wed Mar 02 2005 Fernando Nasser <fnasser@redhat.com> 0:1.73.0-1jpp
gbenson 2241f40
- Upgrade to 1.7.3.0
gbenson 2241f40
2762918
* Wed Aug 25 2004 Ralph Apel <r.apel at r-apel.de> 0:1.72.3-2jpp
2762918
- Build with ant-1.6.2
2762918
2762918
* Mon Aug 16 2004 Ralph Apel <r.apel at r-apel.de> 0:1.72.3-1jpp
2762918
- 1.7.2.3 stable
2762918
2762918
* Fri Jun 04 2004 Ralph Apel <r.apel at r-apel.de> 0:1.72-0.rc6b.1jpp
2762918
- 1.7.2 preview
2762918
2762918
* Tue May 06 2003 David Walluck <david@anti-microsoft.org> 0:1.71-1jpp
2762918
- 1.71
2762918
- update for JPackage 1.5
2762918
2762918
* Mon Mar 18 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.61-6jpp 
2762918
- generic servlet support
2762918
2762918
* Mon Jan 21 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.61-5jpp 
2762918
- versioned dir for javadoc
2762918
- no dependencies for javadoc package
2762918
- stricter dependencies for demo package
2762918
- section macro
2762918
- adaptation to new servlet3 package
2762918
2762918
* Mon Dec 17 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.61-4jpp
2762918
- javadoc in javadoc package
2762918
- doc reorganisation
2762918
- removed Requires: ant
2762918
- patches regenerated and bzipped
2762918
2762918
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.61-3jpp
2762918
- removed packager tag
2762918
- new jpp extension
2762918
2762918
* Fri Nov 09 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.61-2jpp
6bdac06
- added BuildRequires: servletapi3 ant
6bdac06
- added Requires:      servletapi3 ant
2762918
2762918
* Fri Nov 09 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.61-1jpp
2762918
- complete spec restyle
2762918
- splitted & improved linuxization patch
2762918
2762918
* Fri Nov 09 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.60-1jpp
2762918
- 1.60 first "official release" of Hsqldb
2762918
2762918
* Fri Nov 09 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.43-2jpp
2762918
- fixed version
2762918
2762918
* Fri Nov 09 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.43-1jpp
2762918
- first release
2762918
- linuxization patch (doc + script)