%define gimp_ver 1.2 Summary: Windows .ICO plugin for GIMP Name: gimp-winicon-plugin Version: 1.0.0 Release: 1 License: GPL Group: Applications/Graphics URL: http://www.whoop.org/downloads.html Source: http://www.whoop.org/downloads/gimp-winicon-plugin-%{version}.tar.gz Packager: Tim Jackson BuildRoot: /var/tmp/%{name}-buildroot %description This GIMP plugin supports loading and saving of Windows icon files (.ICO). Multiple icons per file are supported, as well as 1/4/8/32 bpp color depths. Comes with some online help and a preview dialog. %prep %setup %configure %build make %install mkdir -p $RPM_BUILD_ROOT%{_libdir}/gimp/%{gimp_ver}/plug-ins install -m 755 src/winicon $RPM_BUILD_ROOT%{_libdir}/gimp/%{gimp_ver}/plug-ins/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO %{_libdir}/gimp/%{gimp_ver}/plug-ins/winicon