rpms/hamcrest/devel hamcrest.spec,1.1,1.2

David Walluck dwalluck at fedoraproject.org
Tue Oct 28 14:44:14 UTC 2008


Author: dwalluck

Update of /cvs/pkgs/rpms/hamcrest/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10091

Modified Files:
	hamcrest.spec 
Log Message:
- make demo dependency on testng conditional


Index: hamcrest.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hamcrest/devel/hamcrest.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hamcrest.spec	27 Oct 2008 19:00:46 -0000	1.1
+++ hamcrest.spec	28 Oct 2008 14:43:44 -0000	1.2
@@ -53,7 +53,7 @@
 
 Name:           hamcrest
 Version:        1.1
-Release:        5.1%{?dist}
+Release:        6.1%{?dist}
 Epoch:          0
 Summary:        Hamcrest matcher object framework
 License:        BSD
@@ -126,7 +126,9 @@
 Requires:       %{name} = %{epoch}:%{version}-%{release}
 Requires:       junit
 Requires:       junit4
+%if %with tests
 Requires:       testng
+%endif
 
 %description demo
 Demonstrations and samples for %{name}.
@@ -296,11 +298,14 @@
 %{_datadir}/%{name}
 
 %changelog
-* Fri Oct 24 2008 David Walluck <dwalluck at redhat.com> 0:1.1-5.1
+* Tue Oct 28 2008 David Walluck <dwalluck at redhat.com> 0:1.1-6.1
 - Fedora-specific: enable GCJ support
 - Fedora-specific: build with java 1.6.0
 - Fedora-specific: disable integration and tests
 
+* Tue Oct 28 2008 David Walluck <dwalluck at redhat.com> 0:1.1-6
+- make demo dependency on testng conditional
+
 * Fri Oct 24 2008 David Walluck <dwalluck at redhat.com> 0:1.1-5
 - fix GCJ file list
 - simplify build by always setting OPT_JAR_LIST




More information about the scm-commits mailing list