diff --git a/xhotkeys.spec b/xhotkeys.spec index 619f30e..146f89a 100644 --- a/xhotkeys.spec +++ b/xhotkeys.spec @@ -1,6 +1,6 @@ Name: xhotkeys Version: 0.9.8.3 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Hotkeys for the X-Window Summary(pl): Skróty klawiszowe dla X-okien License: GPLv2+ @@ -30,14 +30,13 @@ graficznego GTK+ konfiguratora. %prep %autosetup -n %{name} -pathfix.py -pni "%{__python2} %{py2_shbang_opts}" xhotkeys +pathfix.py -pni "%{__python2}" xhotkeys.py %build #nothing to build %install %make_install -pathfix.py -pni "%{__python2} %{py2_shbang_opts}" %{buildroot}%{_bindir}/xhotkeys desktop-file-install \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ %{SOURCE1} @@ -58,6 +57,9 @@ desktop-file-install \ %{_datadir}/pixmaps/%{name}.xpm %changelog +* Mon Jul 15 2019 Filipe Rosset - 0.9.8.3-25 +- Fix python2 shebang error + * Sat Jul 13 2019 Filipe Rosset - 0.9.8.3-24 - Fix python shebang error