[RPM (6.0)] [DIST generic] testng-6.3.1-1.jpp6
Ralph Apel <[email protected]> Fri, 21 Sep 2012 08:31:14 +0200
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : testng Relocations: (not relocatable) Version : 6.3.1 Vendor: JPackage Project Release : 1.jpp6 Build Date: Fri 21 Sep 2012 08:20:04 AM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Testing Source RPM: (none) Size : 14362250 License: ASL 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://testng.org Summary : TestNG Description : TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use, such as: - JDK 5 Annotations (JDK 1.4 is also supported with JavaDoc annotations). - Flexible test configuration. - Support for data-driven testing (with @DataProvider). - Support for parameters. - Allows distribution of tests on slave machines. - Powerful execution model (no more TestSuite). - Supported by a variety of tools and plug-ins (Eclipse, IDEA, Maven, etc...). - Embeds BeanShell for further flexibility. - Default JDK functions for runtime and logging (no dependencies). - Dependent methods for application server testing. TestNG is designed to cover all categories of tests: unit, functional, end-to-end, integration, etc... --------------- Ralph Apel <[email protected]> 0:6.3.1-1 - 6.3.1 --------------- testng.src: W: source-or-patch-not-bzipped testng-pom.patch testng.src: W: no-signature testng.src: W: name-repeated-in-summary TestNG testng.src: W: mixed-use-of-spaces-and-tabs (spaces: line 40, tab: line 42) testng.src: W: invalid-license ASL 2.0 1 packages and 0 specfiles checked; 0 errors, 5 warnings. --------------- Index: testng.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/testng/testng.spec,v retrieving revision 1.5 diff -u -r1.5 testng.spec --- testng.spec 23 Sep 2011 18:38:18 -0000 1.5 +++ testng.spec 21 Sep 2012 06:31:13 -0000 @@ -1,4 +1,4 @@ -# Copyright (c) 2000-2011, JPackage Project +# Copyright (c) 2000-2012, JPackage Project # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -29,21 +29,24 @@ # %bcond_without repolib - %global namedversion %{version} %define section free +%define _binary_payload w9.gzdio +%define _source_payload w9.gzdio +%define _binary_filedigest_algorithm 1 +%define _source_filedigest_algorithm 1 Name: testng -Version: 6.1.1 -Release: 3%{?dist} +Version: 6.3.1 +Release: 1%{?dist} Epoch: 0 Summary: TestNG License: ASL 2.0 Group: Development/Testing URL: http://testng.org -# git clone git://github.com/cbeust/testng.git && cd testng && git archive --prefix="testng-6.1.1/" --format=tar testng-6.1.1 | bzip2 > ../testng-6.1.1.tar.bz2 -Source0: testng-6.1.1.tar.bz2 +# git clone https://github.com/cbeust/testng.git && cd testng && git archive --prefix="testng-6.3.1/" --format=tar testng-6.3.1 | bzip2 > ../testng-6.3.1.tar.bz2 +Source0: testng-6.3.1.tar.bz2 Patch0: testng-pom.patch Requires(post): jpackage-utils Requires(postun): jpackage-utils @@ -214,6 +217,9 @@ %endif %changelog +* Fri Sep 21 2012 Ralph Apel <[email protected]> 0:6.3.1-1 +- 6.3.1 + * Thu Sep 22 2011 Ralph Apel <[email protected]> 0:6.1.1-3 - Add testng-jdk15 compat symlink