[icedtea-web] Adapted to pre-release naming guidelines, added info of tarball revision

jiri vanek jvanek at fedoraproject.org
Wed Feb 12 14:31:02 UTC 2014


commit 6a9d31808e684cea14940b144b09a85ee7553b61
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Wed Feb 12 15:31:18 2014 +0100

    Adapted to pre-release naming guidelines, added info of tarball revision

 icedtea-web.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/icedtea-web.spec b/icedtea-web.spec
index 420016d..d3c3d7a 100644
--- a/icedtea-web.spec
+++ b/icedtea-web.spec
@@ -17,14 +17,15 @@
 %define binsuffix      .itweb
 
 Name:		icedtea-web
-Version:	1.5pre01
-Release:	0%{?dist}
+Version:	1.5
+Release:	0.1.pre01%{?dist}
 Summary:	Additional Java components for OpenJDK - Java browser plug-in and Web Start implementation
 
 Group:      Applications/Internet
 License:    LGPLv2+ and GPLv2 with exceptions
 URL:        http://icedtea.classpath.org/wiki/IcedTea-Web
-Source0:    http://icedtea.classpath.org/download/source/%{name}-%{version}.tar.gz
+#Source0:    http://icedtea.classpath.org/download/source/%{name}-%{version}.tar.gz
+Source0:    http://icedtea.classpath.org/download/source/%{name}-1.5pre01.tar.gz
 
 BuildRequires:  java-%{javaver}-openjdk-devel
 BuildRequires:  desktop-file-utils
@@ -73,7 +74,8 @@ BuildArch:  noarch
 This package contains Javadocs for the IcedTea-Web project.
 
 %prep
-%setup -q
+#%setup -q
+%setup -q -n icedtea-web-1.5pre01
 
 
 %build
@@ -146,8 +148,11 @@ exit 0
 %doc COPYING
 
 %changelog
-* Wed Feb 12 2014 Jiri Vanek <jvanek at redhat.com> 1.5pre01-0
+* Wed Feb 12 2014 Jiri Vanek <jvanek at redhat.com> 1.5-0.1.pre01
 - updated to  bleeding edge as tracker before 1.5 actual release
+- named by https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Pre-Release_packages
+ - see commented original source0 line and setup line reusing versions
+- the source tarball is based on revision 892
 
 * Tue Feb 04 2014 Jiri Vanek <jvanek at redhat.com> 1.4.2-0
 - updated to 1.4.2


More information about the scm-commits mailing list