- update summary and description

This commit is contained in:
dwalluck 2008-11-24 19:23:14 +00:00
parent 7ee466ad6d
commit b6e91d0207

View File

@ -53,9 +53,9 @@
Name: hamcrest Name: hamcrest
Version: 1.1 Version: 1.1
Release: 6.1%{?dist} Release: 7.1%{?dist}
Epoch: 0 Epoch: 0
Summary: Hamcrest matcher object framework Summary: Library of matchers for building test expressions
License: BSD License: BSD
URL: http://code.google.com/p/hamcrest/ URL: http://code.google.com/p/hamcrest/
Group: Development/Tools Group: Development/Tools
@ -107,11 +107,10 @@ Requires(post): jpackage-utils >= 0:1.7.4
Requires(postun): jpackage-utils >= 0:1.7.4 Requires(postun): jpackage-utils >= 0:1.7.4
%description %description
Provides a library of matcher objects (also known as Provides a library of matcher objects (also known as constraints or predicates)
constraints or predicates) allowing 'match' rules to allowing 'match' rules to be defined declaratively, to be used in other
be defined declaratively, to be used in other frameworks. frameworks. Typical scenarios include testing frameworks, mocking libraries and
Typical scenarios include testing frameworks, mocking UI validation rules.
libraries and UI validation rules.
%package javadoc %package javadoc
Group: Documentation Group: Documentation
@ -298,11 +297,14 @@ fi
%{_datadir}/%{name} %{_datadir}/%{name}
%changelog %changelog
* Tue Oct 28 2008 David Walluck <dwalluck@redhat.com> 0:1.1-6.1 * Mon Nov 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-7.1
- Fedora-specific: enable GCJ support - Fedora-specific: enable GCJ support
- Fedora-specific: build with java 1.6.0 - Fedora-specific: build with java 1.6.0
- Fedora-specific: disable integration and tests - Fedora-specific: disable integration and tests
* Mon Nov 24 2008 David Walluck <dwalluck@redhat.com> 0:1.1-7
- update summary and description
* Tue Oct 28 2008 David Walluck <dwalluck@redhat.com> 0:1.1-6 * Tue Oct 28 2008 David Walluck <dwalluck@redhat.com> 0:1.1-6
- make demo dependency on testng conditional - make demo dependency on testng conditional