update to 1.8.6 [release 1.8.6-1mamba;Tue Mar 02 2021]
This commit is contained in:
parent
0515d682cf
commit
582d36f7ca
@ -17,14 +17,14 @@
|
||||
%endif
|
||||
|
||||
Name: icedtea-web
|
||||
Version: 1.8.3
|
||||
Version: 1.8.6
|
||||
Release: 1mamba
|
||||
Summary: IcedTea Web Start implementation
|
||||
Group: System/Libraries/Java
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://icedtea.classpath.org/
|
||||
URL: https://icedtea.classpath.org/
|
||||
#Source: http://icedtea.classpath.org/download/source/icedtea-web-%{version}.tar.gz
|
||||
Source: https://github.com/AdoptOpenJDK/IcedTea-Web/archive/icedtea-web-%{version}.tar.gz
|
||||
License: GPL
|
||||
@ -38,7 +38,7 @@ BuildRequires: desktop-file-utils
|
||||
BuildRequires: eclipse-ecj
|
||||
BuildRequires: java-openjdk
|
||||
BuildRequires: xulrunner-devel
|
||||
BuildRequires: rust-bin
|
||||
BuildRequires: rustc
|
||||
BuildRequires: java-junit48
|
||||
BuildRequires: java-rhino
|
||||
BuildRequires: java-hamcrest
|
||||
@ -51,7 +51,6 @@ Requires: java-rhino
|
||||
Requires: java-hamcrest
|
||||
Requires: java-tagsoup
|
||||
Requires: objectweb-asm
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
@ -76,13 +75,16 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description javadoc
|
||||
The IcedTea Web API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n IcedTea-Web-%{name}-%{version}
|
||||
#-D -T
|
||||
sed -i "s|2\.6|2.7|" autogen.sh
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
./autogen.sh
|
||||
|
||||
unset JAVA_HOME CLASSPATH
|
||||
./configure \
|
||||
@ -240,8 +242,8 @@ fi
|
||||
%{_datadir}/applications/javaws.desktop
|
||||
%{_datadir}/bash-completion/completions/*.bash
|
||||
%{_datadir}/pixmaps/javaws.png
|
||||
%{_mandir}/man1/icedtea-web-plugin.1.gz
|
||||
%{_mandir}/man1/icedtea-web.1.gz
|
||||
%{_mandir}/man1/icedtea-web-plugin.1*
|
||||
%{_mandir}/man1/icedtea-web.1*
|
||||
%{_mandir}/man1/itweb-settings.1*
|
||||
%{_mandir}/man1/javaws.1*
|
||||
%{_mandir}/man1/policyeditor.1*
|
||||
@ -260,6 +262,12 @@ fi
|
||||
%{_javadocdir}/icedtea-web
|
||||
|
||||
%changelog
|
||||
* Tue Mar 02 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.6-1mamba
|
||||
- update to 1.8.6
|
||||
|
||||
* Fri Feb 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.4-1mamba
|
||||
- update to 1.8.4
|
||||
|
||||
* Sun Mar 15 2020 Automatic Build System <autodist@mambasoft.it> 1.8.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user