Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use native launcher and update to 2024.3.3 #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions pycharm-community.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
%global __requires_exclude_from %{_javadir}/%{name}/jbr/.*|%{_javadir}/%{name}/lib/.*|%{_javadir}/%{name}/plugins/.*

Name: %{appname}-community
Version: 2024.3
Release: 4%{?dist}
Version: 2024.3.3
Release: 1%{?dist}

Summary: Intelligent Python IDE
License: Apache-2.0
Expand Down Expand Up @@ -102,7 +102,7 @@ install -m 0644 -p %{SOURCE103} %{buildroot}%{_metainfodir}/%{name}.metainfo.xml

# Installing launcher...
install -d %{buildroot}%{_bindir}
ln -s %{_javadir}/%{name}/bin/%{appname}.sh %{buildroot}%{_bindir}/%{name}
ln -s %{_javadir}/%{name}/bin/%{appname} %{buildroot}%{_bindir}/%{name}

# Installing desktop file...
install -d %{buildroot}%{_datadir}/applications
Expand Down Expand Up @@ -138,6 +138,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%doc Install-Linux-tar.txt

%changelog
* Tue Feb 18 2025 Elkhan Mammadli <elkhan@almalinux.org> - 2024.3.3-1
- Fix warning about using native launcher.
- Update to 2024.3.3.

* Mon Dec 02 2024 Petr Hracek <phracek@redhat.com> - 2024.3-4
- Fix changelog

Expand Down