[RPM (6.0)] [DIST generic] jacl-1.4.1-2.jpp6
Ralph Apel <[email protected]>
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : jacl Relocations: (not relocatable) Version : 1.4.1 Vendor: JPackage Project Release : 2.jpp6 Build Date: Fri 10 Aug 2012 08:24:10 AM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries/Java Source RPM: (none) Size : 1927241 License: BSD Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://tcljava.sourceforge.net/docs/website/index.html Summary : Java Tcl integration Description : Jacl is a self-contained implementation of a Tcl interpreter, written entirely in Java. Jacl also includes features that facilitate communication between a Java interpreter and a Tcl interpreter. Jacl is typically used to incorporate scripting functionality into an existing Java application. Jacl is the ideal solution for users that want to add Tcl scripting to a Java application, but don't want to deal with the complexities of native code that come with Tcl Blend. --------------- Ralph Apel <r.apel at r-apel.de> - 0:1.4.1-2 - First JPP-6 release --------------- jacl.src: W: specfile-error sh: line 0: fg: no job control jacl.src: W: specfile-error sh: line 0: fg: no job control jacl.src: W: no-signature jacl.src:86: W: configure-without-libdir-spec 1 packages and 0 specfiles checked; 0 errors, 4 warnings. --------------- Index: jacl.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/jacl/jacl.spec,v retrieving revision 1.1 diff -u -r1.1 jacl.spec --- jacl.spec 5 Oct 2008 19:11:23 -0000 1.1 +++ jacl.spec 10 Aug 2012 06:28:02 -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: jacl Version: 1.4.1 -Release: 1%{dist} +Release: 2%{?dist} Epoch: 0 Summary: Java Tcl integration @@ -47,10 +51,10 @@ BuildArch: noarch BuildRequires: jpackage-utils >= 0:1.7.5 -BuildRequires: java-devel >= 0:1.5.0 +BuildRequires: java-devel >= 0:1.6.0 BuildRequires: make -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 @@ -103,8 +107,6 @@ (cd $RPM_BUILD_ROOT%{_javadir}/%{name} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done) - - # pom install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{name}-jacl.pom @@ -120,7 +122,6 @@ %clean rm -rf $RPM_BUILD_ROOT - %post %update_maven_depmap @@ -140,6 +141,9 @@ %doc %{_javadocdir}/%{name} %changelog +* Fri Aug 10 2012 Ralph Apel <r.apel at r-apel.de> - 0:1.4.1-2 +- First JPP-6 release + * Mon Oct 06 2008 Ralph Apel <r.apel at r-apel.de> - 0:1.4.1-1.jpp5 - First release