[RPM (6.0)] [DIST generic] jep-2.4.1-2.jpp6
Ralph Apel <[email protected]>
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : jep Relocations: (not relocatable) Version : 2.4.1 Vendor: JPackage Project Release : 2.jpp6 Build Date: Sun 12 Aug 2012 09:31:10 AM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries/Java Source RPM: (none) Size : 2653187 License: GPL Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://www.singularsys.com/jep/ Summary : Java Math Expression Parser Description : Jep is a Java library for parsing and evaluating mathematical expressions. With this package you can allow your users to enter an arbitrary formula as a string, and instantly evaluate it. Jep supports user defined variables, constants, and functions. A number of common mathematical functions and constants are included. --------------- Ralph Apel <r.apel at r-apel.de> - 0:2.4.1-2 - First JPP-6 release --------------- jep.src: W: specfile-error sh: line 0: fg: no job control jep.src: W: specfile-error sh: line 0: fg: no job control jep.src: W: no-signature 1 packages and 0 specfiles checked; 0 errors, 3 warnings. --------------- Index: jep.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/jep/jep.spec,v retrieving revision 1.1 diff -u -r1.1 jep.spec --- jep.spec 6 Oct 2008 05:38:50 -0000 1.1 +++ jep.spec 12 Aug 2012 07:52:07 -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 @@ -30,10 +30,14 @@ %define section free %define ext_version 1.1.1 +%define _binary_payload w9.gzdio +%define _source_payload w9.gzdio +%define _binary_filedigest_algorithm 1 +%define _source_filedigest_algorithm 1 Name: jep Version: 2.4.1 -Release: 1%{dist} +Release: 2%{?dist} Epoch: 0 Summary: Java Math Expression Parser @@ -48,15 +52,14 @@ BuildArch: noarch BuildRequires: jpackage-utils >= 0:1.7.5 -BuildRequires: java-devel >= 0:1.5.0 -BuildRequires: ant >= 0:1.6.5 +BuildRequires: java-devel >= 0:1.6.0 +BuildRequires: ant >= 0:1.7.1 BuildRequires: ant-nodeps - BuildRequires: javacc3 BuildRequires: jama BuildRequires: junit -Requires: java >= 0:1.5.0 +Requires: java >= 0:1.6.0 Requires: jama Requires(post): jpackage-utils >= 0:1.7.5 @@ -139,6 +142,9 @@ %doc %{_javadocdir}/%{name} %changelog +* Sun Aug 12 2012 Ralph Apel <r.apel at r-apel.de> - 0:2.4.1-2 +- First JPP-6 release + * Mon Oct 06 2008 Ralph Apel <r.apel at r-apel.de> - 0:2.4.1-1.jpp5 - First release