Blob Blame History Raw
Name:           nautilus-image-converter
Version:        0.0.4
Release:        2%{?dist}
Summary:        Nautilus extension to mass resize images

Group:          User Interface/Desktops
License:        GPL
URL:		http://www.bitron.ch/software/nautilus-image-converter.php
Source0:        http://www.bitron.ch/downloads/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libglade2-devel >= 2.4.0
BuildRequires:	gnome-vfs2-devel >= 2.6.0
BuildRequires:	nautilus >= 2.6.0
BuildRequires:	gettext
Requires:	ImageMagick
 

%description
Adds a "Resize Images..." menu item to the context menu of all images. This
opens a dialog where you set the desired image size and file name. A click
on "Resize" finally resizes the image(s) using ImageMagick's convert tool.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}
find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_datadir}/%{name}/
%{_libdir}/nautilus/extensions-1.0/*.so


%changelog
* Mon Oct 10 2005 Brian Pepple <bdpepple@ameritech.net> - 0.0.4-2
- Update to 0.0.4.
- Add BR for gettext & handle translations.
- Change group to follow other nautilus plugins.

* Tue Sep 27 2005 Brian Pepple <bdpepple@ameritech.net> - 0.0.3-2
- Fix ownership of data directory.
- Add dist tag.

* Tue Sep 27 2005 Brian Pepple <bdpepple@ameritech.net> - 0.0.3-1
- Initial Fedora Extras release.