[RPM (6.0)] [DIST generic] scalacheck-1.8-3.jpp6
Ralph Apel <[email protected]> Tue, 5 Feb 2013 16:39:48 +0100
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : scalacheck Relocations: (not relocatable) Version : 1.8 Vendor: JPackage Project Release : 3.jpp6 Build Date: Tue 05 Feb 2013 04:37:09 PM CET Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Java Source RPM: (none) Size : 1862227 License: BSD Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://code.google.com/p/scalacheck/ Summary : ScalaCheck Test Framework Description : ScalaCheck is a powerful tool for automatic unit testing of Scala and Java programs. It features automatic test case generation and minimization of failing test cases. ScalaCheck started out as a Scala port of the Haskell library QuickCheck, and has since evolved and been extended with features not found in Haskell QuickCheck. --------------- Ralph Apel <[email protected]> 0:1.8-3 - Prevent xzpayload problem --------------- scalacheck.src: W: source-or-patch-not-bzipped scalacheck-1.8.tgz scalacheck.src: W: source-or-patch-not-bzipped scalacheck-build.patch scalacheck.src: W: non-standard-group Development/Java scalacheck.src: W: no-signature scalacheck.src: W: name-repeated-in-summary ScalaCheck 1 packages and 0 specfiles checked; 0 errors, 5 warnings. --------------- Index: scalacheck.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/scalacheck/scalacheck.spec,v retrieving revision 1.1 diff -u -r1.1 scalacheck.spec --- scalacheck.spec 16 Jan 2013 09:51:27 -0000 1.1 +++ scalacheck.spec 5 Feb 2013 15:39:47 -0000 @@ -28,14 +28,15 @@ # 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}} +%define section free +%define _binary_payload w9.gzdio +%define _source_payload w9.gzdio +%define _binary_filedigest_algorithm 1 +%define _source_filedigest_algorithm 1 Name: scalacheck Version: 1.8 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 0 Summary: ScalaCheck Test Framework License: BSD @@ -143,6 +144,9 @@ %{_docdir}/%{name}-%{version}/* %changelog +* Tue Feb 05 2013 Ralph Apel <[email protected]> 0:1.8-3 +- Prevent xzpayload problem + * Wed Jan 16 2013 Ralph Apel <[email protected]> 0:1.8-2 - add poms and depmap frags