6f89a29
Name:           gimp-dbp
6f89a29
Version:        1.1.9
ee0ef99
Release:        3%{?dist}
6f89a29
Summary:        Graphical batch processing for Gimp, no scripting knowledge required
6f89a29
6f89a29
Group:          Applications/Multimedia
6f89a29
License:        GPLv2+
6f89a29
URL:            http://www.ozemail.com.au/~hodsond/dbp.html
6f89a29
Source0:        http://www.ozemail.com.au/~hodsond/dbpSrc-1-1-9.tgz       
6f89a29
6f89a29
BuildRequires:  gimp-devel
6f89a29
Requires:       gimp
6f89a29
6f89a29
6f89a29
%description
6f89a29
David's Batch Processor (DBP) is a simple batch processing plugin for the Gimp.
6f89a29
It allows the user to automatically perform operations, such as re-size, on a 
6f89a29
collection of image files. Its main advantage is that the user does not have to
6f89a29
learn a scripting language. Like the Gimp itself, DBP relies on a graphical
6f89a29
interface.
6f89a29
6f89a29
6f89a29
%prep
6f89a29
%setup -q -n dbp-%{version}
6f89a29
6f89a29
6f89a29
%build
6f89a29
export CPPFLAGS="%{optflags}"
6f89a29
make 
6f89a29
6f89a29
6f89a29
%install
6f89a29
mkdir -p %{buildroot}%{_libdir}/gimp/2.0/plug-ins/
6f89a29
install -m 755 dbp %{buildroot}%{_libdir}/gimp/2.0/plug-ins/
6f89a29
6f89a29
6f89a29
%files
6f89a29
%doc dbp.html
6f89a29
%{_libdir}/gimp/2.0/plug-ins/dbp
6f89a29
6f89a29
6f89a29
%changelog
ee0ef99
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-3
ee0ef99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ee0ef99
6f89a29
* Sun Mar 17 2013 Palle Ravn <ravnzon@gmail.com> 1.1.9-2
6f89a29
- Fix lib path
6f89a29
- Do not delete files in %%prep
6f89a29
6f89a29
* Thu Mar 7 2013 Palle Ravn <ravnzon@gmail.com> 1.1.9-1
6f89a29
- Initial package