From bb4672dd1d5f92ab11d0e246fe9a3899b2dba91c Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 8 May 2024 22:03:05 -0400 Subject: [PATCH] Fix CLion spec file --- clion/clion.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/clion/clion.spec b/clion/clion.spec index fab78bc..dceeeba 100644 --- a/clion/clion.spec +++ b/clion/clion.spec @@ -50,12 +50,8 @@ This package contains documentation for CLion %prep %setup -q -n %{name}-%{version} -# Patching shebangs... -%if 0%{?fedora} %py3_shebang_fix bin -%else -find bin -type f -name "*.py" -exec sed -e 's@/usr/bin/env python.*@%{__python3}@g' -i "{}" \; -%endif +%py3_shebang_fix plugins %install # Installing application... @@ -101,6 +97,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %doc *.txt %changelog +* Wed May 8 2024 Joshua Goins - 2024.1.1 +- Update to 2024.1.1 + * Thu Sep 14 2023 M3DZIK - 2023.2.2 - Update to 2023.2.2