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