Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15
icedtea-web.12078
icedtea-web.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File icedtea-web.spec of Package icedtea-web.12078
# # spec file for package icedtea-web # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define javadir %{_jvmdir}/java %define jredir %{_jvmdir}/jre %define javaplugin libjavaplugin.so.%{_arch} %define binsuffix .itweb # Alternatives priority %define priority 18000 # jnlp prorocol gnome registry keys %define gurlhandler /desktop/gnome/url-handlers %define jnlphandler %{gurlhandler}/jnlp %define jnlpshandler %{gurlhandler}/jnlps %bcond_without docs %bcond_with plugin Name: icedtea-web Version: 1.7.2 Release: 0 Summary: Java Web Start implementation License: GPL-2.0-with-classpath-exception Group: Development/Languages/Java URL: https://icedtea.classpath.org Source0: http://icedtea.classpath.org/download/source/icedtea-web-%{version}.tar.gz Patch0: icedtea-web-suse-desktop-files.patch Patch1000: CVE-2019-10181.patch Patch1001: CVE-2019-10182_1.patch Patch1002: CVE-2019-10182_2.patch Patch1003: CVE-2019-10185.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: hamcrest BuildRequires: java-devel >= 1.8 # owns javadocdir BuildRequires: javapackages-tools BuildRequires: junit BuildRequires: libtool BuildRequires: pkgconfig >= 0.9.0 BuildRequires: procps BuildRequires: rhino BuildRequires: tagsoup BuildRequires: zip BuildConflicts: java >= 11 BuildConflicts: java-devel >= 11 BuildConflicts: java-headless >= 11 Requires: java >= 1.8 Requires: rhino Requires: tagsoup Requires(post): gconf2 Requires(post): update-alternatives Requires(postun): gconf2 Requires(postun): update-alternatives Suggests: %{name}-javadoc Obsoletes: java-1_6_0-openjdk-plugin < %{version}-%{release} Obsoletes: java-1_7_0-openjdk-plugin < %{version}-%{release} Obsoletes: java-1_8_0-openjdk-plugin < %{version}-%{release} Obsoletes: java-1_9_0-openjdk-plugin < %{version}-%{release} Obsoletes: java-plugin < 1.8.0 Provides: java-1_6_0-openjdk-plugin = %{version}-%{release} Provides: java-1_7_0-openjdk-plugin = %{version}-%{release} Provides: java-1_8_0-openjdk-plugin = %{version}-%{release} Provides: java-1_9_0-openjdk-plugin = %{version}-%{release} Provides: java-plugin = 1.8.0 %if %{with plugin} BuildRequires: gcc-c++ BuildRequires: glib2-devel BuildRequires: npapi-sdk %endif %description The IcedTea-Web project provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project. %if %{with docs} %package javadoc Summary: Java Web Start and plugin implementation (API documentation) Group: Documentation/Other BuildArch: noarch %description javadoc The IcedTea-Web project provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project. This package contains API documentation for the %{name} Java Web Start and plugin implementation. %endif %prep %setup -q -n icedtea-web-%{version} %patch0 -p1 %patch1000 -p1 %patch1001 -p1 %patch1002 -p1 %patch1003 -p1 %if %{with docs} rm -f netx/net/sourceforge/jnlp/util/WindowsDesktopEntry.java %endif %build autoreconf -fiv export bashcompdir=%{_datadir}/bash-completion/completions %configure \ --with-jdk-home=%{javadir} \ --with-jre-home=%{jredir} \ --docdir=%{_javadocdir}/%{name} \ %if %{with plugin} --enable-native-plugin \ --libdir=%{_libdir}/%{name} \ %else --disable-native-plugin \ %endif %if %{with docs} --enable-docs \ %else --disable-docs \ %endif --with-modularjdk-file=%{_datadir}/%{name} \ --program-suffix=%{binsuffix} \ --with-pkgversion=suse-%{release}-%{_arch} make %{?_smp_mflags} V=1 %install %make_install # Move man pages to a more specific name mv %{buildroot}/%{_mandir}/man1/javaws.1 %{buildroot}/%{_mandir}/man1/javaws%{binsuffix}.1 mv %{buildroot}/%{_mandir}/man1/itweb-settings.1 %{buildroot}/%{_mandir}/man1/itweb-settings%{binsuffix}.1 mv %{buildroot}/%{_mandir}/man1/policyeditor.1 %{buildroot}/%{_mandir}/man1/policyeditor%{binsuffix}.1 # Install desktop files. install -d -m 755 %{buildroot}%{_datadir}/applications desktop-file-install --vendor ''\ --dir %{buildroot}%{_datadir}/applications javaws.desktop desktop-file-install --vendor ''\ --dir %{buildroot}%{_datadir}/applications itweb-settings.desktop desktop-file-install --vendor ''\ --dir %{buildroot}%{_datadir}/applications policyeditor.desktop # Symlink *.itweb.sh to *.itweb for i in javaws itweb-settings policyeditor; do ln -sf ${i}.itweb.sh %{buildroot}%{_bindir}/${i}.itweb done %fdupes %{buildroot} rm -rf %{buildroot}%{_mandir}/*/man1 %post %if %{with plugin} update-alternatives \ --install %{_libdir}/browser-plugins/libjavaplugin.so %{javaplugin} \ %{_libdir}/%{name}/IcedTeaPlugin.so %{priority} \ --slave %{_bindir}/javaws javaws %{_bindir}/javaws%{binsuffix}.sh \ --slave %{_mandir}/man1/javaws.1.gz javaws.1.gz %{_mandir}/man1/javaws%{binsuffix}.1.gz %endif gconftool-2 -s %{jnlphandler}/command '%{_bindir}/javaws%{binsuffix}.sh %{s}' --type String &> /dev/null || : gconftool-2 -s %{jnlphandler}/enabled --type Boolean true &> /dev/null || : gconftool-2 -s %{jnlpshandler}/command '%{_bindir}/javaws%{binsuffix}.sh %{s}' --type String &> /dev/null || : gconftool-2 -s %{jnlpshandler}/enabled --type Boolean true &> /dev/null || : %posttrans update-desktop-database &> /dev/null || : exit 0 %postun update-desktop-database &> /dev/null || : if [ $1 -eq 0 ] then %if %{with plugin} update-alternatives --remove %{javaplugin} \ %{_libdir}/IcedTeaPlugin.so %endif gconftool-2 -u %{jnlphandler}/command &> /dev/null || : gconftool-2 -u %{jnlphandler}/enabled &> /dev/null || : gconftool-2 -u %{jnlpshandler}/command &> /dev/null || : gconftool-2 -u %{jnlpshandler}/enabled &> /dev/null || : fi exit 0 %files %{_bindir}/itweb-settings%{binsuffix}* %{_bindir}/javaws%{binsuffix}* %{_bindir}/policyeditor%{binsuffix}* %{_mandir}/man1/* %{_datadir}/applications/itweb-settings.desktop %{_datadir}/applications/javaws.desktop %{_datadir}/applications/policyeditor.desktop %dir %{_datadir}/icedtea-web %{_datadir}/icedtea-web/* %{_datadir}/pixmaps/javaws.png %dir %{_datadir}/bash-completion/completions %{_datadir}/bash-completion/completions/itweb-settings.bash %{_datadir}/bash-completion/completions/javaws.bash %{_datadir}/bash-completion/completions/policyeditor.bash %if %{with plugin} %dir %{_libdir}/%{name} %{_libdir}/%{name}/IcedTeaPlugin.so %endif %if %{with docs} %files javadoc %license COPYING %doc NEWS README %dir %{_javadocdir}/%{name} %{_javadocdir}/%{name}/* %endif %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor