From 6f89a29cd8d7b92db6db0ec2cba93b4cbd278055 Mon Sep 17 00:00:00 2001 From: Palle Ravn Date: Mar 19 2013 10:41:07 +0000 Subject: Initial Import (#919429) --- diff --git a/dbpSrc-1-1-9.tgz b/dbpSrc-1-1-9.tgz new file mode 100644 index 0000000..f463ae7 Binary files /dev/null and b/dbpSrc-1-1-9.tgz differ diff --git a/gimp-dbp.spec b/gimp-dbp.spec new file mode 100644 index 0000000..e1b9166 --- /dev/null +++ b/gimp-dbp.spec @@ -0,0 +1,48 @@ +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 1.1.9-2 +- Fix lib path +- Do not delete files in %%prep + +* Thu Mar 7 2013 Palle Ravn 1.1.9-1 +- Initial package