changeset 9:9fc31e52f8cb java-1.7.0-icedtea-1.7.0.0-0.5.b14

* Thu Jul 5 2007 Thomas Fitzsimmons <fitzsim@redhat.com> - 1.7.0.0-0.5.b14 - Define icedteasnapshot.
author Thomas Fitzsimmons <fitzsim@redhat.com>
date Thu, 05 Jul 2007 15:04:07 -0400
parents 34bac8a5f37d
children f8479c7fb138
files README java-1.7.0-icedtea.spec
diffstat 2 files changed, 22 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/README	Wed Jul 04 20:26:41 2007 -0400
+++ b/README	Thu Jul 05 15:04:07 2007 -0400
@@ -1,11 +1,23 @@
 Setup Instructions
 ==================
 
+IcedTea snapshot:
+
+1. Create icedtea-1.1-$snapshot.tar.gz using IcedTea's make snapshot.
+2. Copy/symlink icedtea-1.1-$snapshot.tar.gz into this directory.
+3. Copy/symlink openjdk-7-ea-src-b14-21_jun_2007.zip into this directory.
+4. Copy/symlink java-access-bridge-1.18.0.tar.gz into this directory.
+5. Define icedteasnapshot to -$snapshot in spec file.
+6. Comment out NoSource line in spec file.
+
+IcedTea full release:
+
 1. Create icedtea-1.1.tar.gz using IcedTea's make dist.
 2. Copy/symlink icedtea-1.1.tar.gz into this directory.
 3. Copy/symlink openjdk-7-ea-src-b14-21_jun_2007.zip into this directory.
 4. Copy/symlink java-access-bridge-1.18.0.tar.gz into this directory.
-5. Comment out NoSource line in spec file.
+5. Define icedteasnapshot to %{nil} in spec file.
+6. Comment out NoSource line in spec file.
 
 To build binary rpms, do:
 
@@ -28,7 +40,7 @@
 
 1. Verify that make mockbuild works on i586 and x86_64.
 2. Verify that NoSource line is not commented out in spec file.
-2. make tag
-3. make srpm
-4. Upload .nosrc.rpm to
+3. make tag
+4. make srpm
+5. Upload .nosrc.rpm to
    icedtea.classpath.org:/var/lib/public-download/fedora
--- a/java-1.7.0-icedtea.spec	Wed Jul 04 20:26:41 2007 -0400
+++ b/java-1.7.0-icedtea.spec	Thu Jul 05 15:04:07 2007 -0400
@@ -5,6 +5,7 @@
 %define gcjbootstrap 1
 
 %define icedteaver 1.1
+%define icedteasnapshot -5574ab846c70193f2b4b46f38f5bfa6b3bd82b73
 %define openjdkver b14
 %define openjdkdate 21_jun_2007
 
@@ -84,13 +85,13 @@
 
 Name:    java-%{javaver}-%{origin}
 Version: %{javaver}.%{buildver}
-Release: 0.4.%{openjdkver}%{?dist}
+Release: 0.5.%{openjdkver}%{?dist}
 Summary: IcedTea Runtime Environment
 Group:   Development/Languages
 
 License:  GPL
 URL:      http://icedtea.classpath.org/
-Source0:  %{url}download/source/icedtea-%{icedteaver}.tar.gz
+Source0:  %{url}download/source/icedtea-%{icedteaver}%{icedteasnapshot}.tar.gz
 Source1:  %{openjdkurl}%{openjdkzip}
 # Some questionable license headers prevent us from distributing the
 # OpenJDK zip file in a .src.rpm.
@@ -634,6 +635,9 @@
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Thu Jul  5 2007 Thomas Fitzsimmons <fitzsim@redhat.com> - 1.7.0.0-0.5.b14
+- Define icedteasnapshot.
+
 * Wed Jul  4 2007 Thomas Fitzsimmons <fitzsim@redhat.com> - 1.7.0.0-0.4.b14
 - Prevent jar repacking.