rpms/hdrprep/devel hdrprep.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

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


Author: silfreed

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

Modified Files:
	.cvsignore sources 
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.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hdrprep/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Jun 2008 03:32:38 -0000	1.1
+++ .cvsignore	18 Jun 2008 18:42:16 -0000	1.2
@@ -0,0 +1 @@
+hdrprep-0.1.2.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hdrprep/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Jun 2008 03:32:38 -0000	1.1
+++ sources	18 Jun 2008 18:42:16 -0000	1.2
@@ -0,0 +1 @@
+abd8b0a3502fab9bf966c03142cefcbe  hdrprep-0.1.2.tgz




More information about the fedora-extras-commits mailing list