53 lines
1.6 KiB
RPMSpec
53 lines
1.6 KiB
RPMSpec
%define real_name red-eye
|
|
|
|
Name: gimp-script-red-eye
|
|
Version: 0.95
|
|
Release: 5mamba
|
|
Summary: gimp script to implement Red-Eye removal technique
|
|
Group: Applications/Multimedia
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
|
URL: http://www.linuxjournal.com/article.php?sid=6567
|
|
Source: red-eye.scm
|
|
License: GPL
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gimp-devel >= 2.0
|
|
Requires: gimp >= 2.0
|
|
|
|
%description
|
|
A gimp script to implement Red-Eye removal technique.
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%{__install} -D -m0755 %{SOURCE0} %{buildroot}%{_datadir}/gimp/2.0/scripts/red-eye.scm
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-, root, root, 0755)
|
|
%{_datadir}/gimp/2.0/scripts/red-eye.scm
|
|
|
|
%changelog
|
|
* Mon Aug 19 2013 Automatic Build System <autodist@mambasoft.it> 0.95-5mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Thu Jun 12 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.95-4mamba
|
|
- update Vendor, Distribution and Packager
|
|
- update rm -rf script in spec after %install and %clean
|
|
|
|
* Wed Apr 20 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.95-3qilnx
|
|
- changed installation directory from /usr/lib/gimp to /usr/share/gimp
|
|
|
|
* Wed Apr 20 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.95-2qilnx
|
|
- rebuild and moved from devel-contrib repository to devel repository
|
|
|
|
* Wed Dec 22 2004 Matteo Bernasconi <voyagernm@virgilio.it> 0.95-1qilnx
|
|
- First Build
|
|
|