rebuilt passing --with-chromium [release 1.8.1-2mamba;Mon Jun 24 2019]
This commit is contained in:
parent
8e7cc56442
commit
4b9308f98d
@ -17,39 +17,40 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: icedtea-web
|
Name: icedtea-web
|
||||||
Version: 1.7.1
|
Version: 1.8.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: IcedTea Web Start implementation
|
Summary: IcedTea Web Start implementation
|
||||||
Group: System/Libraries/Java
|
Group: System/Libraries/Java
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://icedtea.classpath.org/
|
URL: http://icedtea.classpath.org/
|
||||||
Source: http://icedtea.classpath.org/download/source/icedtea-web-%{version}.tar.gz
|
#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
|
License: GPL
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
BuildRequires: eclipse-ecj
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: java-openjdk
|
|
||||||
BuildRequires: java-openjdk-runtime
|
|
||||||
BuildRequires: libatk-devel
|
|
||||||
BuildRequires: libcairo-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk-devel
|
|
||||||
BuildRequires: libpango-devel
|
|
||||||
BuildRequires: libpng-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
BuildRequires: eclipse-ecj
|
||||||
|
BuildRequires: java-openjdk
|
||||||
BuildRequires: xulrunner-devel
|
BuildRequires: xulrunner-devel
|
||||||
|
BuildRequires: rust-bin
|
||||||
|
BuildRequires: java-junit48
|
||||||
|
BuildRequires: java-rhino
|
||||||
|
BuildRequires: java-hamcrest
|
||||||
|
BuildRequires: java-tagsoup
|
||||||
|
BuildRequires: objectweb-asm
|
||||||
#BuildRequires: zsh
|
#BuildRequires: zsh
|
||||||
Requires: java-openjdk-runtime
|
Requires: java-openjdk-runtime
|
||||||
|
Requires: java-junit48
|
||||||
|
Requires: java-rhino
|
||||||
|
Requires: java-hamcrest
|
||||||
|
Requires: java-tagsoup
|
||||||
|
Requires: objectweb-asm
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -76,9 +77,13 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
The IcedTea Web API documentation.
|
The IcedTea Web API documentation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n IcedTea-Web-%{name}-%{version}
|
||||||
|
#-D -T
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#:<< _EOF
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
unset JAVA_HOME CLASSPATH
|
unset JAVA_HOME CLASSPATH
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=%{installdir} \
|
--prefix=%{installdir} \
|
||||||
@ -89,9 +94,10 @@ unset JAVA_HOME CLASSPATH
|
|||||||
--htmldir=%{_javadocdir}/icedtea-web \
|
--htmldir=%{_javadocdir}/icedtea-web \
|
||||||
--with-ecj-jar=$(build-classpath eclipse-ecj) \
|
--with-ecj-jar=$(build-classpath eclipse-ecj) \
|
||||||
--enable-docs \
|
--enable-docs \
|
||||||
--enable-plugin
|
--with-chromium=%{_bindir}/chromium \
|
||||||
|
--with-itw-libs=BUNDLED
|
||||||
|
|
||||||
make -j1
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -222,12 +228,14 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_jvmdir}/%{sdkdir}/bin/itweb-settings
|
%{_jvmdir}/%{sdkdir}/bin/itweb-settings
|
||||||
|
%{_jvmdir}/%{sdkdir}/bin/itw-modularjdk.args
|
||||||
%{_jvmdir}/%{sdkdir}/bin/javaws
|
%{_jvmdir}/%{sdkdir}/bin/javaws
|
||||||
%{jrebindir}/itweb-settings
|
%{jrebindir}/itweb-settings
|
||||||
%{jrebindir}/javaws
|
%{jrebindir}/javaws
|
||||||
%dir %{_datadir}/icedtea-web
|
%dir %{_datadir}/icedtea-web
|
||||||
%{_datadir}/icedtea-web/*
|
%{_datadir}/icedtea-web/*
|
||||||
%{_jvmdir}/%{sdkdir}/bin/policyeditor
|
%{_jvmdir}/%{sdkdir}/bin/policyeditor
|
||||||
|
%{_jvmdir}/%{sdkdir}/lib/IcedTeaPlugin.so
|
||||||
%{_datadir}/applications/itweb-settings.desktop
|
%{_datadir}/applications/itweb-settings.desktop
|
||||||
%{_datadir}/applications/javaws.desktop
|
%{_datadir}/applications/javaws.desktop
|
||||||
%{_datadir}/bash-completion/completions/*.bash
|
%{_datadir}/bash-completion/completions/*.bash
|
||||||
@ -237,7 +245,7 @@ fi
|
|||||||
%{_mandir}/man1/itweb-settings.1*
|
%{_mandir}/man1/itweb-settings.1*
|
||||||
%{_mandir}/man1/javaws.1*
|
%{_mandir}/man1/javaws.1*
|
||||||
%{_mandir}/man1/policyeditor.1*
|
%{_mandir}/man1/policyeditor.1*
|
||||||
%lang(cs) %{_mandir}/cs/man1/*.1*
|
#%lang(cs) %{_mandir}/cs/man1/*.1*
|
||||||
%lang(de) %{_mandir}/de/man1/*.1*
|
%lang(de) %{_mandir}/de/man1/*.1*
|
||||||
%lang(pl) %{_mandir}/pl/man1/*.1*
|
%lang(pl) %{_mandir}/pl/man1/*.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
@ -246,13 +254,18 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_libdir}/mozilla/plugins
|
%dir %{_libdir}/mozilla/plugins
|
||||||
%{_libdir}/mozilla/plugins/IcedTeaPlugin.so
|
%{_libdir}/mozilla/plugins/IcedTeaPlugin.so
|
||||||
%{_jvmdir}/%{sdkdir}/lib/IcedTeaPlugin.so
|
|
||||||
|
|
||||||
%files javadoc
|
%files javadoc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_javadocdir}/icedtea-web
|
%{_javadocdir}/icedtea-web
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 24 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-2mamba
|
||||||
|
- rebuilt passing --with-chromium
|
||||||
|
|
||||||
|
* Wed Jun 12 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
||||||
|
- update to 1.8.1
|
||||||
|
|
||||||
* Wed Sep 19 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.1-1mamba
|
* Wed Sep 19 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.1-1mamba
|
||||||
- update to 1.7.1
|
- update to 1.7.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user