[mcomix/f15] 0.95 Require python-setuptools (bug 753961)

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Nov 15 15:10:54 UTC 2011


commit 3eb613f5680c0a4183de1a014d0c068ac15859a2
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Wed Nov 16 00:10:51 2011 +0900

    0.95
    Require python-setuptools (bug 753961)

 .gitignore  |    1 +
 mcomix.spec |   11 +++++++++--
 sources     |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
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 at 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 <mtasaka at fedoraproject.org> - 0.95-1
+- 0.95
+- Require python-setuptools (bug 753961)
+
 * Thu Oct 27 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 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


More information about the scm-commits mailing list