rpms/hdrprep/F-9 hdrprep.spec,NONE,1.1

Douglas E. Warner (silfreed) fedora-extras-commits at redhat.com
Wed Jun 18 18:42:16 UTC 2008


Author: silfreed

Update of /cvs/pkgs/rpms/hdrprep/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11799/F-9

Added Files:
	hdrprep.spec 
Log Message:
adding hdrprep


--- NEW FILE hdrprep.spec ---
Name: hdrprep
Version: 0.1.2
Release: 4%{?dist}
Summary: Align digicam images and fix EXIF information

Group: Applications/Multimedia
License: GPLv2+
URL: http://www.luxal.eu/resources/hdr/hdrprep/
Source0: http://www.luxal.eu/resources/hdr/hdrprep/software/%{name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch: noarch
Requires: ale

%description
hdrprep is a Perl script for registering exposure-bracketed sequences of
digital photographs. This allows you to generated High Dynamic Range (HDR)
images from hand-held image sequences.


%prep
%setup -q


%build


%install
rm -rf %{buildroot}

%{__install} -d -m 0755 %{buildroot}/%{_bindir}
%{__install} -p -m 0755 %{_builddir}/%{buildsubdir}/%{name}.pl \
	%{buildroot}/%{_bindir}/%{name}

%{__install} -d -m 0755 %{buildroot}/%{_mandir}/man1
%{__install} -p -m 0644 %{_builddir}/%{buildsubdir}/%{name}.1 \
	%{buildroot}/%{_mandir}/man1


%clean
rm -rf %{buildroot}


%files
%defattr(-, root, root)
%doc ChangeLog.txt gpl.txt README.txt
%{_bindir}/*
%{_mandir}/man1/*


%changelog
* Tue Apr 22 2008 Douglas E. Warner <silfreed at silfreed.net> 0.1.2-4
- explicitly setting mode on dir creation; preserving timestamps on script
  install

* Mon Apr 21 2008 Douglas E. Warner <silfreed at silfreed.net> 0.1.2-3
- updated to fedora spec format
- added dist tag
- fixed license to GPLv2+
- added license and readme to documentation

* Mon Apr 30 2007 Douglas E. Warner <silfreed at silfreed.net> 0.1.2-2
- added requriement for ale

* Mon Apr 30 2007 Douglas E. Warner <silfreed at silfreed.net> 0.1.2-1
- Initial RPM release.





More information about the fedora-extras-commits mailing list