[RPM (6.0)] [DIST generic] jama-1.0.2-2.jpp6
Ralph Apel <[email protected]>
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : jama Relocations: (not relocatable) Version : 1.0.2 Vendor: JPackage Project Release : 2.jpp6 Build Date: Fri 10 Aug 2012 11:23:14 PM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries/Java Source RPM: (none) Size : 82595 License: Public Domain Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://math.nist.gov/javanumerics/jama/ Summary : A Java Matrix Package. Description : JAMA is a basic linear algebra package for Java. It provides user-level classes for constructing and manipulating real, dense matrices. It is meant to provide sufficient functionality for routine problems, packaged in a way that is natural and understandable to non-experts. --------------- Ralph Apel <r.apel at r-apel.de> - 0:1.0.2-2 - First JPP-6 release --------------- jama.src: W: summary-ended-with-dot A Java Matrix Package. jama.src: W: specfile-error sh: line 0: fg: no job control jama.src: W: specfile-error sh: line 0: fg: no job control jama.src: W: no-signature 1 packages and 0 specfiles checked; 0 errors, 4 warnings. --------------- Index: jama.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/jama/jama.spec,v retrieving revision 1.1 diff -u -r1.1 jama.spec --- jama.spec 6 Oct 2008 05:28:01 -0000 1.1 +++ jama.spec 10 Aug 2012 21:27:10 -0000 @@ -1,4 +1,4 @@ -# Copyright (c) 2000-2008, JPackage Project +# Copyright (c) 2000-2012, JPackage Project # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -29,10 +29,14 @@ # %define section free +%define _binary_payload w9.gzdio +%define _source_payload w9.gzdio +%define _binary_filedigest_algorithm 1 +%define _source_filedigest_algorithm 1 Name: jama Version: 1.0.2 -Release: 1%{dist} +Release: 2%{?dist} Epoch: 0 Summary: A Java Matrix Package. @@ -47,9 +51,9 @@ BuildArch: noarch BuildRequires: jpackage-utils >= 0:1.7.5 -BuildRequires: java-devel >= 0:1.5.0 +BuildRequires: java-devel >= 0:1.6.0 -Requires: java >= 0:1.5.0 +Requires: java >= 0:1.6.0 Requires(post): jpackage-utils >= 0:1.7.5 Requires(postun): jpackage-utils >= 0:1.7.5 @@ -97,7 +101,6 @@ %add_to_maven_depmap %{name} %{name} %{version} JPP %{name} ln -sf %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar - # pom install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}.pom @@ -127,8 +130,10 @@ %doc %{_javadocdir}/%{name}-%{version} %doc %{_javadocdir}/%{name} - %changelog +* Fri Aug 10 2012 Ralph Apel <r.apel at r-apel.de> - 0:1.0.2-2 +- First JPP-6 release + * Mon Oct 06 2008 Ralph Apel <r.apel at r-apel.de> - 0:1.0.2-1.jpp5 - First release