Browse Source

icedtea-web: update to 1.3.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7586 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
d6ff116094
1 changed files with 8 additions and 5 deletions
  1. 8 5
      i/icedtea-web/icedtea-web-vl.spec

+ 8 - 5
i/icedtea-web/icedtea-web-vl.spec

@@ -1,6 +1,6 @@
 # We require at the least the first release java-1.6.0-openjdk 
 # with IcedTea6 1.10
-%define min_openjdk_version 1:1.6.0.0-60
+%define min_openjdk_version 1.6.0.0-60
 %define multilib_arches ppc64 sparc64 x86_64
 
 # Version of java
@@ -39,7 +39,7 @@
 %define binsuffix      .itweb
 
 Name:		icedtea-web
-Version:	1.2.1
+Version:	1.3.1
 Release:        1%{?_dist_release}
 Summary:	Java browser plug-in and Web Start implementation
 Summary(ja):	Java ブラウザプラグイン
@@ -66,8 +66,8 @@ Requires(post):   alternatives
 Requires(postun): alternatives
 
 # Standard JPackage plugin provides.
-Provides: java-plugin = 1:%{javaver}
-Provides: javaws      = 1:%{javaver}
+Provides: java-plugin = %{javaver}
+Provides: javaws      = %{javaver}
 
 Provides:   java-1.7.0-openjdk-plugin
 Obsoletes:  java-1.6.0-openjdk-plugin <= %{min_openjdk_version}
@@ -97,7 +97,7 @@ This package contains Javadocs for the IcedTea-Web project.
 %build
 autoconf
 ./configure \
-    --with-pkgversion=fedora-%{release}-%{_arch} \
+    --with-pkgversion=vine-%{release}-%{_arch} \
     --docdir=%{_datadir}/javadoc/%{name} \
     --with-jdk-home=%{javadir} \
     --with-jre-home=%{jredir} \
@@ -169,6 +169,9 @@ exit 0
 %doc COPYING
 
 %changelog
+* Mon Mar 25 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1
+- update to 1.3.1
+
 * Mon Sep 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 	1.2.1-1
 - initial build for Vine Linux