Fix CLion spec file
This commit is contained in:
parent
62bdbb1907
commit
bb4672dd1d
1 changed files with 4 additions and 5 deletions
|
@ -50,12 +50,8 @@ This package contains documentation for CLion
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
# Patching shebangs...
|
|
||||||
%if 0%{?fedora}
|
|
||||||
%py3_shebang_fix bin
|
%py3_shebang_fix bin
|
||||||
%else
|
%py3_shebang_fix plugins
|
||||||
find bin -type f -name "*.py" -exec sed -e 's@/usr/bin/env python.*@%{__python3}@g' -i "{}" \;
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# Installing application...
|
# Installing application...
|
||||||
|
@ -101,6 +97,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||||
%doc *.txt
|
%doc *.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 8 2024 Joshua Goins <josh@redstrate.com> - 2024.1.1
|
||||||
|
- Update to 2024.1.1
|
||||||
|
|
||||||
* Thu Sep 14 2023 M3DZIK <me@medzik.dev> - 2023.2.2
|
* Thu Sep 14 2023 M3DZIK <me@medzik.dev> - 2023.2.2
|
||||||
- Update to 2023.2.2
|
- Update to 2023.2.2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue