diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..27dc31c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+SOURCES/hamcrest-1.3.tgz
diff --git a/.hamcrest.metadata b/.hamcrest.metadata
new file mode 100644
index 0000000..fe3a438
--- /dev/null
+++ b/.hamcrest.metadata
@@ -0,0 +1 @@
+f0ab4d66186b894a06d89d103c5225cf53697db3 SOURCES/hamcrest-1.3.tgz
diff --git a/SOURCES/hamcrest-1.3-build.patch b/SOURCES/hamcrest-1.3-build.patch
new file mode 100644
index 0000000..d3af809
--- /dev/null
+++ b/SOURCES/hamcrest-1.3-build.patch
@@ -0,0 +1,30 @@
+diff --git a/build.xml b/build.xml
+index 1cfd4fb..54d43fe 100644
+--- a/build.xml
++++ b/build.xml
+@@ -14,13 +14,13 @@
+
+
++ classpath="lib/generator/qdox.jar"/>
+
+
+-
++
+
+
+-
++
+
+
+
+@@ -152,7 +152,7 @@
+
+
++ windowtitle="Hamcrest" source="1.6" failonerror="yes">
+
+
+
diff --git a/SOURCES/hamcrest-1.3-javadoc.patch b/SOURCES/hamcrest-1.3-javadoc.patch
new file mode 100644
index 0000000..6c21e7d
--- /dev/null
+++ b/SOURCES/hamcrest-1.3-javadoc.patch
@@ -0,0 +1,17 @@
+diff --git a/build.xml b/build.xml
+index ed57763..a4550cb 100644
+--- a/build.xml
++++ b/build.xml
+@@ -135,11 +135,10 @@
+
+
+
+-
++
+
+
+
+-
+
+
+
+
+-
+
+
+@@ -132,7 +132,6 @@
+
+
+
+-
+
+
+
+@@ -146,11 +145,6 @@
+
+-
+-
+-
+-
+-
+
+
+
diff --git a/SOURCES/hamcrest-1.3-no-jarjar.patch b/SOURCES/hamcrest-1.3-no-jarjar.patch
new file mode 100644
index 0000000..caf5767
--- /dev/null
+++ b/SOURCES/hamcrest-1.3-no-jarjar.patch
@@ -0,0 +1,23 @@
+diff --git a/build.xml b/build.xml
+index 54d43fe..ed57763 100644
+--- a/build.xml
++++ b/build.xml
+@@ -13,17 +13,8 @@
+
+
+
+-
+-
+-
+-
+-
+-
+-
+-
+-
+
+
+
diff --git a/SOURCES/hamcrest-all-1.3.pom b/SOURCES/hamcrest-all-1.3.pom
new file mode 100644
index 0000000..cf693d8
--- /dev/null
+++ b/SOURCES/hamcrest-all-1.3.pom
@@ -0,0 +1,18 @@
+
+
+ 4.0.0
+
+
+ org.hamcrest
+ hamcrest-parent
+ 1.3
+
+
+ hamcrest-all
+ jar
+ Hamcrest All
+
+ A self-contained hamcrest jar containing all of the sub-modules in a single artifact.
+
+
diff --git a/SOURCES/hamcrest-core-1.3.pom b/SOURCES/hamcrest-core-1.3.pom
new file mode 100644
index 0000000..f37ce22
--- /dev/null
+++ b/SOURCES/hamcrest-core-1.3.pom
@@ -0,0 +1,18 @@
+
+
+ 4.0.0
+
+
+ org.hamcrest
+ hamcrest-parent
+ 1.3
+
+
+ hamcrest-core
+ jar
+ Hamcrest Core
+
+ This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
+
+
diff --git a/SOURCES/hamcrest-core-MANIFEST.MF b/SOURCES/hamcrest-core-MANIFEST.MF
new file mode 100644
index 0000000..47bc4c5
--- /dev/null
+++ b/SOURCES/hamcrest-core-MANIFEST.MF
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-Vendor: %providerName
+Bundle-ActivationPolicy: lazy
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.hamcrest.core
+Export-Package: org.hamcrest;version="1.1.0",
+ org.hamcrest.core;version="1.1.0",org.hamcrest.internal;version="1.
+ 1.0";x-internal:=true
+Bundle-Version: 1.1.0.v20090501071000
+Bundle-ManifestVersion: 2
diff --git a/SOURCES/hamcrest-generator-1.3.pom b/SOURCES/hamcrest-generator-1.3.pom
new file mode 100644
index 0000000..4615d7c
--- /dev/null
+++ b/SOURCES/hamcrest-generator-1.3.pom
@@ -0,0 +1,17 @@
+
+
+ 4.0.0
+
+
+ org.hamcrest
+ hamcrest-parent
+ 1.3
+
+
+ hamcrest-generator
+ Hamcrest generator
+
+ A tool to allow many Matcher implementations to be combined into a single class so users don't have to remember many classes/packages to import. Generates code.
+
+
diff --git a/SOURCES/hamcrest-generator-MANIFEST.MF b/SOURCES/hamcrest-generator-MANIFEST.MF
new file mode 100644
index 0000000..57ca8cc
--- /dev/null
+++ b/SOURCES/hamcrest-generator-MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-Vendor: %providerName
+Bundle-ActivationPolicy: lazy
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.hamcrest.generator
+Bundle-Version: 1.1.0.v20090501071000
+Export-Package: org.hamcrest.generator;version="1.1.0",org.hamcrest.ge
+ nerator.config;version="1.1.0"
+Bundle-ManifestVersion: 2
+Import-Package: com.thoughtworks.qdox;version="1.6.3",com.thoughtworks
+ .qdox.ant;version="1.6.3",com.thoughtworks.qdox.directorywalker;versi
+ on="1.6.3",com.thoughtworks.qdox.junit;version="1.6.3",com.thoughtwor
+ ks.qdox.model;version="1.6.3",com.thoughtworks.qdox.model.util;versio
+ n="1.6.3",com.thoughtworks.qdox.parser;version="1.6.3",com.thoughtwor
+ ks.qdox.parser.impl;version="1.6.3",com.thoughtworks.qdox.parser.stru
+ cts;version="1.6.3",com.thoughtworks.qdox.tools;version="1.6.3"
diff --git a/SOURCES/hamcrest-integration-1.3.pom b/SOURCES/hamcrest-integration-1.3.pom
new file mode 100644
index 0000000..c82c3e9
--- /dev/null
+++ b/SOURCES/hamcrest-integration-1.3.pom
@@ -0,0 +1,40 @@
+
+
+ 4.0.0
+
+
+ org.hamcrest
+ hamcrest-parent
+ 1.3
+
+
+ hamcrest-integration
+ jar
+ Hamcrest Integration
+
+ Provides integration between Hamcrest and other testing tools, including JUnit (3 and 4), TestNG, jMock and EasyMock.
+
+
+
+
+ org.hamcrest
+ hamcrest-library
+ 1.3
+
+
+
+ jmock
+ jmock
+ 1.1.0
+ true
+
+
+
+ org.easymock
+ easymock
+ 2.2
+ true
+
+
+
diff --git a/SOURCES/hamcrest-integration-MANIFEST.MF b/SOURCES/hamcrest-integration-MANIFEST.MF
new file mode 100644
index 0000000..736b0c4
--- /dev/null
+++ b/SOURCES/hamcrest-integration-MANIFEST.MF
@@ -0,0 +1,14 @@
+Manifest-Version: 1.0
+Bundle-Vendor: %providerName
+Bundle-ActivationPolicy: lazy
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.hamcrest.integration
+Require-Bundle: org.hamcrest.core;bundle-version="1.1.0"
+Bundle-Version: 1.1.0.v20090501071000
+Export-Package: org.hamcrest;integration=split;mandatory:=integration;
+ version="1.1.0",org.hamcrest.integration;version="1.1.0"
+Bundle-ManifestVersion: 2
+Import-Package: org.easymock;version="2.4.0";resolution:=optional,org.
+ jmock.core;version="1.10";resolution:=optional
diff --git a/SOURCES/hamcrest-library-1.3.pom b/SOURCES/hamcrest-library-1.3.pom
new file mode 100644
index 0000000..5ffb7c3
--- /dev/null
+++ b/SOURCES/hamcrest-library-1.3.pom
@@ -0,0 +1,26 @@
+
+
+ 4.0.0
+
+
+ org.hamcrest
+ hamcrest-parent
+ 1.3
+
+
+ hamcrest-library
+ jar
+ Hamcrest library
+
+ Hamcrest library of matcher implementations.
+
+
+
+
+ org.hamcrest
+ hamcrest-core
+ 1.3
+
+
+
\ No newline at end of file
diff --git a/SOURCES/hamcrest-library-MANIFEST.MF b/SOURCES/hamcrest-library-MANIFEST.MF
new file mode 100644
index 0000000..829a9a8
--- /dev/null
+++ b/SOURCES/hamcrest-library-MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-Vendor: %providerName
+Bundle-ActivationPolicy: lazy
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.hamcrest.library
+Require-Bundle: org.hamcrest.core;bundle-version="1.1.0"
+Bundle-Version: 1.1.0.v20090501071000
+Export-Package: org.hamcrest;version="1.1.0";library=split;mandatory:=
+ library,org.hamcrest.beans;version="1.1.0",org.hamcrest.collection;ve
+ rsion="1.1.0",org.hamcrest.number;version="1.1.0",org.hamcrest.object
+ ;version="1.1.0",org.hamcrest.text;version="1.1.0",org.hamcrest.xml;v
+ ersion="1.1.0"
+Bundle-ManifestVersion: 2
diff --git a/SOURCES/hamcrest-parent-1.3.pom b/SOURCES/hamcrest-parent-1.3.pom
new file mode 100644
index 0000000..df2698b
--- /dev/null
+++ b/SOURCES/hamcrest-parent-1.3.pom
@@ -0,0 +1,72 @@
+
+
+ 4.0.0
+
+ org.hamcrest
+ hamcrest-parent
+ 1.3
+ pom
+
+ Hamcrest Maven Parent
+ https://github.com/hamcrest/JavaHamcrest
+ General parent POM for all hamcrest libraries.
+
+
+
+ New BSD License
+ http://www.opensource.org/licenses/bsd-license.php
+ repo
+
+
+
+
+ https://github.com/hamcrest/JavaHamcrest
+ scm:git:git@github.com:hamcrest/JavaHamcrest.git
+
+
+
+
+ joe.walnes
+ Joe Walnes
+
+ Developer
+
+
+
+ nat.pryce
+ Nat Pryce
+
+ Developer
+
+
+
+ smgfreeman
+ Steve Freeman
+
+ Developer
+
+
+
+ neildunn
+ Neil Dunn
+
+ Developer
+
+
+
+ scarytom
+ Tom Denley
+
+ Developer
+
+
+
+
+
+ hamcrest-core
+ hamcrest-generator
+ hamcrest-library
+ hamcrest-integration
+
+
diff --git a/SPECS/hamcrest.spec b/SPECS/hamcrest.spec
new file mode 100644
index 0000000..25b75f5
--- /dev/null
+++ b/SPECS/hamcrest.spec
@@ -0,0 +1,466 @@
+# Copyright (c) 2000-2008, JPackage Project
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# 1. Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the
+# distribution.
+# 3. Neither the name of the JPackage Project nor the names of its
+# contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+%define with() %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
+%define without() %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
+%define bcond_with() %{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
+%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
+
+# This option controls integration which requires easymock2 and jmock
+%bcond_without integration
+
+# This option controls jarjar on qdox
+# Since bundling the qdox classes prevents upgrades, we disable it by default
+%bcond_with jarjar
+
+# This option controls tests which requires ant-junit and testng
+%bcond_with tests
+
+# If integration is disabled, then tests are disabled
+%if %without integration
+%bcond_with tests
+%endif
+
+Name: hamcrest
+Version: 1.3
+Release: 6%{?dist}
+Epoch: 0
+Summary: Library of matchers for building test expressions
+License: BSD
+URL: http://code.google.com/p/hamcrest/
+Group: Development/Tools
+Source0: http://%{name}.googlecode.com/files/%{name}-1.3.tgz
+Source1: http://repo1.maven.org/maven2/org/%{name}/%{name}-parent/%{version}/%{name}-parent-%{version}.pom
+Source2: http://repo1.maven.org/maven2/org/%{name}/%{name}-library/%{version}/%{name}-library-%{version}.pom
+Source3: http://repo1.maven.org/maven2/org/%{name}/%{name}-integration/%{version}/%{name}-integration-%{version}.pom
+Source4: http://repo1.maven.org/maven2/org/%{name}/%{name}-generator/%{version}/%{name}-generator-%{version}.pom
+Source5: http://repo1.maven.org/maven2/org/%{name}/%{name}-core/%{version}/%{name}-core-%{version}.pom
+Source6: http://repo1.maven.org/maven2/org/%{name}/%{name}-all/%{version}/%{name}-all-%{version}.pom
+
+Source8: hamcrest-core-MANIFEST.MF
+Source9: hamcrest-library-MANIFEST.MF
+Source11: hamcrest-integration-MANIFEST.MF
+Source12: hamcrest-generator-MANIFEST.MF
+
+Patch0: %{name}-%{version}-build.patch
+Patch1: %{name}-%{version}-no-jarjar.patch
+Patch2: %{name}-%{version}-no-integration.patch
+Patch3: %{name}-%{version}-javadoc.patch
+
+Requires: java >= 1:1.6.0
+Requires: qdox
+%if %with integration
+Requires: easymock2
+#Requires: jmock
+%endif
+
+BuildRequires: jpackage-utils >= 0:1.7.4
+BuildRequires: java-devel >= 1:1.6.0
+BuildRequires: ant >= 0:1.6.5
+BuildRequires: ant-junit
+BuildRequires: zip
+%if %with integration
+BuildRequires: easymock2
+%endif
+%if %with jarjar
+BuildRequires: jarjar
+%endif
+BuildRequires: junit
+BuildRequires: qdox
+%if %with tests
+BuildRequires: testng
+%endif
+
+BuildArch: noarch
+
+%description
+Provides a library of matcher objects (also known as constraints or predicates)
+allowing 'match' rules to be defined declaratively, to be used in other
+frameworks. Typical scenarios include testing frameworks, mocking libraries and
+UI validation rules.
+
+%package javadoc
+Group: Documentation
+Summary: Javadoc for %{name}
+BuildArch: noarch
+
+%description javadoc
+Javadoc for %{name}.
+
+%package demo
+Group: Development/Libraries
+Summary: Demos for %{name}
+Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: junit
+%if %with tests
+Requires: testng
+%endif
+
+%description demo
+Demonstrations and samples for %{name}.
+
+%prep
+%setup -q
+find . -type f -name "*.jar" | xargs -t rm
+rm -fr hamcrest-integration/src/main/java/org/hamcrest/integration/JMock1Adapter.java
+rm -fr hamcrest-integration/src/main/java/org/hamcrest/JMock1Matchers.java
+rm -fr hamcrest-unit-test/src/main/java/org/hamcrest/integration/JMock1AdapterTest.java
+# BUILD/hamcrest-%{version}/lib/generator/jarjar-1.0rc3.jar.no
+%if %with jarjar
+ln -sf $(build-classpath jarjar) lib/generator/
+%endif
+# BUILD/hamcrest-1.1/lib/generator/qdox-1.6.1.jar.no
+ln -sf $(build-classpath qdox) lib/generator/
+# BUILD/hamcrest-1.1/lib/integration/easymock-2.2.jar.no
+%if %with integration
+# easymock2 is now compat package
+ln -sf $(build-classpath easymock2-2.4) lib/integration/
+# BUILD/hamcrest-1.1/lib/integration/jmock-1.10RC1.jar.no
+ln -sf $(build-classpath jmock) lib/integration/
+%endif
+# BUILD/hamcrest-1.1/lib/integration/testng-4.6-jdk15.jar.no
+%if %with tests
+ln -sf $(build-classpath testng-jdk15) lib/integration/
+%endif
+%patch0 -p1
+%if %without jarjar
+%patch1 -p1
+%endif
+%if %without integration
+%patch2 -p1
+%endif
+%patch3 -p1
+
+perl -pi -e 's/\r$//g' LICENSE.txt
+
+%build
+export CLASSPATH=$(build-classpath qdox)
+export OPT_JAR_LIST="junit ant/ant-junit"
+# The unit-test goal is switched off as some tests fail with JDK 7
+# see https://github.com/hamcrest/JavaHamcrest/issues/30
+ant -Dant.build.javac.source=1.5 -Dversion=%{version} -Dbuild.sysclasspath=last clean core generator library bigjar javadoc
+
+# inject OSGi manifests
+mkdir -p META-INF
+cp -p %{SOURCE8} META-INF/MANIFEST.MF
+touch META-INF/MANIFEST.MF
+zip -u build/%{name}-core-%{version}.jar META-INF/MANIFEST.MF
+
+rm -fr META-INF
+mkdir -p META-INF
+cp -p %{SOURCE9} META-INF/MANIFEST.MF
+touch META-INF/MANIFEST.MF
+zip -u build/%{name}-library-%{version}.jar META-INF/MANIFEST.MF
+
+rm -fr META-INF
+mkdir -p META-INF
+cp -p %{SOURCE11} META-INF/MANIFEST.MF
+touch META-INF/MANIFEST.MF
+zip -u build/%{name}-integration-%{version}.jar META-INF/MANIFEST.MF
+
+rm -fr META-INF
+mkdir -p META-INF
+cp -p %{SOURCE12} META-INF/MANIFEST.MF
+touch META-INF/MANIFEST.MF
+zip -u build/%{name}-generator-%{version}.jar META-INF/MANIFEST.MF
+
+%install
+# jars
+install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/%{name}
+install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
+install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-parent.pom
+%add_maven_depmap JPP.%{name}-parent.pom
+
+install -m 644 build/%{name}-all-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/all.jar
+install -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-all.pom
+%add_maven_depmap JPP.%{name}-all.pom %{name}/all.jar
+
+install -m 644 build/%{name}-core-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/core.jar
+install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-core.pom
+%add_maven_depmap JPP.%{name}-core.pom %{name}/core.jar
+
+install -m 644 build/%{name}-generator-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/generator.jar
+install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-generator.pom
+%add_maven_depmap JPP.%{name}-generator.pom %{name}/generator.jar
+
+install -m 644 build/%{name}-library-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/library.jar
+install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-library.pom
+%add_maven_depmap JPP.%{name}-library.pom %{name}/library.jar
+
+%if %with integration
+install -m 644 build/%{name}-integration-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/integration.jar
+install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{name}-integration.pom
+%add_maven_depmap JPP.%{name}-integration.pom %{name}/integration.jar
+%endif
+
+%if %with tests
+install -m 644 build/%{name}-unit-test-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}/unit-test.jar
+%endif
+
+# javadoc
+install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+cp -pr build/temp/hamcrest-all-1.3-javadoc.jar.contents/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+
+# demo
+install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
+cp -pr %{name}-examples $RPM_BUILD_ROOT%{_datadir}/%{name}/
+
+%files
+%doc LICENSE.txt
+%dir %{_javadir}/%{name}
+%{_javadir}/%{name}/all.jar
+%{_javadir}/%{name}/core.jar
+%{_javadir}/%{name}/generator.jar
+%if %with integration
+%{_javadir}/%{name}/integration.jar
+%endif
+%{_javadir}/%{name}/library.jar
+%if %with tests
+%{_javadir}/%{name}/unit-test.jar
+%endif
+%{_mavenpomdir}/*
+%{_mavendepmapfragdir}/*
+
+%files javadoc
+%{_javadocdir}/%{name}
+
+%files demo
+%{_datadir}/%{name}
+
+%changelog
+* Fri Dec 27 2013 Daniel Mach - 01.3-6
+- Mass rebuild 2013-12-27
+
+* Wed Jul 31 2013 Michal Srb - 0:1.3-5
+- Fix R: easymock3 -> easymock2
+
+* Wed Jul 31 2013 Michal Srb - 0:1.3-4
+- Remove org.hamcrest:hamcrest-text artifact (it's no longer available in 1.3)
+
+* Wed Jul 03 2013 Michal Srb - 0:1.3-2
+- Add easymock2 to classpath (Resolves: #979501)
+
+* Fri Jun 28 2013 Mikolaj Izdebski - 0:1.3-2
+- Rebuild to regenerate API documentation
+- Resolves: CVE-2013-1571
+
+* Thu Mar 21 2013 Tomas Radej - 0:1.3-1
+- Updated to latest upstream version
+
+* Thu Feb 14 2013 Fedora Release Engineering - 0:1.1-22
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Mon Nov 26 2012 Stanislav Ochotnicky - 0:1.1-21
+- Fix core manifest typo ";" -> ","
+
+* Tue Aug 14 2012 Severin Gehwolf 0:1.1-20
+- Remove attributes in Export-Package header of hamcrest-core
+ manifest.
+
+* Wed Aug 1 2012 Alexander Kurtakov 0:1.1-19
+- Add OSGi metadata to hamcrest-generator.
+
+* Tue Jul 31 2012 Alexander Kurtakov 0:1.1-18
+- Actually build integration.
+
+* Tue Jul 31 2012 Alexander Kurtakov 0:1.1-17
+- Add OSGi metadata to hamcrest-integration.
+
+* Tue Jul 31 2012 Alexander Kurtakov 0:1.1-16
+- Remove checksums from manifest.
+
+* Tue Jul 31 2012 Alexander Kurtakov 0:1.1-15
+- Add OSGi metadata to hamcrest-text.
+
+* Tue Jul 31 2012 Alexander Kurtakov 0:1.1-14
+- Add OSGi metadata for hamcrest-library.
+
+* Thu Jul 19 2012 Fedora Release Engineering - 0:1.1-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering - 0:1.1-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Thu Aug 25 2011 Alexander Kurtakov 0:1.1-11
+- Do not BR/R openjdk6 but java >= 1:1.6.0
+- Adapt to current guidelines.
+
+* Wed Feb 09 2011 Fedora Release Engineering - 0:1.1-10.4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Sun Dec 12 2010 Mat Booth 0:1.1-9.4
+- Fix FTBFS due to zip BR - RHBZ #661011.
+
+* Thu Oct 7 2010 Alexander Kurtakov 0:1.1-9.3
+- Drop gcj support.
+
+* Tue Aug 18 2009 Alexander Kurtakov 0:1.1-9.2
+- Add OSGi manifest for hamcrest-core.
+- Make javadoc package noarch.
+
+* Fri Jul 24 2009 Fedora Release Engineering - 0:1.1-9.1
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Feb 24 2009 Fedora Release Engineering - 0:1.1-8.1
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Nov 24 2008 David Walluck 0:1.1-7.1
+- Fedora-specific: enable GCJ support
+- Fedora-specific: build with java 1.6.0
+- Fedora-specific: disable integration and tests
+
+* Mon Nov 24 2008 David Walluck 0:1.1-7
+- update summary and description
+
+* Tue Oct 28 2008 David Walluck 0:1.1-6
+- make demo dependency on testng conditional
+
+* Fri Oct 24 2008 David Walluck 0:1.1-5
+- fix GCJ file list
+- simplify build by always setting OPT_JAR_LIST
+
+* Fri Oct 24 2008 David Walluck 0:1.1-4
+- add epoch to demo Requires
+
+* Fri Oct 24 2008 David Walluck 0:1.1-3
+- set -Dant.build.javac.source=1.5
+
+* Fri Oct 24 2008 David Walluck 0:1.1-2
+- add options to build without integration, jarjar, and tests
+- allow build with java-devel >= 1.5.0
+- remove javadoc scriptlets
+- use more strict file list
+- fix maven directory ownership
+- add non-versioned symlink for demo
+- fix GCJ requires
+- fix eol in LICENSE.txt
+- remove Vendor and Distribution
+
+* Tue Feb 19 2008 Ralph Apel - 0:1.1-1jpp
+- 1.1
+
+* Mon Feb 11 2008 Ralph Apel - 0:4.3.1-4jpp
+- Fix versioned jar name, was junit-4.3.1
+- Restore Epoch
+
+* Fri Jan 25 2008 Ralph Apel - 0:4.3.1-3jpp
+- build and upload noarch packages
+- Add pom and depmap frag
+- BR java-devel = 1.5.0
+- Restore Vendor, Distribution from macros
+
+* Tue Aug 07 2007 Ben Konrath - 4.3.1-2jpp
+- Set gcj_support to 0 to work around problems with GCJ.
+- Fix buglet with the gcj post/postun if statement.
+- Fix tab / space problems.
+- Fix buildroot.
+- Update Summary.
+- Convert html files to Unix file endings.
+- Disable aot-compile-rpm because it's not working ATM.
+
+* Mon Jul 09 2007 Ben Konrath - 4.3.1-1jpp
+- 4.3.1.
+
+* Mon Feb 12 2007 Thomas Fitzsimmons - 3.8.2-3jpp.1.fc7
+- Add dist tag
+
+* Mon Feb 12 2007 Thomas Fitzsimmons - 3.8.2-3jpp.1
+- Committed on behalf of Tania Bento
+- Update per Fedora review process
+- Resolves rhbz#225954
+
+* Thu Aug 10 2006 Deepak Bhole - 0:3.8.2-3jpp.1
+- Added missing requirements.
+
+* Thu Aug 10 2006 Karsten Hopp 0:3.8.2-2jpp_3fc
+- Require(post/postun): coreutils
+
+* Fri Jun 23 2006 Deepak Bhole - 0:3.8.2-2jpp_2fc
+- Rebuilt.
+
+* Thu Jun 22 2006 Deepak Bhole - 0:3.8.2-2jpp_1fc
+- Upgrade to 3.8.2
+- Added conditional native compilation.
+- Fix path where demo is located.
+
+* Fri Mar 03 2006 Ralph Apel - 0:3.8.2-1jpp
+- First JPP-1.7 release
+
+* Mon Aug 23 2004 Randy Watler - 0:3.8.1-4jpp
+- Rebuild with ant-1.6.2
+* Fri May 09 2003 David Walluck 0:3.8.1-3jpp
+- update for JPackage 1.5
+
+* Fri Mar 21 2003 Nicolas Mailhot 3.8.1-2jpp
+- For jpackage-utils 1.5
+
+* Fri Sep 06 2002 Henri Gomez 3.8.1-1jpp
+- 3.8.1
+
+* Sun Sep 01 2002 Guillaume Rousse 3.8-2jpp
+- used original zip file
+
+* Thu Aug 29 2002 Guillaume Rousse 3.8-1jpp
+- 3.8
+- group, vendor and distribution tags
+
+* Sat Jan 19 2002 Guillaume Rousse 3.7-6jpp
+- versioned dir for javadoc
+- no dependencies for manual and javadoc packages
+- stricter dependency for demo package
+- additional sources in individual archives
+- section macro
+
+* Sat Dec 1 2001 Guillaume Rousse 3.7-5jpp
+- javadoc in javadoc package
+
+* Wed Nov 21 2001 Christian Zoffoli 3.7-4jpp
+- fixed previous releases ...grrr
+
+* Wed Nov 21 2001 Christian Zoffoli 3.7-3jpp
+- added jpp extension
+- removed packager tag
+
+* Sun Sep 30 2001 Guillaume Rousse 3.7-2jpp
+- first unified release
+- s/jPackage/JPackage
+
+* Mon Sep 17 2001 Guillaume Rousse 3.7-1mdk
+- 3.7
+- vendor tag
+- packager tag
+- s/Copyright/License/
+- truncated description to 72 columns in spec
+- spec cleanup
+- used versioned jar
+- moved demo files to %%{_datadir}/%%{name}
+
+* Sat Feb 17 2001 Guillaume Rousse 3.5-1mdk
+- first Mandrake release