Summary: Additional GIMP plugins Name: gimpfx-foundry Version: 2.6.1 Release: 2%{?dist} License: GPLv2+ and GPLv3+ and Public Domain URL: http://gimpfx-foundry.sourceforge.net/ Group: Applications/Multimedia Source: http://downloads.sourceforge.net/%{name}/%{name}-2.6-1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: gimp >= 2.6.0 BuildArch: noarch %description These scripts allow GIMP graphics to be endowed with special effects, such as blurring or distorting them in certain ways. This package has 117+ new scripts for GIMP that are not part of the graphic software's standard installation. Among them are the Roy Lichtenstein effect script to render graphics in the pop artist's style, the Planet Render script to create a planet of your choosing and desired size and dimension. and the Old Photo script to give existing photos that antiquated touch. %prep %setup -q -c %{name}-%{version} %build %install %{__rm} -rf %{buildroot} %{__mkdir} -p %{buildroot}%{_datadir}/gimp/2.0/scripts/ %{__install} -p --mode=0664 -t %{buildroot}%{_datadir}/gimp/2.0/scripts/ *.scm %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc release-notes.txt %{_datadir}/gimp/2.0/scripts/*.scm %changelog * Thu Jun 04 2009 Rick L Vinyard Jr - 2.6.1-2 - Added GPLv2+ and Public Domain licenses to License tag * Wed Jun 03 2009 Rick L Vinyard Jr - 2.6.1-1 - Initial version