fixed desktop icons
This commit is contained in:
parent
74ec5a089b
commit
05f34c8de3
@ -137,7 +137,7 @@
|
|||||||
|
|
||||||
Name: java-%{javaver}-%{origin}
|
Name: java-%{javaver}-%{origin}
|
||||||
Version: %{javaver}.%{updatever}
|
Version: %{javaver}.%{updatever}
|
||||||
Release: 18.%{buildver}%{?dist}
|
Release: 19.%{buildver}%{?dist}
|
||||||
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
|
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
|
||||||
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
|
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
|
||||||
# also included the epoch in their virtual provides. This created a
|
# also included the epoch in their virtual provides. This created a
|
||||||
@ -1350,6 +1350,11 @@ exit 0
|
|||||||
%{_jvmdir}/%{jredir}/lib/accessibility.properties
|
%{_jvmdir}/%{jredir}/lib/accessibility.properties
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 19 2014 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.11-19.b12
|
||||||
|
- fixed desktop icons
|
||||||
|
- Icon set to java-1.8.0
|
||||||
|
- Development removed from policy tool
|
||||||
|
|
||||||
* Mon Aug 18 2014 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.11-18.b12
|
* Mon Aug 18 2014 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.11-18.b12
|
||||||
- fixed jstack
|
- fixed jstack
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Name=OpenJDK 8 Monitoring & Management Console #ARCH#
|
Name=OpenJDK 8 Monitoring & Management Console #ARCH#
|
||||||
Comment=Monitor and manage OpenJDK applications for #ARCH#
|
Comment=Monitor and manage OpenJDK applications for #ARCH#
|
||||||
Exec=#JAVA_HOME#/jconsole
|
Exec=#JAVA_HOME#/jconsole
|
||||||
Icon=java
|
Icon=java-1.8.0
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupWMClass=sun-tools-jconsole-JConsole
|
StartupWMClass=sun-tools-jconsole-JConsole
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
Name=OpenJDK 8 Policy Tool #ARCH#
|
Name=OpenJDK 8 Policy Tool #ARCH#
|
||||||
Comment=Manage OpenJDK policy files #ARCH#
|
Comment=Manage OpenJDK policy files #ARCH#
|
||||||
Exec=#JRE_HOME#/policytool
|
Exec=#JRE_HOME#/policytool
|
||||||
Icon=java
|
Icon=java-1.8.0
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupWMClass=sun-security-tools-PolicyTool
|
StartupWMClass=sun-security-tools-PolicyTool
|
||||||
Categories=Development;Java;
|
Categories=Java;
|
||||||
Version=1.0
|
Version=1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user