program and manpage version of 2006-05-21 use %optflags change license tag

to GPL
This commit is contained in:
Nils Philippsen 2006-05-23 12:53:30 +00:00
parent bea10a645b
commit 8475e4a53e
3 changed files with 14 additions and 9 deletions

View File

@ -1,2 +1,2 @@
dcraw-20051211.c
dcraw-20050929.1
dcraw-20060521.c
dcraw-20060521.1

View File

@ -1,12 +1,12 @@
%define dcrawdate 20051211
%define dcrawmandate 20050929
%define dcrawdate 20060521
%define dcrawmandate 20060521
Summary: A tool for decoding raw image data from digital cameras.
Name: dcraw
Version: 0.0.%dcrawdate
Release: 1.2
Release: 1
Group: Applications/Multimedia
License: freely distributable
License: GPL
#The next file is actually http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
#but as it doesn't contain any version info in the file name...
Source0: dcraw-%{dcrawdate}.c
@ -24,7 +24,7 @@ downloaded from digital cameras.
cp %{SOURCE0} dcraw.c
%build
gcc -g -O3 -lm -ljpeg -o dcraw dcraw.c
gcc %optflags -lm -ljpeg -o dcraw dcraw.c
%install
rm -rf %buildroot
@ -41,6 +41,11 @@ rm -rf %buildroot
%{_mandir}/man1/*
%changelog
* Tue May 23 2006 Nils Philippsen <nphilipp@redhat.com> - 0.0.20060521-1
- program and manpage version of 2006-05-21
- use %%optflags
- change license tag to GPL
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.0.20051211-1.2
- bump again for double-long bug on ppc(64)

View File

@ -1,2 +1,2 @@
7b830a3dfc1a109c99e3193cd6cb5ef3 dcraw-20051211.c
9c091d19e6c4cc2d42b1b5624caf9dc5 dcraw-20050929.1
24085edf502b0eef02da1f9f72f3fdaf dcraw-20060521.c
bcd24b7c28092a6a4c5b9687987131b8 dcraw-20060521.1