Compare commits

...

2 Commits

@ -27,7 +27,7 @@ Epoch: 1
%endif %endif
# Desktop file information # Desktop file information
%global app_name %{?app_name_prefix}%{!?app_name_prefix:Eclipse} %global app_name Eclipse
%global app_exec %{?app_exec_prefix} eclipse %global app_exec %{?app_exec_prefix} eclipse
# Eclipse is arch-specific, but multilib agnostic # Eclipse is arch-specific, but multilib agnostic
@ -49,7 +49,7 @@ Epoch: 1
Summary: An open, extensible IDE Summary: An open, extensible IDE
Name: eclipse Name: eclipse
Version: 4.16 Version: 4.16
Release: 7%{?dist} Release: 7%{?dist}.inferit
License: EPL-2.0 License: EPL-2.0
URL: http://www.eclipse.org/ URL: http://www.eclipse.org/
@ -1074,6 +1074,12 @@ echo "%{version}-%{release}" > %{buildroot}%{_eclipsedir}/.pkgs/Distro%{?dist}
%{_eclipsedir}/plugins/org.eclipse.osgi.util_* %{_eclipsedir}/plugins/org.eclipse.osgi.util_*
%changelog %changelog
* Sat Aug 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1:4.16-7.inferit
- Debranding
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:4.16-7
- Rebuilt for MSVSphere 8.8
* Fri Oct 23 2020 Alexander Kurtakov <akurtako@redhat.com> 1:4.16-8 * Fri Oct 23 2020 Alexander Kurtakov <akurtako@redhat.com> 1:4.16-8
- Add java-11-openjdk-devel - without it /usr/lib/jvm/java-11 is not created. - Add java-11-openjdk-devel - without it /usr/lib/jvm/java-11 is not created.

Loading…
Cancel
Save