fix plugin symlink [release 1.5-2mamba;Wed Jun 11 2014]
This commit is contained in:
parent
1c5a238823
commit
e55bc7be84
@ -15,7 +15,7 @@
|
||||
|
||||
Name: icedtea-web
|
||||
Version: 1.5
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: IcedTea Web Start implementation
|
||||
Group: System/Libraries/Java
|
||||
Vendor: openmamba
|
||||
@ -117,7 +117,7 @@ install -d -m 755 %{buildroot}%{jrebindir}
|
||||
ln -sf ../../bin/javaws %{buildroot}%{jrebindir}/javaws
|
||||
)
|
||||
|
||||
ln -sf %{_jvmdir}/java-*-openjdk-*/lib/IcedTeaPlugin.so \
|
||||
ln -sf %{_jvmdir}/java-%{javaver}-openjdk-%{javaver}.0/lib/IcedTeaPlugin.so \
|
||||
%{buildroot}%{_libdir}/mozilla/plugins/IcedTeaPlugin.so
|
||||
|
||||
%clean
|
||||
@ -225,7 +225,7 @@ fi
|
||||
#%{_jvmdir}/%{jredir}/lib/about.jnlp
|
||||
#%{_jvmdir}/%{jredir}/lib/netx.jar
|
||||
#%{_jvmdir}/%{jredir}/lib/plugin.jar
|
||||
%{_jvmdir}/java-*-openjdk-*/bin/policyeditor
|
||||
%{_jvmdir}/java-%{javaver}-openjdk-%{javaver}.0/bin/policyeditor
|
||||
%{_datadir}/applications/itweb-settings.desktop
|
||||
%{_datadir}/applications/javaws.desktop
|
||||
#%{_datadir}/icons/hicolor/*x*/apps/javaws.png
|
||||
@ -240,13 +240,16 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/mozilla/plugins
|
||||
%{_libdir}/mozilla/plugins/IcedTeaPlugin.so
|
||||
%{_jvmdir}/java-*-openjdk-*/lib/IcedTeaPlugin.so
|
||||
%{_jvmdir}/java-%{javaver}-openjdk-%{javaver}.0/lib/IcedTeaPlugin.so
|
||||
|
||||
%files javadoc
|
||||
%defattr(-,root,root)
|
||||
%{_javadocdir}/icedtea-web
|
||||
|
||||
%changelog
|
||||
* Wed Jun 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-2mamba
|
||||
- fix plugin symlink
|
||||
|
||||
* Wed Jun 04 2014 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user