[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jpackage-announce
Subject:    [JPackage-announce] [RPM (1.6)] jpackage-utils-1.6.6-1jpp
From:       jpackage () zarb ! org (David Walluck)
Date:       2005-09-19 2:53:42
Message-ID: 20050919005336.2D80B6011BA () ryu ! zarb ! org
[Download RAW message or body]

Name        : jpackage-utils               Relocations: (not relocatable)
Version     : 1.6.6                             Vendor: JPackage Project
Release     : 1jpp                          Build Date: Mon 19 Sep 2005 02:52:19 AM \
CEST Install Date: (not installed)               Build Host: katu.zarb.org
Group       : Utilities                     Source RPM: (none)
Size        : 47775      License: JPackage License
Signature   : (none)
Packager    : David Walluck <david@jpackage.org>
URL         : http://www.jpackage.org/
Summary     : JPackage utilities
Description :
Utilities for the JPackage Project <http://www.jpackage.org/>:

* /usr/bin/build-classpath
                                build the Java classpath in a portable manner
* /usr/bin/build-jar-repository
                                build a jar repository in a portable manner
* /usr/bin/rebuild-jar-repository
                                rebuild a jar repository in a portable manner
                                (after a jvm change...)
* /usr/bin/build-classpath-directory
                                build the Java classpath from a directory
* /usr/bin/diff-jars
                                show jar content differences
* /usr/bin/jvmjar
                                install jvm extensions
* /usr/share/java-utils/java-functions
                                shell script functions library for Java
                                applications
* /etc/java/jpackage-release
                                string identifying the currently installed
                                JPackage release
* /etc/java/java.conf
                                system-wide Java configuration file
* /etc/rpm/macros.jpackage
                                RPM macros for Java packagers and developers
* /usr/share/doc/jpackage-utils-1.6.6/jpackage-policy
                                Java packaging policy for packagers and
                                developers

---------------
David Walluck <david@jpackage.org> 0:1.6.6-1jpp
- always define macros
---------------

---------------
Index: jpackage-utils.spec
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/jpackage-utils.spec,v
retrieving revision 1.13.2.50.2.7
diff -u -r1.13.2.50.2.7 jpackage-utils.spec
--- jpackage-utils.spec	17 Sep 2005 07:26:08 -0000	1.13.2.50.2.7
+++ jpackage-utils.spec	19 Sep 2005 00:53:35 -0000
@@ -2,8 +2,8 @@
 %define section free
 
 Name:           jpackage-utils
-Version:        1.6.5
-Release:        2jpp
+Version:        1.6.6
+Release:        1jpp
 Epoch:          0
 Summary:        JPackage utilities
 License:        JPackage License
@@ -174,6 +174,9 @@
 
 
 %changelog
+* Sun Sep 18 2005 David Walluck <david@jpackage.org> 0:1.6.6-1jpp
+- always define macros
+
 * Sat Sep 17 2005 David Walluck <david@jpackage.org> 0:1.6.5-2jpp
 - clean tarball
 
Index: bin/build-classpath
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/bin/build-classpath,v
retrieving revision 1.1.2.11
diff -u -r1.1.2.11 build-classpath
--- bin/build-classpath	16 May 2003 10:07:29 -0000	1.1.2.11
+++ bin/build-classpath	16 May 2003 10:07:29 -0000
@@ -4,7 +4,7 @@
 #
 # JPackage Project <http://www.jpackage.org/>
 #
-# $Id: build-classpath,v 1.1.2.10 2003/05/13 09:04:50 nim Exp $
+# $Id: build-classpath,v 1.1.2.11 2003/05/16 10:07:29 nim Exp $
 
 # Import java functions
 [ -r /usr/share/java-utils/java-functions ] \
Index: bin/build-classpath-directory
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/bin/build-classpath-directory,v
 retrieving revision 1.1.2.2
diff -u -r1.1.2.2 build-classpath-directory
--- bin/build-classpath-directory	15 Apr 2003 02:19:13 -0000	1.1.2.2
+++ bin/build-classpath-directory	15 Apr 2003 02:19:13 -0000
@@ -4,7 +4,7 @@
 #
 # JPackage Project <http://www.jpackage.org/>
 #
-# $Id: build-classpath-directory,v 1.1.2.1 2003/04/12 18:15:14 david Exp $
+# $Id: build-classpath-directory,v 1.1.2.2 2003/04/15 02:19:13 david Exp $
 
 for i in "$@"; do
     _JARS=$(find "$i" -name "*.jar" -xtype f -printf %p: 2>/dev/null)
Index: bin/build-jar-repository
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/bin/build-jar-repository,v
retrieving revision 1.1.2.5
diff -u -r1.1.2.5 build-jar-repository
--- bin/build-jar-repository	26 May 2004 19:30:53 -0000	1.1.2.5
+++ bin/build-jar-repository	26 May 2004 19:30:53 -0000
@@ -4,7 +4,7 @@
 #
 # JPackage Project <http://www.jpackage.org/>
 #
-# $Id: build-jar-repository,v 1.1.2.4 2003/06/10 10:04:57 nim Exp $
+# $Id: build-jar-repository,v 1.1.2.5 2004/05/26 19:30:53 nim Exp $
 
 # Import java functions
 [ -r /usr/share/java-utils/java-functions ] \
Index: bin/find-jar
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/bin/find-jar,v
retrieving revision 1.1.2.4.2.1
diff -u -r1.1.2.4.2.1 find-jar
--- bin/find-jar	15 Jan 2005 12:23:07 -0000	1.1.2.4.2.1
+++ bin/find-jar	15 Jan 2005 12:23:07 -0000
@@ -3,7 +3,7 @@
 #
 # JPackage Project <http://www.jpackage.org/>
 #
-# $Id: find-jar,v 1.1.2.4 2003/05/13 09:04:50 nim Exp $
+# $Id: find-jar,v 1.1.2.4.2.1 2005/01/15 12:23:07 nim Exp $
 
 # Import java functions
 [ -r /usr/share/java-utils/java-functions ] \
Index: bin/jvmjar
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/bin/jvmjar,v
retrieving revision 1.1.2.3
diff -u -r1.1.2.3 jvmjar
--- bin/jvmjar	11 Apr 2003 03:36:56 -0000	1.1.2.3
+++ bin/jvmjar	11 Apr 2003 03:36:56 -0000
@@ -4,7 +4,7 @@
 #
 # JPackage project
 #
-# $Id: jvmjar,v 1.1.2.2 2003/03/11 16:31:31 nim Exp $
+# $Id: jvmjar,v 1.1.2.3 2003/04/11 03:36:56 david Exp $
 
 # System-wide java configuration
 JAVA_CONF=/etc/java/java.conf
Index: bin/rebuild-jar-repository
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/bin/rebuild-jar-repository,v
retrieving revision 1.1.2.6
diff -u -r1.1.2.6 rebuild-jar-repository
--- bin/rebuild-jar-repository	10 Jun 2003 12:25:52 -0000	1.1.2.6
+++ bin/rebuild-jar-repository	10 Jun 2003 12:25:52 -0000
@@ -4,7 +4,7 @@
 #
 # JPackage Project <http://www.jpackage.org/>
 #
-# $Id: rebuild-jar-repository,v 1.1.2.5 2003/06/10 12:10:37 nim Exp $
+# $Id: rebuild-jar-repository,v 1.1.2.6 2003/06/10 12:25:52 nim Exp $
 
 # Import java functions
 [ -r /usr/share/java-utils/java-functions ] \
Index: doc/jpackage-1.5-policy.xhtml
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/doc/jpackage-1.5-policy.xhtml,v
 retrieving revision 1.1.2.4
diff -u -r1.1.2.4 jpackage-1.5-policy.xhtml
--- doc/jpackage-1.5-policy.xhtml	26 May 2004 19:30:53 -0000	1.1.2.4
+++ doc/jpackage-1.5-policy.xhtml	26 May 2004 19:30:53 -0000
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" \
                "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" \
content="text/html; charset=UTF-8" /><title>JPackage Java infrastructure design and \
packaging policy</title><meta name="generator" content="DocBook XSL Stylesheets \
V1.65.1" /><meta name="description" content="&#10;This document describes the \
packaging policy followed by the JPackage cross-distribution RPM Java packaging \
project.&#10;      " /></head><body><div class="book" lang="en" xml:lang="en"><div \
class="titlepage"><div><div><h1 class="title"><a id="id2434339"></a>JPackage <span \
class="trademark">Java</span>??? infrastructure design and packaging \
policy</h1></div><div><div class="authorgroup"><div class="author"><h3 \
class="author"><span class="firstname">Nicolas</span> <span \
class="surname">Mailhot</span></h3><div class="affiliation"><span \
class="orgname">JPackage Project<br /></span></div></div><div class="author"><h3 \
class="author"><span class="firstname">Ville</span> <span \
class="surname">Skytt??</span></h3><div class="affiliation"><span \
class="orgname">JPackage Project<br /></span></div></div></div></div><div><p \
class="releaseinfo">$Id: jpackage-1.5-policy.xml,v 1.1.2.5 2003/08/31 15:49:23 scop \
Exp $</p></div><div><div class="abstract"><p class="title"><b>Abstract</b></p><p> \
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" \
content="text/html; charset=UTF-8" /><title>JPackage Java infrastructure design and \
packaging policy</title><meta name="generator" content="DocBook XSL Stylesheets \
V1.65.1" /><meta name="description" content="&#10;This document describes the \
packaging policy followed by the JPackage cross-distribution RPM Java packaging \
project.&#10;      " /></head><body><div class="book" lang="en" xml:lang="en"><div \
class="titlepage"><div><div><h1 class="title"><a id="id2434339"></a>JPackage <span \
class="trademark">Java</span>??? infrastructure design and packaging \
policy</h1></div><div><div class="authorgroup"><div class="author"><h3 \
class="author"><span class="firstname">Nicolas</span> <span \
class="surname">Mailhot</span></h3><div class="affiliation"><span \
class="orgname">JPackage Project<br /></span></div></div><div class="author"><h3 \
class="author"><span class="firstname">Ville</span> <span \
class="surname">Skytt??</span></h3><div class="affiliation"><span \
class="orgname">JPackage Project<br /></span></div></div></div></div><div><p \
class="releaseinfo">$Id: jpackage-1.5-policy.xhtml,v 1.1.2.4 2004/05/26 19:30:53 nim \
Exp $</p></div><div><div class="abstract"><p class="title"><b>Abstract</b></p><p>  \
This document describes the packaging policy followed by the <a \
href="http://www.jpackage.org/" target="_top">JPackage</a> cross-distribution RPM \
<span class="trademark">Java</span>??? packaging project.  \
</p></div></div></div><div></div><hr /></div><div class="toc"><p><b>Table of \
Contents</b></p><dl><dt><span class="preface"><a href="#id2443189">Why \
?</a></span></dt><dt><span class="chapter"><a href="#id2480542">1. General \
rules</a></span></dt><dd><dl><dt><span class="section"><a href="#id2480547">Be \
modular</a></span></dt><dt><span class="section"><a href="#id2480562">Be vendor and \
implementation agnostic</a></span></dt><dt><span class="section"><a \
href="#id2480584">Be distribution agnostic</a></span></dt></dl></dd><dt><span \
class="chapter"><a href="#id2480655">2. Naming</a></span></dt><dd><dl><dt><span \
class="section"><a href="#id2434985">Package naming</a></span></dt><dt><span \
class="section"><a href="#id2435019">Jar file \
naming</a></span></dt></dl></dd><dt><span class="chapter"><a href="#id2436360">3. \
Directory structure</a></span></dt><dd><dl><dt><span class="section"><a \
href="#id2436374">  %{_javadir}
Index: doc/jpackage-1.5-policy.xml
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/doc/jpackage-1.5-policy.xml,v
 retrieving revision 1.1.2.6
diff -u -r1.1.2.6 jpackage-1.5-policy.xml
--- doc/jpackage-1.5-policy.xml	26 May 2004 19:30:53 -0000	1.1.2.6
+++ doc/jpackage-1.5-policy.xml	26 May 2004 19:30:53 -0000
@@ -26,7 +26,7 @@
 This document describes the packaging policy followed by the <ulink \
url="http://www.jpackage.org/">JPackage</ulink> cross-distribution RPM \
<trademark>Java</trademark> packaging project.  </para>
     </abstract>
-    <releaseinfo>$Id: jpackage-1.5-policy.xml,v 1.1.2.5 2003/08/31 15:49:23 scop Exp \
$</releaseinfo> +    <releaseinfo>$Id: jpackage-1.5-policy.xml,v 1.1.2.6 2004/05/26 \
19:30:53 nim Exp $</releaseinfo>  </bookinfo>
   <preface>
     <title>Why ?</title>
Index: doc/jpackage-utils-policy
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/doc/jpackage-utils-policy,v
retrieving revision 1.1.2.3
diff -u -r1.1.2.3 jpackage-utils-policy
--- doc/jpackage-utils-policy	31 Aug 2003 15:49:23 -0000	1.1.2.3
+++ doc/jpackage-utils-policy	31 Aug 2003 15:49:23 -0000
@@ -1,4 +1,4 @@
-$Id: jpackage-utils-policy,v 1.1.2.2 2003/04/11 03:36:56 david Exp $
+$Id: jpackage-utils-policy,v 1.1.2.3 2003/08/31 15:49:23 scop Exp $
 
 JPackage packaging policy
 
Index: etc/font.properties
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/etc/font.properties,v
retrieving revision 1.1.2.5
diff -u -r1.1.2.5 font.properties
--- etc/font.properties	29 Dec 2003 20:04:16 -0000	1.1.2.5
+++ etc/font.properties	29 Dec 2003 20:04:16 -0000
@@ -1,6 +1,6 @@
 # Project JPackage java font preferences
 # http://www.jpackage.org/
-# $Id: font.properties,v 1.1.2.4 2003/04/27 11:16:15 nim Exp $
+# $Id: font.properties,v 1.1.2.5 2003/12/29 20:04:16 scop Exp $
 
 serif.0=-b&h-Lucida Bright-medium-r-normal--*-%d-*-*-p-*-iso10646-1
 serif.1=-monotype-Times New Roman-medium-r-normal--*-%d-*-*-p-*-iso10646-1
Index: etc/httpd-javadoc.conf
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/etc/httpd-javadoc.conf,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 httpd-javadoc.conf
--- etc/httpd-javadoc.conf	13 Jan 2004 18:18:31 -0000	1.1.2.1
+++ etc/httpd-javadoc.conf	13 Jan 2004 18:18:31 -0000
@@ -1,6 +1,6 @@
 #                                                                -*- apache -*-
 # Example JPackage javadoc configuration snippet for Apache
-# $Id$
+# $Id: httpd-javadoc.conf,v 1.1.2.1 2004/01/13 18:18:31 scop Exp $
 #
 
 <IfModule mod_alias.c>
Index: java-utils/java-functions
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/java-utils/java-functions,v
retrieving revision 1.1.2.19.2.3
diff -u -r1.1.2.19.2.3 java-functions
--- java-utils/java-functions	28 Jan 2005 09:24:14 -0000	1.1.2.19.2.3
+++ java-utils/java-functions	28 Jan 2005 09:24:14 -0000
@@ -5,7 +5,7 @@
 #   Ville Skytt?? <scop at jpackage.org>
 #   David Walluck <david@anti-microsoft.org>
 #   Nicolas Mailhot <nim at jpackage.org>
-# $Id: java-functions,v 1.1.2.19.2.2 2005/01/15 12:29:29 nim Exp $
+# $Id: java-functions,v 1.1.2.19.2.3 2005/01/28 09:24:14 nim Exp $
 
 # Allow user to override JAVA_HOME
 # in his environment
Index: misc/macros.jpackage
===================================================================
RCS file: /var/lib/cvs/jpackage/rpms/free/jpackage-utils/misc/macros.jpackage,v
retrieving revision 1.1.2.5.2.2
diff -u -r1.1.2.5.2.2 macros.jpackage
--- misc/macros.jpackage	15 Jan 2005 12:32:59 -0000	1.1.2.5.2.2
+++ misc/macros.jpackage	15 Jan 2005 12:32:59 -0000
@@ -6,7 +6,7 @@
 #   Ville Skytt??    <scop at jpackage.org>
 #   Nicolas Mailhot <nim at jpackage.org>
 #
-# $Id:$
+# $Id: macros.jpackage,v 1.1.2.5.2.2 2005/01/15 12:32:59 nim Exp $
 
 #==============================================================================
 # ---- default Java directories


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic