|
@@ -1,5 +1,5 @@
|
|
%define name nautilus-pyextensions
|
|
%define name nautilus-pyextensions
|
|
-%define version 1.2.2
|
|
|
|
|
|
+%define version 3.0
|
|
|
|
|
|
Summary: Handler of the Nautilus Python Extensions
|
|
Summary: Handler of the Nautilus Python Extensions
|
|
Summary(ja): Nautilus Python Extensions のハンドラ
|
|
Summary(ja): Nautilus Python Extensions のハンドラ
|
|
@@ -19,12 +19,13 @@ BuildRequires: desktop-file-utils
|
|
BuildRequires: python-devel python-setuptools
|
|
BuildRequires: python-devel python-setuptools
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
|
|
-Requires: nautilus-python
|
|
|
|
-Requires: pygtk2
|
|
|
|
-Requires: audacious
|
|
|
|
-Requires: meld
|
|
|
|
-Requires: gksu
|
|
|
|
-Requires: zenity
|
|
|
|
|
|
+Requires: nautilus-python
|
|
|
|
+#Requires: pygtk2
|
|
|
|
+Requires: pygobject3
|
|
|
|
+Requires: audacious
|
|
|
|
+Requires: meld
|
|
|
|
+Requires: gksu
|
|
|
|
+Requires: zenity
|
|
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -90,6 +91,10 @@ update-desktop-database > /dev/null 2>&1 || :
|
|
%{_libdir}/python2.?/site-packages/
|
|
%{_libdir}/python2.?/site-packages/
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Nov 11 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- changed Requires: pygtk2 to pygobject3
|
|
|
|
+
|
|
* Thu Jul 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.2-1
|
|
* Thu Jul 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.2-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|