6bc20a
# Copyright (c) 2000-2008, JPackage Project
6bc20a
# All rights reserved.
6bc20a
#
6bc20a
# Redistribution and use in source and binary forms, with or without
6bc20a
# modification, are permitted provided that the following conditions
6bc20a
# are met:
6bc20a
#
6bc20a
# 1. Redistributions of source code must retain the above copyright
6bc20a
#    notice, this list of conditions and the following disclaimer.
6bc20a
# 2. Redistributions in binary form must reproduce the above copyright
6bc20a
#    notice, this list of conditions and the following disclaimer in the
6bc20a
#    documentation and/or other materials provided with the
6bc20a
#    distribution.
6bc20a
# 3. Neither the name of the JPackage Project nor the names of its
6bc20a
#    contributors may be used to endorse or promote products derived
6bc20a
#    from this software without specific prior written permission.
6bc20a
#
6bc20a
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
6bc20a
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
6bc20a
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
6bc20a
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
6bc20a
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
6bc20a
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
6bc20a
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
6bc20a
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
6bc20a
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6bc20a
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
6bc20a
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6bc20a
#
6bc20a
6bc20a
Name:           hamcrest
6bc20a
Version:        1.3
6bc20a
Release:        23%{?dist}
6bc20a
Epoch:          0
6bc20a
Summary:        Library of matchers for building test expressions
6bc20a
License:        BSD
6bc20a
URL:            https://github.com/hamcrest/JavaHamcrest
6bc20a
Source0:        https://github.com/hamcrest/JavaHamcrest/archive/hamcrest-java-%{version}.tar.gz
6bc20a
6bc20a
Source8:        hamcrest-core-MANIFEST.MF
6bc20a
Source9:        hamcrest-library-MANIFEST.MF
6bc20a
Source11:       hamcrest-integration-MANIFEST.MF
6bc20a
Source12:       hamcrest-generator-MANIFEST.MF
6bc20a
6bc20a
Patch0:         %{name}-%{version}-build.patch
6bc20a
Patch1:         %{name}-%{version}-no-jarjar.patch
6bc20a
Patch3:         %{name}-%{version}-javadoc.patch
6bc20a
Patch4:         %{name}-%{version}-qdox-2.0.patch
6bc20a
Patch5:         %{name}-%{version}-fork-javac.patch
6bc20a
6bc20a
Requires:       qdox
6bc20a
Requires:       easymock >= 3.0
6bc20a
Requires:       %{name}-core = %{epoch}:%{version}-%{release}
6bc20a
6bc20a
BuildRequires:  javapackages-local
6bc20a
BuildRequires:  ant
6bc20a
BuildRequires:  ant-junit
6bc20a
BuildRequires:  easymock
6bc20a
BuildRequires:  junit
6bc20a
BuildRequires:  qdox
6bc20a
BuildRequires:  testng
6bc20a
6bc20a
BuildArch:      noarch
6bc20a
6bc20a
%description
6bc20a
Provides a library of matcher objects (also known as constraints or predicates)
6bc20a
allowing 'match' rules to be defined declaratively, to be used in other
6bc20a
frameworks. Typical scenarios include testing frameworks, mocking libraries and
6bc20a
UI validation rules.
6bc20a
6bc20a
%package core
6bc20a
Summary:        Core API of hamcrest matcher framework.
6bc20a
Obsoletes:      %{name} < 0:1.3-10
6bc20a
6bc20a
%description core
6bc20a
The core API of hamcrest matcher framework to be used by third-party framework providers. 
6bc20a
This includes the a foundation set of matcher implementations for common operations. 
6bc20a
6bc20a
%package javadoc
6bc20a
Summary:        Javadoc for %{name}
6bc20a
6bc20a
%description javadoc
6bc20a
Javadoc for %{name}.
6bc20a
6bc20a
%package demo
6bc20a
Summary:        Demos for %{name}
6bc20a
Requires:       %{name} = %{epoch}:%{version}-%{release}
6bc20a
Requires:       junit
6bc20a
Requires:       testng
6bc20a
6bc20a
%description demo
6bc20a
Demonstrations and samples for %{name}.
6bc20a
6bc20a
%prep
6bc20a
%setup -q -n JavaHamcrest-%{name}-java-%{version}
6bc20a
6bc20a
find . -type f -name "*.jar" | xargs -t rm
6bc20a
rm -fr hamcrest-integration/src/main/java/org/hamcrest/integration/JMock1Adapter.java
6bc20a
rm -fr hamcrest-integration/src/main/java/org/hamcrest/JMock1Matchers.java
6bc20a
rm -fr hamcrest-unit-test/src/main/java/org/hamcrest/integration/JMock1AdapterTest.java
6bc20a
# BUILD/hamcrest-1.1/lib/generator/qdox-1.6.1.jar.no
6bc20a
ln -sf $(build-classpath qdox) lib/generator/
6bc20a
# BUILD/hamcrest-1.1/lib/integration/easymock-2.2.jar.no
6bc20a
ln -sf $(build-classpath easymock3) lib/integration/
6bc20a
# BUILD/hamcrest-1.1/lib/integration/jmock-1.10RC1.jar.no
6bc20a
ln -sf $(build-classpath jmock) lib/integration/
6bc20a
# BUILD/hamcrest-1.1/lib/integration/testng-4.6-jdk15.jar.no
6bc20a
ln -sf $(build-classpath testng-jdk15) lib/integration/
6bc20a
6bc20a
%patch0 -p1
6bc20a
%patch1 -p1
6bc20a
%patch3 -p1
6bc20a
%patch4 -p1
6bc20a
%patch5 -p1
6bc20a
6bc20a
sed -i 's/\r//' LICENSE.txt
6bc20a
6bc20a
%build
6bc20a
export CLASSPATH=$(build-classpath qdox)
6bc20a
export OPT_JAR_LIST="junit ant/ant-junit"
6bc20a
# The unit-test goal is switched off as some tests fail with JDK 7
6bc20a
# see https://github.com/hamcrest/JavaHamcrest/issues/30
6bc20a
ant -Dant.build.javac.source=1.5 -Dversion=%{version} -Dbuild.sysclasspath=last clean core generator library bigjar javadoc
6bc20a
6bc20a
# inject OSGi manifests
6bc20a
jar ufm build/%{name}-core-%{version}.jar %{SOURCE8}
6bc20a
jar ufm build/%{name}-library-%{version}.jar %{SOURCE9}
6bc20a
jar ufm build/%{name}-integration-%{version}.jar %{SOURCE11}
6bc20a
jar ufm build/%{name}-generator-%{version}.jar %{SOURCE12}
6bc20a
6bc20a
%install
6bc20a
sed -i 's/@VERSION@/%{version}/g' pom/*.pom
6bc20a
6bc20a
%mvn_artifact pom/hamcrest-parent.pom
6bc20a
6bc20a
for mod in all core generator library integration; do
6bc20a
    %mvn_artifact pom/hamcrest-$mod.pom build/%{name}-$mod-%{version}.jar
6bc20a
done
6bc20a
6bc20a
%mvn_package :hamcrest-parent core
6bc20a
%mvn_package :hamcrest-core core
6bc20a
6bc20a
%mvn_file ':hamcrest-{*}' %{name}/@1
6bc20a
6bc20a
# demo
6bc20a
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
6bc20a
cp -pr %{name}-examples $RPM_BUILD_ROOT%{_datadir}/%{name}/
6bc20a
6bc20a
%mvn_install -J build/temp/hamcrest-all-1.3-javadoc.jar.contents/
6bc20a
6bc20a
%files -f .mfiles
6bc20a
6bc20a
%files core -f .mfiles-core
6bc20a
%license LICENSE.txt
6bc20a
6bc20a
%files javadoc -f .mfiles-javadoc
6bc20a
%license LICENSE.txt
6bc20a
6bc20a
%files demo
6bc20a
%{_datadir}/%{name}
6bc20a
6bc20a
%changelog
6bc20a
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-23
6bc20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6bc20a
6bc20a
* Mon Sep 25 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3-22
6bc20a
- Elimitate race condition when injecting JAR manifest
6bc20a
- Resolves: rhbz#1495234
6bc20a
- Remove bogus hamcrest-text JAR
6bc20a
6bc20a
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-21
6bc20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6bc20a
6bc20a
* Wed Mar 22 2017 Michael Simacek <msimacek@redhat.com> - 0:1.3-20
6bc20a
- Fix mistake in mvn_artifact invocation
6bc20a
6bc20a
* Tue Mar 21 2017 Michael Simacek <msimacek@redhat.com> - 0:1.3-19
6bc20a
- Install with XMvn
6bc20a
- Update upstream URL
6bc20a
- Build from github source
6bc20a
- Specfile cleanup
6bc20a
6bc20a
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-18
6bc20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6bc20a
6bc20a
* Wed Feb 01 2017 Michael Simacek <msimacek@redhat.com> - 0:1.3-17
6bc20a
- Port to current QDox
6bc20a
6bc20a
* Mon Jan 02 2017 Michael Simacek <msimacek@redhat.com> - 0:1.3-16
6bc20a
- Try to fix nondeterministic failures by forking javac
6bc20a
6bc20a
* Mon Oct  3 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3-15
6bc20a
- Remove build-requires on perl
6bc20a
6bc20a
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-14
6bc20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6bc20a
6bc20a
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3-13
6bc20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6bc20a
6bc20a
* Thu May 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3-12
6bc20a
- Disable javadoc doclint
6bc20a
6bc20a
* Tue Feb 24 2015 Alexander Kurtakov <akurtako@redhat.com> 0:1.3-11
6bc20a
- Add obsoletes in core to the main package to ease updates.
6bc20a
6bc20a
* Mon Feb 23 2015 Alexander Kurtakov <akurtako@redhat.com> 0:1.3-10
6bc20a
- Split hamcrest-core subpackage to allow other frameworks to reduce deps.
6bc20a
6bc20a
* Wed Feb  4 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3-9
6bc20a
- Port to QDox 2.0
6bc20a
- Resolves: rhbz#1166700
6bc20a
6bc20a
* Wed Jul 30 2014 Mat Booth <mat.booth@redhat.com> - 0:1.3-8
6bc20a
- Fix FTBFS
6bc20a
- Always build integration jar (removes some complexity from the spec)
6bc20a
- Drop unused patch
6bc20a
6bc20a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3-7
6bc20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6bc20a
6bc20a
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.3-6
6bc20a
- Use Requires: java-headless rebuild (#1067528)
6bc20a
6bc20a
* Mon Aug 12 2013 Alexander Kurtakov <akurtako@redhat.com> 0:1.3-5
6bc20a
- Update osgi manifests.
6bc20a
6bc20a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3-4
6bc20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6bc20a
6bc20a
* Wed Jul 24 2013 Alexander Kurtakov <akurtako@redhat.com> 0:1.3-3
6bc20a
- Build against easymock3.
6bc20a
6bc20a
* Wed Jul 03 2013 Michal Srb <msrb@redhat.com> - 0:1.3-2
6bc20a
- Add easymock2 to classpath (Resolves: #979501)
6bc20a
6bc20a
* Thu Mar 21 2013 Tomas Radej <tradej@redhat.com> - 0:1.3-1
6bc20a
- Updated to latest upstream version
6bc20a
6bc20a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-22
6bc20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6bc20a
6bc20a
* Mon Nov 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.1-21
6bc20a
- Fix core manifest typo ";" -> ","
6bc20a
6bc20a
* Tue Aug 14 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:1.1-20
6bc20a
- Remove attributes in Export-Package header of hamcrest-core
6bc20a
  manifest.
6bc20a
6bc20a
* Wed Aug 1 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-19
6bc20a
- Add OSGi metadata to hamcrest-generator.
6bc20a
6bc20a
* Tue Jul 31 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-18
6bc20a
- Actually build integration.
6bc20a
6bc20a
* Tue Jul 31 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-17
6bc20a
- Add OSGi metadata to hamcrest-integration.
6bc20a
6bc20a
* Tue Jul 31 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-16
6bc20a
- Remove checksums from manifest.
6bc20a
6bc20a
* Tue Jul 31 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-15
6bc20a
- Add OSGi metadata to hamcrest-text.
6bc20a
6bc20a
* Tue Jul 31 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-14
6bc20a
- Add OSGi metadata for hamcrest-library.
6bc20a
6bc20a
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-13
6bc20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6bc20a
6bc20a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-12
6bc20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6bc20a
6bc20a
* Thu Aug 25 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-11
6bc20a
- Do not BR/R openjdk6 but java >= 1:1.6.0
6bc20a
- Adapt to current guidelines.
6bc20a
6bc20a
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-10.4
6bc20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6bc20a
6bc20a
* Sun Dec 12 2010 Mat Booth <fedora@matbooth.co.uk> 0:1.1-9.4
6bc20a
- Fix FTBFS due to zip BR - RHBZ #661011.
6bc20a
6bc20a
* Thu Oct 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-9.3
6bc20a
- Drop gcj support.
6bc20a
6bc20a
* Tue Aug 18 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-9.2
6bc20a
- Add OSGi manifest for hamcrest-core.
6bc20a
- Make javadoc package noarch.
6bc20a
6bc20a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-9.1
6bc20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6bc20a
6bc20a
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-8.1
6bc20a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6bc20a
6bc20a
* Mon Nov 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-7.1
6bc20a
- Fedora-specific: enable GCJ support
6bc20a
- Fedora-specific: build with java 1.6.0
6bc20a
- Fedora-specific: disable integration and tests
6bc20a
6bc20a
* Mon Nov 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-7
6bc20a
- update summary and description
6bc20a
6bc20a
* Tue Oct 28 2008 David Walluck <dwalluck@redhat.com> 0:1.1-6
6bc20a
- make demo dependency on testng conditional
6bc20a
6bc20a
* Fri Oct 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-5
6bc20a
- fix GCJ file list
6bc20a
- simplify build by always setting OPT_JAR_LIST
6bc20a
6bc20a
* Fri Oct 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-4
6bc20a
- add epoch to demo Requires
6bc20a
6bc20a
* Fri Oct 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-3
6bc20a
- set -Dant.build.javac.source=1.5
6bc20a
6bc20a
* Fri Oct 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-2
6bc20a
- add options to build without integration, jarjar, and tests
6bc20a
- allow build with java-devel >= 1.5.0
6bc20a
- remove javadoc scriptlets
6bc20a
- use more strict file list
6bc20a
- fix maven directory ownership
6bc20a
- add non-versioned symlink for demo
6bc20a
- fix GCJ requires
6bc20a
- fix eol in LICENSE.txt
6bc20a
- remove Vendor and Distribution
6bc20a
6bc20a
* Tue Feb 19 2008 Ralph Apel <r.apel@r-apel.de> - 0:1.1-1jpp
6bc20a
- 1.1
6bc20a
6bc20a
* Mon Feb 11 2008 Ralph Apel <r.apel@r-apel.de> - 0:4.3.1-4jpp
6bc20a
- Fix versioned jar name, was junit-4.3.1
6bc20a
- Restore Epoch
6bc20a
6bc20a
* Fri Jan 25 2008 Ralph Apel <r.apel@r-apel.de> - 0:4.3.1-3jpp
6bc20a
- build and upload noarch packages
6bc20a
- Add pom and depmap frag
6bc20a
- BR java-devel = 1.5.0
6bc20a
- Restore Vendor, Distribution from macros
6bc20a
6bc20a
* Tue Aug 07 2007 Ben Konrath <bkonrath@redhat.com> - 4.3.1-2jpp
6bc20a
- Set gcj_support to 0 to work around problems with GCJ.
6bc20a
- Fix buglet with the gcj post/postun if statement.
6bc20a
- Fix tab / space problems.
6bc20a
- Fix buildroot.
6bc20a
- Update Summary.
6bc20a
- Convert html files to Unix file endings.
6bc20a
- Disable aot-compile-rpm because it's not working ATM.
6bc20a
6bc20a
* Mon Jul 09 2007 Ben Konrath <bkonrath@redhat.com> - 4.3.1-1jpp
6bc20a
- 4.3.1.
6bc20a
6bc20a
* Mon Feb 12 2007 Thomas Fitzsimmons <fitzsim@redhat.com> - 3.8.2-3jpp.1.fc7
6bc20a
- Add dist tag
6bc20a
6bc20a
* Mon Feb 12 2007 Thomas Fitzsimmons <fitzsim@redhat.com> - 3.8.2-3jpp.1
6bc20a
- Committed on behalf of Tania Bento <tbento@redhat.com>
6bc20a
- Update per Fedora review process
6bc20a
- Resolves rhbz#225954
6bc20a
6bc20a
* Thu Aug 10 2006 Deepak Bhole <dbhole@redhat.com> -  0:3.8.2-3jpp.1
6bc20a
- Added missing requirements.
6bc20a
6bc20a
* Thu Aug 10 2006 Karsten Hopp <karsten@redhat.de> 0:3.8.2-2jpp_3fc
6bc20a
- Require(post/postun): coreutils
6bc20a
6bc20a
* Fri Jun 23 2006 Deepak Bhole <dbhole@redhat.com> -  0:3.8.2-2jpp_2fc
6bc20a
- Rebuilt.
6bc20a
6bc20a
* Thu Jun 22 2006 Deepak Bhole <dbhole@redhat.com> -  0:3.8.2-2jpp_1fc
6bc20a
- Upgrade to 3.8.2
6bc20a
- Added conditional native compilation.
6bc20a
- Fix path where demo is located.
6bc20a
6bc20a
* Fri Mar 03 2006 Ralph Apel <r.apel at r-apel.de> - 0:3.8.2-1jpp
6bc20a
- First JPP-1.7 release
6bc20a
6bc20a
* Mon Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:3.8.1-4jpp
6bc20a
- Rebuild with ant-1.6.2
6bc20a
* Fri May 09 2003 David Walluck <david@anti-microsoft.org> 0:3.8.1-3jpp
6bc20a
- update for JPackage 1.5
6bc20a
6bc20a
* Fri Mar 21 2003 Nicolas Mailhot <Nicolas.Mailhot (at) JPackage.org> 3.8.1-2jpp
6bc20a
- For jpackage-utils 1.5
6bc20a
6bc20a
* Fri Sep 06 2002 Henri Gomez <hgomez@users.sourceforge.net> 3.8.1-1jpp
6bc20a
- 3.8.1
6bc20a
6bc20a
* Sun Sep 01 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 3.8-2jpp
6bc20a
- used original zip file
6bc20a
6bc20a
* Thu Aug 29 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 3.8-1jpp
6bc20a
- 3.8
6bc20a
- group, vendor and distribution tags
6bc20a
6bc20a
* Sat Jan 19 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 3.7-6jpp
6bc20a
- versioned dir for javadoc
6bc20a
- no dependencies for manual and javadoc packages
6bc20a
- stricter dependency for demo package
6bc20a
- additional sources in individual archives
6bc20a
- section macro
6bc20a
6bc20a
* Sat Dec 1 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 3.7-5jpp
6bc20a
- javadoc in javadoc package
6bc20a
6bc20a
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 3.7-4jpp
6bc20a
- fixed previous releases ...grrr
6bc20a
6bc20a
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 3.7-3jpp
6bc20a
- added jpp extension
6bc20a
- removed packager tag
6bc20a
6bc20a
* Sun Sep 30 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 3.7-2jpp
6bc20a
- first unified release
6bc20a
- s/jPackage/JPackage
6bc20a
6bc20a
* Mon Sep 17 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 3.7-1mdk
6bc20a
- 3.7
6bc20a
- vendor tag
6bc20a
- packager tag
6bc20a
- s/Copyright/License/
6bc20a
- truncated description to 72 columns in spec
6bc20a
- spec cleanup
6bc20a
- used versioned jar
6bc20a
- moved demo files to %%{_datadir}/%%{name}
6bc20a
6bc20a
* Sat Feb 17 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 3.5-1mdk
6bc20a
- first Mandrake release