update to 1.7.1 [release 1.7.1-1mamba;Wed Sep 19 2018]
This commit is contained in:
parent
e61f1f2237
commit
8e7cc56442
@ -1,6 +1,6 @@
|
||||
%define origin openjdk
|
||||
%define buildver 0
|
||||
%define javaver 7
|
||||
%define javaver 8
|
||||
%define jppname java-%{javaver}-%{origin}-%{_arch}
|
||||
%define sdkdir %{jppname}
|
||||
%define jredir %{jppname}/jre
|
||||
@ -17,7 +17,7 @@
|
||||
%endif
|
||||
|
||||
Name: icedtea-web
|
||||
Version: 1.6.2
|
||||
Version: 1.7.1
|
||||
Release: 1mamba
|
||||
Summary: IcedTea Web Start implementation
|
||||
Group: System/Libraries/Java
|
||||
@ -31,8 +31,8 @@ BuildRequires: desktop-file-utils
|
||||
BuildRequires: eclipse-ecj
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: java-openjdk7
|
||||
BuildRequires: java-openjdk7-runtime
|
||||
BuildRequires: java-openjdk
|
||||
BuildRequires: java-openjdk-runtime
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
@ -49,7 +49,7 @@ BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: xulrunner-devel
|
||||
#BuildRequires: zsh
|
||||
Requires: java-openjdk7-runtime
|
||||
Requires: java-openjdk-runtime
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -59,7 +59,7 @@ The IcedTea-Web project provides a Free Software web browser plugin for running
|
||||
Summary: IcedTea Java browser plugin
|
||||
Group: Applications/Networking
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: java-openjdk7-runtime
|
||||
Requires: java-openjdk-runtime
|
||||
#Requires: %{_libdir}/mozilla/plugins
|
||||
Obsoletes: java-openjdk-plugin
|
||||
Provides: java-plugins = %{javaver}
|
||||
@ -230,6 +230,7 @@ fi
|
||||
%{_jvmdir}/%{sdkdir}/bin/policyeditor
|
||||
%{_datadir}/applications/itweb-settings.desktop
|
||||
%{_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
|
||||
@ -252,6 +253,9 @@ fi
|
||||
%{_javadocdir}/icedtea-web
|
||||
|
||||
%changelog
|
||||
* Wed Sep 19 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.1-1mamba
|
||||
- update to 1.7.1
|
||||
|
||||
* Wed Feb 03 2016 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user