automatic update by autodist [release 1.4.1-1mamba;Tue Oct 01 2013]
This commit is contained in:
parent
20299c26f1
commit
f174d5c33a
@ -1,2 +1,4 @@
|
||||
# icedtea-web
|
||||
|
||||
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.
|
||||
|
||||
|
255
icedtea-web.spec
Normal file
255
icedtea-web.spec
Normal file
@ -0,0 +1,255 @@
|
||||
%define origin openjdk
|
||||
%define buildver 0
|
||||
%define MAJOR 6
|
||||
%define major 1.%{MAJOR}
|
||||
%define minor 0
|
||||
%define javaver %{major}.%{minor}
|
||||
%define jppname java-%{javaver}-%{origin}-%{javaver}.%{buildver}
|
||||
%define sdkdir %{jppname}
|
||||
%define jredir %{jppname}/jre
|
||||
%define jrelnk jre-%{javaver}-%{origin}
|
||||
%define jrebindir %{_jvmdir}/%{jredir}/bin
|
||||
%define installdir %{_jvmdir}/%{jppname}
|
||||
|
||||
%define archbuild i386
|
||||
|
||||
Name: icedtea-web
|
||||
Version: 1.4.1
|
||||
Release: 1mamba
|
||||
Summary: IcedTea Web Start implementation
|
||||
Group: System/Libraries/Java
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
URL: http://icedtea.classpath.org/
|
||||
Source: http://icedtea.classpath.org/download/source/icedtea-web-%{version}.tar.gz
|
||||
License: GPL
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: eclipse-ecj
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
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: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: xulrunner-devel
|
||||
#BuildRequires: zsh
|
||||
Requires: java-openjdk = %{javaver}
|
||||
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.
|
||||
|
||||
%package plugin
|
||||
Summary: IcedTea Java browser plugin
|
||||
Group: Applications/Networking
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: java-openjdk-runtime = %{javaver}
|
||||
Requires: %{_libdir}/mozilla/plugins
|
||||
Obsoletes: java-openjdk-plugin
|
||||
Provides: java-plugins = %{javaver}
|
||||
|
||||
%description plugin
|
||||
The IcedTea Java browser plugin.
|
||||
|
||||
%package javadoc
|
||||
Summary: IcedTea Web API Documentation
|
||||
Group: Documentation
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description javadoc
|
||||
The IcedTea Web API documentation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
unset JAVA_HOME CLASSPATH
|
||||
./configure \
|
||||
--prefix=%{installdir} \
|
||||
--with-jdk-home=%{_jvmdir}/%{jppname} \
|
||||
--datadir=%{_datadir} \
|
||||
--mandir=%{_mandir} \
|
||||
--docdir=%{_docdir}/icedtea-web \
|
||||
--htmldir=%{_javadocdir}/icedtea-web \
|
||||
--with-ecj-jar=$(build-classpath eclipse-ecj) \
|
||||
--enable-docs \
|
||||
--enable-plugin
|
||||
|
||||
make -j1
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
mkdir -p %{buildroot}%{_jvmdir}/%{sdkdir}/share/icedtea-web
|
||||
|
||||
make -j1 DESTDIR=%{buildroot} install
|
||||
|
||||
#pushd %{buildroot}%{_jvmdir}
|
||||
# ln -sf %{jredir} %{jrelnk}
|
||||
#popd
|
||||
|
||||
mkdir -p %{buildroot}%{_mandir}/man1
|
||||
install ./netx/javaws.1 %{buildroot}%{_mandir}/man1/javaws.1
|
||||
|
||||
install -d -m 755 %{buildroot}%{_libdir}/mozilla/plugins
|
||||
|
||||
install -D -m0644 javaws.desktop %{buildroot}%{_datadir}/applications/javaws.desktop
|
||||
install -D -m0644 itweb-settings.desktop %{buildroot}%{_datadir}/applications/itweb-settings.desktop
|
||||
install -D -m0644 javaws.png %{buildroot}%{_datadir}/pixmaps/javaws.png
|
||||
|
||||
install -d -m 755 %{buildroot}%{jrebindir}
|
||||
|
||||
(
|
||||
cd %{buildroot}%{_jvmdir}
|
||||
ln -sf ../../bin/itweb-settings %{buildroot}%{jrebindir}/itweb-settings
|
||||
ln -sf ../../bin/javaws %{buildroot}%{jrebindir}/javaws
|
||||
)
|
||||
|
||||
ln -sf %{_jvmdir}/java-*-openjdk-*/lib/IcedTeaPlugin.so \
|
||||
%{buildroot}%{_libdir}/mozilla/plugins/IcedTeaPlugin.so
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%pre
|
||||
if [ $1 -ge 1 ]; then
|
||||
# legacy cleanups
|
||||
/usr/sbin/update-alternatives --remove javaws %{jrebindir}/javaws 2>/dev/null
|
||||
/usr/sbin/update-alternatives --remove itweb-settings %{jrebindir}/itweb-settings 2>/dev/null
|
||||
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%post
|
||||
|
||||
[ -L /usr/bin/javaws -a "`readlink /usr/bin/javaws`" != "/etc/alternatives/javaws" ] &&
|
||||
rm -f /usr/bin/javaws 2>/dev/null
|
||||
/usr/sbin/update-alternatives --install %{_bindir}/javaws javaws %{jrebindir}/javaws 70
|
||||
|
||||
[ -L /usr/bin/itweb-settings -a "`readlink /usr/bin/itweb-settings`" != "/etc/alternatives/itweb-settings" ] &&
|
||||
rm -f /usr/bin/itweb-settings 2>/dev/null
|
||||
/usr/sbin/update-alternatives --install %{_bindir}/itweb-settings itweb-settings %{jrebindir}/itweb-settings 70
|
||||
|
||||
update-desktop-database %{_datadir}/applications &> /dev/null || :
|
||||
|
||||
touch --no-create %{_datadir}/icons/hicolor
|
||||
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
|
||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%preun
|
||||
if [ $1 -eq 0 ]; then
|
||||
[ -L /usr/bin/javaws -a "`readlink /usr/bin/javaws`" != "/etc/alternatives/javaws" ] &&
|
||||
rm -f /usr/bin/javaws
|
||||
/usr/sbin/update-alternatives --remove javaws %{jrebindir}/javaws
|
||||
|
||||
[ -L /usr/bin/itweb-settings -a "`readlink /usr/bin/itweb-settings`" != "/etc/alternatives/itweb-settings" ] &&
|
||||
rm -f /usr/bin/itweb-settings
|
||||
/usr/sbin/update-alternatives --remove javaws %{jrebindir}/itweb-settings
|
||||
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
[ -L /usr/bin/javaws -a "`readlink /usr/bin/javaws`" != "/etc/alternatives/javaws" ] && rm -f /usr/bin/javaws
|
||||
/usr/sbin/update-alternatives --remove javaws %{jrebindir}/javaws
|
||||
|
||||
[ -L /usr/bin/itweb-settings -a "`readlink /usr/bin/itweb-settings`" != "/etc/alternatives/itweb-settings" ] &&
|
||||
rm -f /usr/bin/itweb-settings
|
||||
/usr/sbin/update-alternatives --remove javaws %{jrebindir}/itweb-settings
|
||||
|
||||
fi
|
||||
|
||||
update-desktop-database %{_datadir}/applications &> /dev/null || :
|
||||
|
||||
touch --no-create %{_datadir}/icons/hicolor
|
||||
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
|
||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
|
||||
fi
|
||||
:
|
||||
|
||||
%pre plugin
|
||||
if [ $1 -ge 1 ]; then
|
||||
# legacy cleanups
|
||||
/usr/sbin/update-alternatives --remove libnpjp2_sun_plugin.so %{_jvmdir}/java-1.6.0-sun/jre/lib/%{archbuild}/libnpjp2.so 2>/dev/null
|
||||
/usr/sbin/update-alternatives --remove libjavaplugin_sun_oji.so %{_jvmdir}/java-1.6.0-sun/jre/plugin/%{archbuild}/ns7/libjavaplugin_oji.so 2>/dev/null
|
||||
/usr/sbin/update-alternatives --remove libjavaplugin_sun.so %{_jvmdir}/java-1.6.0-sun/jre/plugin/%{archbuild}/ns7/libjavaplugin_oji.so 2>/dev/null
|
||||
/usr/sbin/update-alternatives --remove libjavaplugin_sun_jni.so %{_jvmdir}/java-1.6.0-sun/jre/lib/%{archbuild}/libjavaplugin_jni.so 2>/dev/null
|
||||
/usr/sbin/update-alternatives --remove libjavaplugin_%{origin}_nscp.so %{_jvmdir}/java-1.6.0-sun/jre/lib/%{archbuild}/libjavaplugin_nscp.so 2>/dev/null
|
||||
/usr/sbin/update-alternatives --remove libjavaplugin.so %{_jvmdir}/%{jrelnk}/lib/%{archbuild}/IcedTeaNPPlugin.so 2>/dev/null
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%post plugin
|
||||
/usr/sbin/update-alternatives --install %{_libdir}/mozilla/plugins/libjavaplugin.so libjavaplugin.so \
|
||||
%{_jvmdir}/%{jrelnk}/lib/%{archbuild}/IcedTeaPlugin.so 70
|
||||
exit 0
|
||||
|
||||
%preun plugin
|
||||
if [ $1 -eq 0 ]; then
|
||||
/usr/sbin/update-alternatives --remove libjavaplugin.so %{_jvmdir}/%{jrelnk}/lib/%{archbuild}/IcedTeaNPPlugin.so
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%postun plugin
|
||||
if [ $1 -eq 0 ]; then
|
||||
/usr/sbin/update-alternatives --remove libjavaplugin.so %{_jvmdir}/%{jrelnk}/lib/%{archbuild}/IcedTeaNPPlugin.so
|
||||
|
||||
fi
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_jvmdir}/%{sdkdir}/bin/itweb-settings
|
||||
%{_jvmdir}/%{sdkdir}/bin/javaws
|
||||
#%{_jvmdir}/%{sdkdir}/bin/pluginappletviewer
|
||||
%{jrebindir}/itweb-settings
|
||||
%{jrebindir}/javaws
|
||||
%dir %{_datadir}/icedtea-web
|
||||
%{_datadir}/icedtea-web/*
|
||||
#%{_jvmdir}/%{jredir}/lib/about.jar
|
||||
#%{_jvmdir}/%{jredir}/lib/about.jnlp
|
||||
#%{_jvmdir}/%{jredir}/lib/netx.jar
|
||||
#%{_jvmdir}/%{jredir}/lib/plugin.jar
|
||||
%{_libdir}/jvm/java-*-openjdk-*/share/icedtea-web/about.jnlp
|
||||
%{_datadir}/applications/itweb-settings.desktop
|
||||
%{_datadir}/applications/javaws.desktop
|
||||
#%{_datadir}/icons/hicolor/*x*/apps/javaws.png
|
||||
%{_datadir}/pixmaps/javaws.png
|
||||
%{_mandir}/man1/javaws.1*
|
||||
%doc AUTHORS COPYING
|
||||
#%doc ChangeLog NEWS README plugin/docs
|
||||
|
||||
%files plugin
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/mozilla/plugins
|
||||
%{_libdir}/mozilla/plugins/IcedTeaPlugin.so
|
||||
%{_jvmdir}/java-*-openjdk-*/lib/IcedTeaPlugin.so
|
||||
|
||||
%files javadoc
|
||||
%defattr(-,root,root)
|
||||
%{_javadocdir}/icedtea-web
|
||||
|
||||
%changelog
|
||||
* Tue Oct 01 2013 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Mar 14 2011 gil <puntogil@libero.it> 1.0.1-2mamba
|
||||
- rebuilt with new java-openjdk
|
||||
|
||||
* Sat Mar 12 2011 gil <puntogil@libero.it> 1.0.1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user