|
@@ -1,16 +1,12 @@
|
|
-%define name nautilus-image-converter
|
|
|
|
-%define version 0.3.0
|
|
|
|
-%define release 2%{?_dist_release}
|
|
|
|
-
|
|
|
|
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: %{name}
|
|
+Name: nautilus-image-converter
|
|
-Version: %{version}
|
|
+Version: 0.3.0
|
|
-Release: %{release}
|
|
+Release: 3%{?_dist_release}
|
|
-Source0: %{name}-%{version}.tar.gz
|
|
+Source0: http://www.bitron.ch/downloads/%{name}-%{version}.tar.gz
|
|
License: GPL
|
|
License: GPL
|
|
Group: User Interface/Desktops
|
|
Group: User Interface/Desktops
|
|
-URL: http://www.bitron.ch/downloads/%{name}-%{version}.tar.bz2
|
|
+URL: http://www.bitron.ch/software/nautilus-image-converter.php
|
|
|
|
|
|
Requires: nautilus >= 2.6.0, ImageMagick
|
|
Requires: nautilus >= 2.6.0, ImageMagick
|
|
BuildRequires: gtk2-devel >= 2.4.0, libglade2-devel >= 2.4.0
|
|
BuildRequires: gtk2-devel >= 2.4.0, libglade2-devel >= 2.4.0
|
|
@@ -22,6 +18,10 @@ BuildRequires: perl(XML::Parser)
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
|
|
+Packager: kazutaka
|
|
|
|
|
|
%description
|
|
%description
|
|
Adds a "Resize Images" and "Rotate Images" menu item to the context
|
|
Adds a "Resize Images" and "Rotate Images" menu item to the context
|
|
@@ -30,16 +30,17 @@ A click on "Resize" or "Rotate" finally convert the image(s) using
|
|
ImageMagick's convert tool.
|
|
ImageMagick's convert tool.
|
|
|
|
|
|
%description -l ja
|
|
%description -l ja
|
|
-全ての画像ファイルの右クリックメニューに、"画像のリサイズ" と "画像の回転"
|
|
+全ての画像ファイルの右クリックメニューに、"画像のリサイズ" と
|
|
-のメニューアイテムを追加します。このメニューアイテムを選んで表示されたダイ
|
|
+"画像の回転" のメニューアイテムを追加します。このメニューアイテムを
|
|
-アログ画面で好きなオプションを設定します。"リサイズ" または "回転" ボタンを
|
|
+選んで表示されたダイアログ画面から好きなオプションを設定します。
|
|
-押すと、ImageMagick の変換ツールを使って画像を変換します。
|
|
+"リサイズ" または "回転" ボタンを押すと、ImageMagick の変換ツールを
|
|
|
|
+使って画像を変換します。
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-
|
|
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
|
|
+
|
|
%build
|
|
%build
|
|
%configure --disable-static
|
|
%configure --disable-static
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
@@ -61,12 +62,14 @@ find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
|
|
%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
|
|
%{_libdir}/nautilus/extensions-2.0/libnautilus-image-converter.so
|
|
-#%{_libdir}/nautilus/extensions-2.0/libnautilus-image-converter.la
|
|
|
|
%{_datadir}/nautilus-image-converter/nautilus-image-resize.glade
|
|
%{_datadir}/nautilus-image-converter/nautilus-image-resize.glade
|
|
%{_datadir}/nautilus-image-converter/nautilus-image-rotate.glade
|
|
%{_datadir}/nautilus-image-converter/nautilus-image-rotate.glade
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jun 18 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.3.0-3
|
|
|
|
+- rebuild for Vine Linux 6
|
|
|
|
+
|
|
* Sat Apr 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.0-2
|
|
* Sat Apr 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.0-2
|
|
- added BuildRequires: glib2-devel >= 2.15.0, nautilus-devel, gettext, perl(XML::Parser)
|
|
- added BuildRequires: glib2-devel >= 2.15.0, nautilus-devel, gettext, perl(XML::Parser)
|
|
- changed configure option (-disable static)
|
|
- changed configure option (-disable static)
|