Blame SPECS/hamcrest.spec

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