|
@@ -1,20 +1,24 @@
|
|
Summary: Nautilus extension to mass resize and rotate images
|
|
Summary: Nautilus extension to mass resize and rotate images
|
|
Summary(ja): 複数の画像をリサイズ・回転できる Nautilus用 の拡張
|
|
Summary(ja): 複数の画像をリサイズ・回転できる Nautilus用 の拡張
|
|
Name: nautilus-image-converter
|
|
Name: nautilus-image-converter
|
|
-Version: 0.3.0
|
|
|
|
-Release: 3%{?_dist_release}
|
|
|
|
-Source0: http://www.bitron.ch/downloads/%{name}-%{version}.tar.gz
|
|
|
|
|
|
+Version: 0.3.1
|
|
|
|
+Release: 1.git20110416%{?_dist_release}
|
|
|
|
+Source0: http://www.bitron.ch/downloads/%{name}-%{version}-git20110416.tar.xz
|
|
License: GPL
|
|
License: GPL
|
|
Group: User Interface/Desktops
|
|
Group: User Interface/Desktops
|
|
-URL: http://www.bitron.ch/software/nautilus-image-converter.php
|
|
|
|
|
|
+#URL: http://www.bitron.ch/software/nautilus-image-converter.php
|
|
|
|
+URL: http://git.gnome.org/browse/nautilus-image-converter/
|
|
|
|
|
|
-Requires: nautilus >= 2.6.0, ImageMagick
|
|
|
|
-BuildRequires: gtk2-devel >= 2.4.0, libglade2-devel >= 2.4.0
|
|
|
|
|
|
+#Requires: nautilus >= 2.6.0, ImageMagick
|
|
|
|
+#BuildRequires: gtk2-devel >= 2.4.0, libglade2-devel >= 2.4.0
|
|
|
|
+
|
|
|
|
+Requires: nautilus >= 3.0, ImageMagick
|
|
|
|
+BuildRequires: gtk3-devel >= 3.0
|
|
BuildRequires: gnome-vfs2-devel >= 2.6.0
|
|
BuildRequires: gnome-vfs2-devel >= 2.6.0
|
|
-BuildRequires: glib2-devel >= 2.15.0
|
|
|
|
|
|
+BuildRequires: glib2-devel >= 2.28.0
|
|
BuildRequires: nautilus-devel
|
|
BuildRequires: nautilus-devel
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
-BuildRequires: perl(XML::Parser)
|
|
|
|
|
|
+BuildRequires: perl-XML-Parser
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -38,7 +42,8 @@ ImageMagick's convert tool.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
|
|
|
|
+%setup -qn %{name}
|
|
|
|
+#./autogen.sh
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -61,12 +66,20 @@ find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
|
|
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
|
|
-%{_libdir}/nautilus/extensions-2.0/libnautilus-image-converter.so
|
|
|
|
-%{_datadir}/nautilus-image-converter/nautilus-image-resize.glade
|
|
|
|
-%{_datadir}/nautilus-image-converter/nautilus-image-rotate.glade
|
|
|
|
|
|
+%{_libdir}/nautilus/extensions-3.0/libnautilus-image-converter.so
|
|
|
|
+%{_datadir}/nautilus-image-converter/nautilus-image-resize.ui
|
|
|
|
+%{_datadir}/nautilus-image-converter/nautilus-image-rotate.ui
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri May 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.1-1.git20110416
|
|
|
|
+- new upstream snapshot
|
|
|
|
+- changed URL
|
|
|
|
+- changed Requires: nautilus >= 2.6.0 to 3.0
|
|
|
|
+- changed BuildRequires: gtk2-devel >= 2.4.0 to gtk3-devel >= 3.0,
|
|
|
|
+ glib2-devel >= 2.15.0 to 2.28.0
|
|
|
|
+- deleted BuildRequires: libglade2-devel >= 2.4.0
|
|
|
|
+
|
|
* Sat Jun 18 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.3.0-3
|
|
* Sat Jun 18 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.3.0-3
|
|
- rebuild for Vine Linux 6
|
|
- rebuild for Vine Linux 6
|
|
|
|
|