ea12d0
%bcond_with bootstrap
ea12d0
ea12d0
%global upstream_version %(echo %{version} | tr '~' '-')
ea12d0
ea12d0
Name:           hamcrest
ea12d0
Version:        2.2
ea12d0
Release:        7%{?dist}
ea12d0
Summary:        Library of matchers for building test expressions
ea12d0
License:        BSD
ea12d0
URL:            https://github.com/hamcrest/JavaHamcrest
ea12d0
BuildArch:      noarch
ea12d0
ea12d0
Source0:        https://github.com/hamcrest/JavaHamcrest/archive/v%{upstream_version}.tar.gz#/%{name}-%{version}.tar.gz
ea12d0
Source1:        https://repo1.maven.org/maven2/org/hamcrest/hamcrest/%{upstream_version}/hamcrest-%{upstream_version}.pom
ea12d0
ea12d0
Patch0:         0001-Fix-build-with-OpenJDK-11.patch
ea12d0
ea12d0
BuildRequires:  maven-local
ea12d0
%if %{with bootstrap}
ea12d0
BuildRequires:  javapackages-bootstrap
ea12d0
%else
ea12d0
BuildRequires:  mvn(junit:junit)
ea12d0
%endif
ea12d0
ea12d0
Provides:       hamcrest-core = %{version}-%{release}
ea12d0
Obsoletes:      hamcrest-core < 1.3-32
ea12d0
Obsoletes:      hamcrest-demo < 1.3-32
ea12d0
ea12d0
%description
ea12d0
Provides a library of matcher objects (also known as constraints or predicates)
ea12d0
allowing 'match' rules to be defined declaratively, to be used in other
ea12d0
frameworks. Typical scenarios include testing frameworks, mocking libraries and
ea12d0
UI validation rules.
ea12d0
ea12d0
%package javadoc
ea12d0
Summary:        Javadoc for %{name}
ea12d0
ea12d0
%description javadoc
ea12d0
Javadoc for %{name}.
ea12d0
ea12d0
%prep
ea12d0
%setup -q -n JavaHamcrest-%{upstream_version}
ea12d0
%patch0 -p1
ea12d0
ea12d0
rm -rf docs
ea12d0
rm -rf *gradle*
ea12d0
rm -rf */*.gradle
ea12d0
ea12d0
mv hamcrest/src .
ea12d0
rm -rf hamcrest
ea12d0
rm -rf hamcrest-core
ea12d0
rm -rf hamcrest-integration
ea12d0
rm -rf hamcrest-library
ea12d0
ea12d0
cp -p %{SOURCE1} pom.xml
ea12d0
%pom_add_dep junit:junit::test
ea12d0
%pom_xpath_inject pom:project '
ea12d0
<build>
ea12d0
	<plugins>
ea12d0
		<plugin>
ea12d0
		<groupId>org.apache.maven.plugins</groupId>
ea12d0
		<artifactId>maven-compiler-plugin</artifactId>
ea12d0
		<version>3.8.1</version>
ea12d0
		<configuration>
ea12d0
			<source>1.8</source>
ea12d0
			<target>1.8</target>
ea12d0
		</configuration>
ea12d0
		</plugin>
ea12d0
	</plugins>
ea12d0
</build>'
ea12d0
ea12d0
%mvn_alias org.hamcrest:hamcrest org.hamcrest:hamcrest-all
ea12d0
%mvn_alias org.hamcrest:hamcrest org.hamcrest:hamcrest-core
ea12d0
%mvn_alias org.hamcrest:hamcrest org.hamcrest:hamcrest-library
ea12d0
ea12d0
sed -i 's/\r//' LICENSE.txt
ea12d0
ea12d0
%build
ea12d0
%mvn_build
ea12d0
ea12d0
%install
ea12d0
%mvn_install
ea12d0
ea12d0
%files -f .mfiles
ea12d0
%doc README.md
ea12d0
%license LICENSE.txt
ea12d0
ea12d0
%files javadoc -f .mfiles-javadoc
ea12d0
%license LICENSE.txt
ea12d0
ea12d0
%changelog
ea12d0
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.2-7
ea12d0
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
ea12d0
  Related: rhbz#1991688
ea12d0
ea12d0
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-6
ea12d0
- Rebuild to workaround DistroBaker issue
ea12d0
ea12d0
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-5
ea12d0
- Bootstrap Maven for CentOS Stream 9
ea12d0
ea12d0
* Tue Jun 01 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-4
ea12d0
- Obsolete hamcrest-core and -demo
ea12d0
- Resolves: rhbz#1966269
ea12d0
ea12d0
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-3
ea12d0
- Bootstrap build
ea12d0
- Non-bootstrap build
ea12d0
ea12d0
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-31
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
ea12d0
ea12d0
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-30
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
ea12d0
ea12d0
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 0:1.3-29
ea12d0
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
ea12d0
ea12d0
* Wed Jun 24 2020 Roland Grunberg <rgrunber@redhat.com> - 0:1.3-28
ea12d0
- Use source/target 1.6 to build against Java 11.
ea12d0
- Disable checking of remote javadoc links.
ea12d0
ea12d0
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-27
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
ea12d0
ea12d0
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2-2
ea12d0
- Mass rebuild for javapackages-tools 201902
ea12d0
ea12d0
* Thu Oct 17 2019 Marian Koncek <mkoncek@redhat.com> - 2.2-1
ea12d0
- Update to upstream version 2.2
ea12d0
ea12d0
* Wed Sep 18 2019 Marian Koncek <mkoncek@redhat.com> - 2.2~rc1-1
ea12d0
- Update to upstream version 2.2~rc1
ea12d0
ea12d0
* Mon Aug 19 2019 Marian Koncek <mkoncek@redhat.com> - 2.1-1
ea12d0
- Update to upstream version 2.1
ea12d0
ea12d0
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-26
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
ea12d0
ea12d0
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3-24
ea12d0
- Mass rebuild for javapackages-tools 201901
ea12d0
ea12d0
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-25
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
ea12d0
ea12d0
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-24
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
ea12d0
ea12d0
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-23
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ea12d0
ea12d0
* Mon Sep 25 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3-22
ea12d0
- Elimitate race condition when injecting JAR manifest
ea12d0
- Resolves: rhbz#1495234
ea12d0
- Remove bogus hamcrest-text JAR
ea12d0
ea12d0
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-21
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ea12d0
ea12d0
* Wed Mar 22 2017 Michael Simacek <msimacek@redhat.com> - 0:1.3-20
ea12d0
- Fix mistake in mvn_artifact invocation
ea12d0
ea12d0
* Tue Mar 21 2017 Michael Simacek <msimacek@redhat.com> - 0:1.3-19
ea12d0
- Install with XMvn
ea12d0
- Update upstream URL
ea12d0
- Build from github source
ea12d0
- Specfile cleanup
ea12d0
ea12d0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-18
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ea12d0
ea12d0
* Wed Feb 01 2017 Michael Simacek <msimacek@redhat.com> - 0:1.3-17
ea12d0
- Port to current QDox
ea12d0
ea12d0
* Mon Jan 02 2017 Michael Simacek <msimacek@redhat.com> - 0:1.3-16
ea12d0
- Try to fix nondeterministic failures by forking javac
ea12d0
ea12d0
* Mon Oct  3 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3-15
ea12d0
- Remove build-requires on perl
ea12d0
ea12d0
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:1.3-14
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ea12d0
ea12d0
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3-13
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ea12d0
ea12d0
* Thu May 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3-12
ea12d0
- Disable javadoc doclint
ea12d0
ea12d0
* Tue Feb 24 2015 Alexander Kurtakov <akurtako@redhat.com> 0:1.3-11
ea12d0
- Add obsoletes in core to the main package to ease updates.
ea12d0
ea12d0
* Mon Feb 23 2015 Alexander Kurtakov <akurtako@redhat.com> 0:1.3-10
ea12d0
- Split hamcrest-core subpackage to allow other frameworks to reduce deps.
ea12d0
ea12d0
* Wed Feb  4 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3-9
ea12d0
- Port to QDox 2.0
ea12d0
- Resolves: rhbz#1166700
ea12d0
ea12d0
* Wed Jul 30 2014 Mat Booth <mat.booth@redhat.com> - 0:1.3-8
ea12d0
- Fix FTBFS
ea12d0
- Always build integration jar (removes some complexity from the spec)
ea12d0
- Drop unused patch
ea12d0
ea12d0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3-7
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ea12d0
ea12d0
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.3-6
ea12d0
- Use Requires: java-headless rebuild (#1067528)
ea12d0
ea12d0
* Mon Aug 12 2013 Alexander Kurtakov <akurtako@redhat.com> 0:1.3-5
ea12d0
- Update osgi manifests.
ea12d0
ea12d0
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3-4
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ea12d0
ea12d0
* Wed Jul 24 2013 Alexander Kurtakov <akurtako@redhat.com> 0:1.3-3
ea12d0
- Build against easymock3.
ea12d0
ea12d0
* Wed Jul 03 2013 Michal Srb <msrb@redhat.com> - 0:1.3-2
ea12d0
- Add easymock2 to classpath (Resolves: #979501)
ea12d0
ea12d0
* Thu Mar 21 2013 Tomas Radej <tradej@redhat.com> - 0:1.3-1
ea12d0
- Updated to latest upstream version
ea12d0
ea12d0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-22
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ea12d0
ea12d0
* Mon Nov 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:1.1-21
ea12d0
- Fix core manifest typo ";" -> ","
ea12d0
ea12d0
* Tue Aug 14 2012 Severin Gehwolf <sgehwolf@redhat.com> 0:1.1-20
ea12d0
- Remove attributes in Export-Package header of hamcrest-core
ea12d0
  manifest.
ea12d0
ea12d0
* Wed Aug 1 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-19
ea12d0
- Add OSGi metadata to hamcrest-generator.
ea12d0
ea12d0
* Tue Jul 31 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-18
ea12d0
- Actually build integration.
ea12d0
ea12d0
* Tue Jul 31 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-17
ea12d0
- Add OSGi metadata to hamcrest-integration.
ea12d0
ea12d0
* Tue Jul 31 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-16
ea12d0
- Remove checksums from manifest.
ea12d0
ea12d0
* Tue Jul 31 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-15
ea12d0
- Add OSGi metadata to hamcrest-text.
ea12d0
ea12d0
* Tue Jul 31 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-14
ea12d0
- Add OSGi metadata for hamcrest-library.
ea12d0
ea12d0
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-13
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ea12d0
ea12d0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-12
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ea12d0
ea12d0
* Thu Aug 25 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-11
ea12d0
- Do not BR/R openjdk6 but java >= 1:1.6.0
ea12d0
- Adapt to current guidelines.
ea12d0
ea12d0
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-10.4
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ea12d0
ea12d0
* Sun Dec 12 2010 Mat Booth <fedora@matbooth.co.uk> 0:1.1-9.4
ea12d0
- Fix FTBFS due to zip BR - RHBZ #661011.
ea12d0
ea12d0
* Thu Oct 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-9.3
ea12d0
- Drop gcj support.
ea12d0
ea12d0
* Tue Aug 18 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-9.2
ea12d0
- Add OSGi manifest for hamcrest-core.
ea12d0
- Make javadoc package noarch.
ea12d0
ea12d0
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-9.1
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ea12d0
ea12d0
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-8.1
ea12d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ea12d0
ea12d0
* Mon Nov 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-7.1
ea12d0
- Fedora-specific: enable GCJ support
ea12d0
- Fedora-specific: build with java 1.6.0
ea12d0
- Fedora-specific: disable integration and tests
ea12d0
ea12d0
* Mon Nov 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-7
ea12d0
- update summary and description
ea12d0
ea12d0
* Tue Oct 28 2008 David Walluck <dwalluck@redhat.com> 0:1.1-6
ea12d0
- make demo dependency on testng conditional
ea12d0
ea12d0
* Fri Oct 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-5
ea12d0
- fix GCJ file list
ea12d0
- simplify build by always setting OPT_JAR_LIST
ea12d0
ea12d0
* Fri Oct 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-4
ea12d0
- add epoch to demo Requires
ea12d0
ea12d0
* Fri Oct 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-3
ea12d0
- set -Dant.build.javac.source=1.5
ea12d0
ea12d0
* Fri Oct 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-2
ea12d0
- add options to build without integration, jarjar, and tests
ea12d0
- allow build with java-devel >= 1.5.0
ea12d0
- remove javadoc scriptlets
ea12d0
- use more strict file list
ea12d0
- fix maven directory ownership
ea12d0
- add non-versioned symlink for demo
ea12d0
- fix GCJ requires
ea12d0
- fix eol in LICENSE.txt
ea12d0
- remove Vendor and Distribution
ea12d0
ea12d0
* Tue Feb 19 2008 Ralph Apel <r.apel@r-apel.de> - 0:1.1-1jpp
ea12d0
- 1.1
ea12d0
ea12d0
* Mon Feb 11 2008 Ralph Apel <r.apel@r-apel.de> - 0:4.3.1-4jpp
ea12d0
- Fix versioned jar name, was junit-4.3.1
ea12d0
- Restore Epoch
ea12d0
ea12d0
* Fri Jan 25 2008 Ralph Apel <r.apel@r-apel.de> - 0:4.3.1-3jpp
ea12d0
- build and upload noarch packages
ea12d0
- Add pom and depmap frag
ea12d0
- BR java-devel = 1.5.0
ea12d0
- Restore Vendor, Distribution from macros
ea12d0
ea12d0
* Tue Aug 07 2007 Ben Konrath <bkonrath@redhat.com> - 4.3.1-2jpp
ea12d0
- Set gcj_support to 0 to work around problems with GCJ.
ea12d0
- Fix buglet with the gcj post/postun if statement.
ea12d0
- Fix tab / space problems.
ea12d0
- Fix buildroot.
ea12d0
- Update Summary.
ea12d0
- Convert html files to Unix file endings.
ea12d0
- Disable aot-compile-rpm because it's not working ATM.
ea12d0
ea12d0
* Mon Jul 09 2007 Ben Konrath <bkonrath@redhat.com> - 4.3.1-1jpp
ea12d0
- 4.3.1.
ea12d0
ea12d0
* Mon Feb 12 2007 Thomas Fitzsimmons <fitzsim@redhat.com> - 3.8.2-3jpp.1.fc7
ea12d0
- Add dist tag
ea12d0
ea12d0
* Mon Feb 12 2007 Thomas Fitzsimmons <fitzsim@redhat.com> - 3.8.2-3jpp.1
ea12d0
- Committed on behalf of Tania Bento <tbento@redhat.com>
ea12d0
- Update per Fedora review process
ea12d0
- Resolves rhbz#225954
ea12d0
ea12d0
* Thu Aug 10 2006 Deepak Bhole <dbhole@redhat.com> -  0:3.8.2-3jpp.1
ea12d0
- Added missing requirements.
ea12d0
ea12d0
* Thu Aug 10 2006 Karsten Hopp <karsten@redhat.de> 0:3.8.2-2jpp_3fc
ea12d0
- Require(post/postun): coreutils
ea12d0
ea12d0
* Fri Jun 23 2006 Deepak Bhole <dbhole@redhat.com> -  0:3.8.2-2jpp_2fc
ea12d0
- Rebuilt.
ea12d0
ea12d0
* Thu Jun 22 2006 Deepak Bhole <dbhole@redhat.com> -  0:3.8.2-2jpp_1fc
ea12d0
- Upgrade to 3.8.2
ea12d0
- Added conditional native compilation.
ea12d0
- Fix path where demo is located.
ea12d0
ea12d0
* Fri Mar 03 2006 Ralph Apel <r.apel at r-apel.de> - 0:3.8.2-1jpp
ea12d0
- First JPP-1.7 release
ea12d0
ea12d0
* Mon Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:3.8.1-4jpp
ea12d0
- Rebuild with ant-1.6.2
ea12d0
ea12d0
* Fri May 09 2003 David Walluck <david@anti-microsoft.org> 0:3.8.1-3jpp
ea12d0
- update for JPackage 1.5
ea12d0
ea12d0
* Fri Mar 21 2003 Nicolas Mailhot <Nicolas.Mailhot (at) JPackage.org> 3.8.1-2jpp
ea12d0
- For jpackage-utils 1.5
ea12d0
ea12d0
* Fri Sep 06 2002 Henri Gomez <hgomez@users.sourceforge.net> 3.8.1-1jpp
ea12d0
- 3.8.1
ea12d0
ea12d0
* Sun Sep 01 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 3.8-2jpp
ea12d0
- used original zip file
ea12d0
ea12d0
* Thu Aug 29 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 3.8-1jpp
ea12d0
- 3.8
ea12d0
- group, vendor and distribution tags
ea12d0
ea12d0
* Sat Jan 19 2002 Guillaume Rousse <guillomovitch@users.sourceforge.net> 3.7-6jpp
ea12d0
- versioned dir for javadoc
ea12d0
- no dependencies for manual and javadoc packages
ea12d0
- stricter dependency for demo package
ea12d0
- additional sources in individual archives
ea12d0
- section macro
ea12d0
ea12d0
* Sat Dec 1 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 3.7-5jpp
ea12d0
- javadoc in javadoc package
ea12d0
ea12d0
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 3.7-4jpp
ea12d0
- fixed previous releases ...grrr
ea12d0
ea12d0
* Wed Nov 21 2001 Christian Zoffoli <czoffoli@littlepenguin.org> 3.7-3jpp
ea12d0
- added jpp extension
ea12d0
- removed packager tag
ea12d0
ea12d0
* Sun Sep 30 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 3.7-2jpp
ea12d0
- first unified release
ea12d0
- s/jPackage/JPackage
ea12d0
ea12d0
* Mon Sep 17 2001 Guillaume Rousse <guillomovitch@users.sourceforge.net> 3.7-1mdk
ea12d0
- 3.7
ea12d0
- vendor tag
ea12d0
- packager tag
ea12d0
- s/Copyright/License/
ea12d0
- truncated description to 72 columns in spec
ea12d0
- spec cleanup
ea12d0
- used versioned jar
ea12d0
- moved demo files to %%{_datadir}/%%{name}
ea12d0
ea12d0
* Sat Feb 17 2001 Guillaume Rousse <g.rousse@linux-mandrake.com> 3.5-1mdk
ea12d0
- first Mandrake release