Blob Blame History Raw
Name:           gimp-dbp
Version:        1.1.9
Release:        2%{?dist}
Summary:        Graphical batch processing for Gimp, no scripting knowledge required

Group:          Applications/Multimedia
License:        GPLv2+
URL:            http://www.ozemail.com.au/~hodsond/dbp.html
Source0:        http://www.ozemail.com.au/~hodsond/dbpSrc-1-1-9.tgz       

BuildRequires:  gimp-devel
Requires:       gimp


%description
David's Batch Processor (DBP) is a simple batch processing plugin for the Gimp.
It allows the user to automatically perform operations, such as re-size, on a 
collection of image files. Its main advantage is that the user does not have to
learn a scripting language. Like the Gimp itself, DBP relies on a graphical
interface.


%prep
%setup -q -n dbp-%{version}


%build
export CPPFLAGS="%{optflags}"
make 


%install
mkdir -p %{buildroot}%{_libdir}/gimp/2.0/plug-ins/
install -m 755 dbp %{buildroot}%{_libdir}/gimp/2.0/plug-ins/


%files
%doc dbp.html
%{_libdir}/gimp/2.0/plug-ins/dbp


%changelog
* Sun Mar 17 2013 Palle Ravn <ravnzon@gmail.com> 1.1.9-2
- Fix lib path
- Do not delete files in %%prep

* Thu Mar 7 2013 Palle Ravn <ravnzon@gmail.com> 1.1.9-1
- Initial package