Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1277 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 14 years ago
parent
commit
23346c6fde
1 changed files with 10 additions and 8 deletions
  1. 10 8
      m/mirage/mirage-vl.spec

+ 10 - 8
m/mirage/mirage-vl.spec

@@ -1,8 +1,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		mirage
-Version:	0.9.3
-Release:	2%{?_dist_release}
+Version:	0.9.4
+Release:	1%{?_dist_release}
 Summary:	A fast and simple image viewer
 Summary(ja):	高速でシンプルな画像ビューア
 
@@ -16,8 +16,8 @@ BuildRequires:	gettext
 BuildRequires:	libX11-devel
 BuildRequires:	python-devel
 BuildRequires:	desktop-file-utils
-Requires:	pygtk2 >= 2.6.0
-Requires:	gtk2 >= 2.6.0
+Requires:	pygtk2 >= 2.12.0
+Requires:	gtk2 >= 2.10.0
 Requires:	gnome-python
 
 %description
@@ -26,8 +26,8 @@ depends only on PyGTK, Mirage is ideal for users who wish to
 keep their computers lean while still having a clean image viewer.
 
 %description -l ja
-Mirageは高速でシンプルなGTK+の画像ビューアです。
-PyGTKだけに依存するので、Mirageはコンピュータをスリムで
+Mirage は高速でシンプルな GTK+ の画像ビューアです。
+PyGTK だけに依存するので、Mirage はコンピュータをスリムで
 綺麗にしておきたいユーザーにとっては理想的な画像ビューアです。
 
 
@@ -77,9 +77,7 @@ desktop-file-install \
 
 %{_bindir}/%{name}
 %{python_sitearch}/%{name}.py*
-#%if 0%{?fedora} >= 9
 %{python_sitearch}/*.egg-info
-#%endif
 %{python_sitearch}/*.so
 
 %{_datadir}/%{name}/
@@ -88,6 +86,10 @@ desktop-file-install \
 %{_datadir}/applications/*%{name}.desktop
 
 %changelog
+* Sun Jul 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.4-1
+- new upstream release
+- changed Requires: pygtk2 >= 2.12.0, gtk2 >= 2.10.0
+
 * Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.9.3-2
 - rebuilt with python-2.6.4