From d5a5260f515198e37dc1162a0e63d57fb085533e Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Nov 15 2011 15:10:15 +0000 Subject: 0.95 Require python-setuptools (bug 753961) --- diff --git a/.gitignore b/.gitignore index 9fcae31..59717ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mcomix-0.94.tar.bz2 +/mcomix-0.95.tar.bz2 diff --git a/mcomix.spec b/mcomix.spec index c167174..a395179 100644 --- a/mcomix.spec +++ b/mcomix.spec @@ -1,6 +1,6 @@ Name: mcomix -Version: 0.94 -Release: 2%{?dist} +Version: 0.95 +Release: 1%{?dist} Summary: User-friendly, customizable image viewer for comic books Group: Amusements/Graphics @@ -24,6 +24,7 @@ BuildRequires: desktop-file-utils BuildRequires: GConf2 Requires: pygtk2 Requires: python-imaging +Requires: python-setuptools Requires(pre): GConf2 Requires(preun): GConf2 Requires(post): GConf2 @@ -80,10 +81,12 @@ python setup.py \ install \ --root $RPM_BUILD_ROOT +%if 0 # Fix rpmlint on the following file on %%install, # not on %%prep, %%build sed -i -e '\@^#!.*%{_bindir}/env@d' \ $RPM_BUILD_ROOT%{python_sitelib}/%{name}/mcomixstarter.py +%endif desktop-file-install \ --delete-original \ @@ -155,6 +158,10 @@ exit 0 %changelog +* Tue Nov 15 2011 Mamoru Tasaka - 0.95-1 +- 0.95 +- Require python-setuptools (bug 753961) + * Thu Oct 27 2011 Mamoru Tasaka - 0.94-2 - Fix rpmlint issue diff --git a/sources b/sources index 560215f..b317a98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -46a1e9f7c99ebb29325c9925069fa6ea mcomix-0.94.tar.bz2 +b4942caa4ad06cdcd25908574f7f1fa3 mcomix-0.95.tar.bz2