Vivek Lakshmanan 9544dc3
# Copyright (c) 2000-2005, JPackage Project
Vivek Lakshmanan 9544dc3
# All rights reserved.
Vivek Lakshmanan 9544dc3
#
Vivek Lakshmanan 9544dc3
# Redistribution and use in source and binary forms, with or without
Vivek Lakshmanan 9544dc3
# modification, are permitted provided that the following conditions
Vivek Lakshmanan 9544dc3
# are met:
Vivek Lakshmanan 9544dc3
#
Vivek Lakshmanan 9544dc3
# 1. Redistributions of source code must retain the above copyright
Vivek Lakshmanan 9544dc3
#    notice, this list of conditions and the following disclaimer.
Vivek Lakshmanan 9544dc3
# 2. Redistributions in binary form must reproduce the above copyright
Vivek Lakshmanan 9544dc3
#    notice, this list of conditions and the following disclaimer in the
Vivek Lakshmanan 9544dc3
#    documentation and/or other materials provided with the
Vivek Lakshmanan 9544dc3
#    distribution.
Vivek Lakshmanan 9544dc3
# 3. Neither the name of the JPackage Project nor the names of its
Vivek Lakshmanan 9544dc3
#    contributors may be used to endorse or promote products derived
Vivek Lakshmanan 9544dc3
#    from this software without specific prior written permission.
Vivek Lakshmanan 9544dc3
#
Vivek Lakshmanan 9544dc3
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Vivek Lakshmanan 9544dc3
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Vivek Lakshmanan 9544dc3
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Vivek Lakshmanan 9544dc3
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Vivek Lakshmanan 9544dc3
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
Vivek Lakshmanan 9544dc3
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
Vivek Lakshmanan 9544dc3
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Vivek Lakshmanan 9544dc3
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Vivek Lakshmanan 9544dc3
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Vivek Lakshmanan 9544dc3
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Vivek Lakshmanan 9544dc3
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Vivek Lakshmanan 9544dc3
#
Vivek Lakshmanan 9544dc3
f2163e0
Name:           velocity
Stanislav Ochotnicky cf428fb
Version:        1.7
6d50064
Release:        13%{?dist}
f2163e0
Epoch:          0
f2163e0
Summary:        Java-based template engine
4b00b2e
License:        ASL 2.0
Stanislav Ochotnicky 812bb9b
URL:            http://velocity.apache.org/
d7b1567
Source0:        http://www.apache.org/dist/%{name}/engine/%{version}/%{name}-%{version}.tar.gz
d7b1567
Source1:        http://repo1.maven.org/maven2/org/apache/%{name}/%{name}/%{version}/%{name}-%{version}.pom
Stanislav Ochotnicky cf428fb
Patch0:         0001-Remove-avalon-logkit.patch
6d50064
Patch1:         0004-Use-log4j-1.2.17.patch
Stanislav Ochotnicky cf428fb
Patch2:         0003-Use-system-jars.patch
f63d138
Patch3:         0004-JDBC-41-compat.patch
1b9dc3e
Patch4:         0001-Don-t-use-Werken-XPath.patch
a45d335
Patch5:         0006-Skip-Java-8-incompatible-test.patch
Stanislav Ochotnicky 43f8c8b
Requires:       apache-commons-collections
7fe27bf
Requires:       apache-commons-logging
7fe27bf
Requires:       apache-commons-lang
Stanislav Ochotnicky 5cb802a
Requires:       servlet3
Stanislav Ochotnicky cf428fb
Requires:       jakarta-oro
22ca2d8
Requires:       junit
22ca2d8
Requires:       hsqldb
1b9dc3e
Requires:       jaxen
Stanislav Ochotnicky 812bb9b
Requires:       jdom
f2163e0
Requires:       bcel
Stanislav Ochotnicky 812bb9b
Requires:       log4j
d7b1567
5303062
BuildRequires:  javapackages-local
f2163e0
BuildRequires:  ant
f2163e0
BuildRequires:  antlr
f2163e0
BuildRequires:  junit
d7b1567
BuildRequires:	ant-junit
d7b1567
BuildRequires:  hsqldb
Stanislav Ochotnicky 43f8c8b
BuildRequires:  apache-commons-collections
7fe27bf
BuildRequires:  apache-commons-logging
7fe27bf
BuildRequires:  apache-commons-lang
Stanislav Ochotnicky 5cb802a
BuildRequires:  servlet3
Stanislav Ochotnicky cf428fb
BuildRequires:  jakarta-oro
1b9dc3e
BuildRequires:  jaxen
Stanislav Ochotnicky 812bb9b
BuildRequires:  jdom
f2163e0
BuildRequires:  bcel
Stanislav Ochotnicky 812bb9b
BuildRequires:  log4j
Stanislav Ochotnicky 812bb9b
d7b1567
# It fails one of the arithmetic test cases with gcj
d7b1567
BuildRequires:	java-devel >= 1:1.6.0
f2163e0
BuildArch:      noarch
f2163e0
f2163e0
%description
f2163e0
Velocity is a Java-based template engine. It permits anyone to use the
f2163e0
simple yet powerful template language to reference objects defined in
f2163e0
Java code.
f2163e0
When Velocity is used for web development, Web designers can work in
f2163e0
parallel with Java programmers to develop web sites according to the
f2163e0
Model-View-Controller (MVC) model, meaning that web page designers can
f2163e0
focus solely on creating a site that looks good, and programmers can
f2163e0
focus solely on writing top-notch code. Velocity separates Java code
f2163e0
from the web pages, making the web site more maintainable over the long
f2163e0
run and providing a viable alternative to Java Server Pages (JSPs) or
f2163e0
PHP.
f2163e0
Velocity's capabilities reach well beyond the realm of web sites; for
f2163e0
example, it can generate SQL and PostScript and XML (see Anakia for more
f2163e0
information on XML transformations) from templates. It can be used
f2163e0
either as a standalone utility for generating source code and reports,
f2163e0
or as an integrated component of other systems. Velocity also provides
f2163e0
template services for the Turbine web application framework.
f2163e0
Velocity+Turbine provides a template service that will allow web
f2163e0
applications to be developed according to a true MVC model.
f2163e0
f2163e0
%package        manual
f2163e0
Summary:        Manual for %{name}
f2163e0
f2163e0
%description    manual
f2163e0
Documentation for %{name}.
f2163e0
f2163e0
%package        javadoc
f2163e0
Summary:        Javadoc for %{name}
f2163e0
f2163e0
%description    javadoc
f2163e0
Javadoc for %{name}.
f2163e0
f2163e0
%package        demo
f2163e0
Summary:        Demo for %{name}
f2163e0
Requires:       %{name} = %{epoch}:%{version}-%{release}
f2163e0
f2163e0
%description    demo
f2163e0
Demonstrations and samples for %{name}.
f2163e0
f2163e0
# -----------------------------------------------------------------------------
f2163e0
f2163e0
%prep
Vivek Lakshmanan 9544dc3
%setup -q -n %{name}-%{version}
f2163e0
Stanislav Ochotnicky 812bb9b
# remove bundled libs/classes (except those used for testing)
Stanislav Ochotnicky 812bb9b
find . -name '*.jar' -o -name '*.class' -not -path '*test*' -print -delete
Stanislav Ochotnicky 812bb9b
d7b1567
# Remove dependency on avalon-logkit
d7b1567
rm -f src/java/org/apache/velocity/runtime/log/AvalonLogChute.java
d7b1567
rm -f src/java/org/apache/velocity/runtime/log/AvalonLogSystem.java
d7b1567
rm -f src/java/org/apache/velocity/runtime/log/VelocityFormatter.java
Stanislav Ochotnicky cf428fb
Stanislav Ochotnicky 5cb802a
# need porting to new servlet API. We would just add a lot of empty functions
Stanislav Ochotnicky 5cb802a
rm  src/test/org/apache/velocity/test/VelocityServletTestCase.java
Stanislav Ochotnicky 5cb802a
35fd6a3
# This test doesn't work with new hsqldb
35fd6a3
rm src/test/org/apache/velocity/test/sql/DataSourceResourceLoaderTestCase.java
35fd6a3
Stanislav Ochotnicky cf428fb
cp %{SOURCE1} ./pom.xml
Stanislav Ochotnicky cf428fb
Stanislav Ochotnicky cf428fb
# remove rest of avalon logkit refences
d7b1567
%patch0 -p1
d7b1567
Stanislav Ochotnicky cf428fb
# Use system jar files instead of downloading from net
gbenson e0e44c0
%patch2 -p1
d7b1567
f63d138
%patch3 -p1
Stanislav Ochotnicky 43f8c8b
1b9dc3e
# Use jdom instead of werken-xpath
1b9dc3e
%patch4 -p1
1b9dc3e
%pom_remove_dep werken-xpath:
1b9dc3e
a45d335
# Skip Java 8 incompatible test
a45d335
%patch5 -p1
a45d335
f2163e0
# -----------------------------------------------------------------------------
f2163e0
f2163e0
%build
f2163e0
export CLASSPATH=$(build-classpath \
f2163e0
antlr \
Stanislav Ochotnicky 43f8c8b
apache-commons-collections \
7fe27bf
commons-lang \
7fe27bf
commons-logging \
Stanislav Ochotnicky 5cb802a
tomcat-servlet-api \
f2163e0
junit \
Stanislav Ochotnicky cf428fb
jakarta-oro \
6d50064
log4j:log4j:1.2.17 \
1b9dc3e
jaxen \
f2163e0
jdom \
f2163e0
bcel \
d7b1567
hsqldb \
d7b1567
junit)
f2163e0
ant \
f2163e0
  -buildfile build/build.xml \
f2163e0
  -Dbuild.sysclasspath=first \
f2163e0
  jar javadocs test
f2163e0
Stanislav Ochotnicky 812bb9b
# fix line-endings in generated files
Stanislav Ochotnicky 812bb9b
sed -i 's/\r//' docs/api/stylesheet.css docs/api/package-list
Stanislav Ochotnicky 812bb9b
f2163e0
# -----------------------------------------------------------------------------
f2163e0
f2163e0
%install
f2163e0
f2163e0
# jars
Stanislav Ochotnicky 812bb9b
install -d -m 755 %{buildroot}%{_javadir}
Stanislav Ochotnicky 812bb9b
install -p -m 644 bin/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
f2163e0
f2163e0
# javadoc
Stanislav Ochotnicky 812bb9b
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
Stanislav Ochotnicky 812bb9b
cp -pr docs/api/* %{buildroot}%{_javadocdir}/%{name}
f2163e0
f2163e0
# data
Stanislav Ochotnicky 812bb9b
install -d -m 755 %{buildroot}%{_datadir}/%{name}
Stanislav Ochotnicky cf428fb
cp -pr examples test %{buildroot}%{_datadir}/%{name}
f2163e0
d7b1567
# Maven metadata
d7b1567
install -pD -T -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
f2163e0
Stanislav Ochotnicky 5cb802a
%add_maven_depmap -a "%{name}:%{name}"
d7b1567
f2163e0
a260045
%files -f .mfiles
gbenson e0e44c0
%doc LICENSE NOTICE README.txt
f2163e0
f2163e0
%files manual
2ee828b
%doc LICENSE NOTICE
f2163e0
%doc docs/*
f2163e0
f2163e0
%files javadoc
2ee828b
%doc LICENSE NOTICE
Stanislav Ochotnicky 812bb9b
%{_javadocdir}/%{name}
f2163e0
f2163e0
%files demo
2ee828b
%doc LICENSE NOTICE
f2163e0
%{_datadir}/%{name}
f2163e0
f2163e0
%changelog
6d50064
* Wed Jun 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7-13
6d50064
- Use log4j 1.2 compat package
a45d335
- Skip Java 8 incompatible test
6d50064
ce4adb7
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7-12
ce4adb7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ce4adb7
a260045
* Wed May 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7-11
a260045
- Use .mfiles generated during build
a260045
1b9dc3e
* Sat Sep 21 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7-10
1b9dc3e
- Port from werken-xpath to jdom
1b9dc3e
- Resolves: rhbz#875817
1b9dc3e
35fd6a3
* Mon Aug 05 2013 Michal Srb <msrb@redhat.com> - 0:1.7-9
35fd6a3
- Fix FTBFS (Resolves: #992852)
35fd6a3
852d13b
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7-8
852d13b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
852d13b
17708ed
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7-7
17708ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
17708ed
2ee828b
* Wed Nov 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7-6
2ee828b
- Install NOTICE files
2ee828b
- Resolves: rhbz#879021
2ee828b
55b8c46
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7-5
55b8c46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
55b8c46
Stanislav Ochotnicky 5cb802a
* Tue Jun 05 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.7-4
Stanislav Ochotnicky 5cb802a
- Use new tomcat-servlet-api
Stanislav Ochotnicky 5cb802a
- Update to latest guidelines
Stanislav Ochotnicky 5cb802a
f63d138
* Fri Feb 17 2012 Deepak Bhole <dbhole@redhat.com> - 0:1.7-3
f63d138
- Resolved rhbz#791045
f63d138
- Added patch from Omaid Majid <omajid@redhat.com> to fix build with Java 7
f63d138
9ddb8fb
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7-2
9ddb8fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9ddb8fb
Stanislav Ochotnicky cf428fb
* Mon Feb 21 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.7-1
Stanislav Ochotnicky cf428fb
- Update to latest version
Stanislav Ochotnicky cf428fb
- Drop old patches
Stanislav Ochotnicky cf428fb
45df5f4
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.6.4-3
45df5f4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
45df5f4
Stanislav Ochotnicky 4709dae
* Fri Dec 17 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.6.4-2
Stanislav Ochotnicky 4709dae
- Add compatibility depmap
Stanislav Ochotnicky 4709dae
Stanislav Ochotnicky 812bb9b
* Wed Nov  3 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.6.4-1
Stanislav Ochotnicky 812bb9b
- Rebase to latest upstream
Stanislav Ochotnicky 812bb9b
- Fix problems from bz#226525
Stanislav Ochotnicky 812bb9b
Stanislav Ochotnicky 43f8c8b
* Thu Oct 14 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.6.3-5
Stanislav Ochotnicky 43f8c8b
- Use apache-commons-collections instead of jakarta name
Stanislav Ochotnicky 43f8c8b
- Use tomcat6 for dependency instead of tomcat5 (bz#640660)
Stanislav Ochotnicky 43f8c8b
7fe27bf
* Mon Jun 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.6.3-4
7fe27bf
- Fix BR/R for jakarta-commons-rename.
7fe27bf
630f754
* Sat Feb 13 2010 Mary Ellen Foster <mefoster at gmail.com> 0:1.6.3-3
630f754
- Get (Build)Requires right
630f754
22ca2d8
* Sat Feb 13 2010 Mary Ellen Foster <mefoster at gmail.com> 0:1.6.3-2
22ca2d8
- Require all of the packages in the POM
22ca2d8
- Add dist to version
22ca2d8
d7b1567
* Fri Jan 15 2010 Mary Ellen Foster <mefoster at gmail.com> 0:1.6.3-1
d7b1567
- Update to 1.6.3
d7b1567
- Remove dependency on avalon-logkit
d7b1567
- Add maven metadata and pom
d7b1567
063989a
* Sun Jan 10 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.4-10.5
063989a
- Drop gcj_support.
063989a
- Fix groups and url.
063989a
- Use upstream tarball.
063989a
c3c8590
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 0:1.4-10.4
c3c8590
- Convert specfile to UTF-8.
c3c8590
f3cdade
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.4-9.4
f3cdade
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f3cdade
ced88e2
* Fri Apr 24 2009 Milos Jakubicek <xjakub@fi.muni.cz> - 0:1.4-8.4
ced88e2
- Fix FTBFS: added velocity-enum.patch (enum is a reserved keyword in java >= 1.5)
ced88e2
2525158
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.4-8.3
2525158
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2525158
cd5e6f3
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.4-7.3
cd5e6f3
- drop repotag
cd5e6f3
4b00b2e
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.4-7jpp.2
4b00b2e
- fix license tag
4b00b2e
b256a87
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:1.4-7jpp.1
b256a87
- Autorebuild for GCC 4.3
b256a87
Vivek Lakshmanan f9b7379
* Tue Aug 08 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:1.4-6jpp.1
Vivek Lakshmanan f9b7379
- Resync with latest from JPP.
Vivek Lakshmanan f9b7379
- Partially adopt new naming convention.
Vivek Lakshmanan f9b7379
Vivek Lakshmanan bae9abd
* Sat Jul 22 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:1.4-5jpp_2fc
Vivek Lakshmanan bae9abd
- Rebuilt
Vivek Lakshmanan bae9abd
Vivek Lakshmanan 9544dc3
* Sat Jul 22 2006 Vivek Lakshmanan <vivekl@redhat.com> - 0:1.4-5jpp_1fc
Vivek Lakshmanan 9544dc3
- Merge with latest from JPP.
Vivek Lakshmanan 9544dc3
- Remove fileversion and my_version macros.
Vivek Lakshmanan 9544dc3
- Remove notexentests patch and replace with a patch to disable
Vivek Lakshmanan 9544dc3
- failure on tests.
Vivek Lakshmanan 9544dc3
292b2f1
* Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> - 0:1.4-3jpp_8fc
292b2f1
- Rebuilt
292b2f1
1d3928e
* Tue Jul 18 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.4-3jpp_7fc
1d3928e
- Build on all archs.
1d3928e
c7555ed
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0:1.4-3jpp_6fc
c7555ed
- rebuild
c7555ed
rafaels 7f56d1c
* Wed Mar  8 2006 Rafael Schloming <rafaels@redhat.com> - 0:1.4-3jpp_5fc
rafaels 7f56d1c
- excluded s390[x] and ppc64 due to eclipse
rafaels 7f56d1c
5a75670
* Mon Mar  6 2006 Jeremy Katz <katzj@redhat.com> - 0:1.4-3jpp_4fc
5a75670
- stop scriptlet spew
5a75670
004f7a7
* Wed Dec 21 2005 Jesse Keating <jkeating@redhat.com> - 0:1.4-3jpp_3fc
004f7a7
- rebuilt again
004f7a7
0c7613b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 0:1.4-3jpp_2fc
480fe33
- rebuilt
480fe33
vadimn 57bedc9
* Tue Nov  8 2005 Vadim Nasardinov <vadimn@redhat.com> - 0:1.4-3jpp_1fc
vadimn 57bedc9
- Converted from ISO-8859-1 to UTF-8
vadimn 57bedc9
gbenson f20d188
* Wed Jun 15 2005 Gary Benson <gbenson@redhat.com> 0:1.4-3jpp_1fc
gbenson f20d188
- Build into Fedora.
gbenson f20d188
gbenson 1ce2a1b
* Thu Jun  9 2005 Gary Benson <gbenson@redhat.com>
gbenson 1ce2a1b
- Remove jarfiles from the tarball.
gbenson 1ce2a1b
gbenson e0e44c0
* Mon Jun  6 2005 Gary Benson <gbenson@redhat.com>
gbenson e0e44c0
- Build with servletapi5.
gbenson e0e44c0
- Add NOTICE file as per Apache License version 2.0.
gbenson e0e44c0
- Skip some failing tests.
gbenson e0e44c0
0145dcc
* Mon Oct 18 2004 Fernando Nasser <fnasser@redhat.com> 0:1.4-3jpp_1rh
83786bd
- First Red Hat build
83786bd
f2163e0
* Thu Sep 23 2004 Ralph Apel <r.apel at r-apel.de> 0:1.4-3jpp
f2163e0
- Adapt to jdom-1.0-1 replacing org.jdom.input.DefaultJDOMFactory
f2163e0
  by org.jdom.DefaultJDOMFactory in AnakiaJDOMFactory.java
f2163e0
  as well as using org.jdom.output.Format in AnakiaTask.java
f2163e0
- Therefore require jdom >= 0:1.0-1
f2163e0
f2163e0
* Thu Sep 02 2004 Ralph Apel <r.apel at r-apel.de> 0:1.4-2jpp
f2163e0
- Build with ant-1.6.2
f2163e0
f2163e0
* Mon Jun 07 2004 Kaj J. Niemi <kajtzu@fi.basen.net> 0:1.4-1jpp
f2163e0
- 1.4 final
f2163e0
- Patch #0 is unnecessary (upstream)
f2163e0
- We have to build velocity against servletapi3
f2163e0
gbenson e0e44c0
* Wed Feb 18 2004 Kaj J. Niemi <kajtzu@fi.basen.net> 0:1.4-0.rc1.2jpp
f2163e0
- Fix a few jpackage related .spec typos, oops.
f2163e0
f2163e0
* Wed Feb 18 2004 Kaj J. Niemi <kajtzu@fi.basen.net> 0:1.4-0.rc1.1jpp
f2163e0
- Added Patch #0 (velocity-1.4-rc1-ServletTest.patch) from CVS which fixes
f2163e0
  build problems.
f2163e0
c3c8590
* Sun May 25 2003 Ville Skyttä <ville.skytta@iki.fi> - 0:1.3.1-2jpp
f2163e0
- Add Epochs to dependencies.
f2163e0
- Add explicit defattrs.
f2163e0
- Add non-versioned javadoc symlinks.
f2163e0
- Use sed instead of bash 2 extension when symlinking jars during build.
f2163e0
- Use full URL in Source.
f2163e0
- Fix -javadoc Group tag.
f2163e0
- Drop patch in favour of ant options.
f2163e0
- BuildRequire jpackage-utils and antlr (latter needed for Anakia tests).
f2163e0
f2163e0
* Sat May 24 2003 Richard Bullington-McGuire <rbulling@pkrinternet.com> 1.3.1-1jpp
f2163e0
- 1.3.1 stable release
f2163e0
f2163e0
* Fri May 23 2003 Richard Bullington-McGuire <rbulling@pkrinternet.com> 1.3-1jpp
f2163e0
- 1.3 stable release
f2163e0
- Updated for JPackage 1.5
f2163e0
- Run JUnit regression tests as part of the build process
f2163e0
- Added patch file to fix test case classpath for JUnit standard locations
f2163e0
Stanislav Ochotnicky 43f8c8b
* Mon May 06 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.3-0.rc1.1jpp
f2163e0
- 1.3.0rc1
f2163e0
- dropped patch
f2163e0
- versioned dir for javadoc
f2163e0
- no dependencies for manual and javadoc packages
f2163e0
- stricter dependency for demo package
f2163e0
f2163e0
* Wed Dec 12 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.2-1jpp
f2163e0
- 1.2
f2163e0
- regenerated patch and corrected manifest
f2163e0
- requires and buildrequires jdom >= 1.0-0.b7.1
f2163e0
f2163e0
* Wed Dec 5 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.1-4jpp
f2163e0
- javadoc into javadoc package
f2163e0
f2163e0
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 1.1-3jpp
f2163e0
- removed packager tag
f2163e0
- new jpp extension
f2163e0
f2163e0
* Thu Nov 1 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.1-2jpp
f2163e0
- first unified release
f2163e0
- s/jPackage/JPackage
f2163e0
f2163e0
* Fri Sep 14 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 1.1-1jpp
f2163e0
- first Mandrake release