From a901f483813829ee7a7920c749688cb8ddcf47ab Mon Sep 17 00:00:00 2001 From: jvmboy Date: Sat, 29 Aug 2020 09:50:36 +0800 Subject: [PATCH] Changed source url and desciption --- icedtea-web.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/icedtea-web.spec b/icedtea-web.spec index 211a43f..e400842 100644 --- a/icedtea-web.spec +++ b/icedtea-web.spec @@ -10,11 +10,11 @@ %global debug_package %{nil} Name: icedtea-web Version: 1.8.4 -Release: 1 +Release: 2 Summary: Additional Java components for OpenJDK - Java Web Start implementation 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://github.com/AdoptOpenJDK/IcedTea-Web/archive/%{name}-%{version}.tar.gz BuildRequires: javapackages-tools javapackages-local %{preffered_java}-devel BuildRequires: desktop-file-utils glib2-devel autoconf automake cargo junit hamcrest BuildRequires: libappstream-glib tagsoup git @@ -31,7 +31,7 @@ Provides: javaws = 1:%{javaver} Provides: %{preffered_java}-javaws = 1:%{version} %description -The IcedTea-Web project provides a Free Software web browser plugin for running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project. +The IcedTea-Web project provides a an implementation of Java Web Start(originally based on the Netx project, now opensource part of OpenWebStart) and a settings tool to manage deployment settings for the aforementioned Web Start implements. %package devel Summary: Header files for icedtea-web @@ -162,6 +162,9 @@ exit 0 %{_datadir}/man/man1/* %changelog +* Sat Aug 29 2020 noah - 1.8.4-2 +- Changed source url and description + * Thu Aug 27 2020 noah - 1.8.4-1 - Update to 1.8.4 -- Gitee