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