diff --git a/autodownloader.spec b/autodownloader.spec index a37888d..df7021d 100644 --- a/autodownloader.spec +++ b/autodownloader.spec @@ -1,12 +1,12 @@ Name: autodownloader Version: 0.3.0 -Release: 16%{?dist} +Release: 17%{?dist} Summary: GUI-tool to automate the download of certain files License: GPLv2+ -Group: Applications/Internet URL: http://sourceforge.net/projects/autodownloader Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch +BuildRequires: python2-devel /usr/bin/pathfix.py Requires: pygtk2-libglade hicolor-icon-theme %description @@ -26,6 +26,8 @@ are not permitted to be (re)distributed unlike most files in Fedora. %prep +pathfix.py -pni "%{__python2} %{py2_shbang_opts}" . + %setup -q @@ -34,17 +36,20 @@ are not permitted to be (re)distributed unlike most files in Fedora. %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %files -%doc COPYING ChangeLog GladeWindow-license.txt README.txt TODO example.autodlrc +%license COPYING GladeWindow-license.txt +%doc ChangeLog README.txt TODO example.autodlrc %{_datadir}/autodl %{_datadir}/icons/hicolor/*/apps/autodl.png %changelog +* Mon Sep 10 2018 Gwyn Ciesla - 0.3.0-17 +- Fix shebang handling. + * Thu Jul 12 2018 Fedora Release Engineering - 0.3.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild