This commit is contained in:
Nils Philippsen 2006-05-23 13:00:56 +00:00
parent 8475e4a53e
commit ebe807d2e1

View File

@ -13,6 +13,7 @@ Source0: dcraw-%{dcrawdate}.c
#Actually http://www.cybercom.net/~dcoffin/dcraw/dcraw.1
Source1: dcraw-%{dcrawmandate}.1
BuildRequires: libjpeg-devel
BuildRequires: lcms-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
@ -24,7 +25,7 @@ downloaded from digital cameras.
cp %{SOURCE0} dcraw.c
%build
gcc %optflags -lm -ljpeg -o dcraw dcraw.c
gcc %optflags -lm -ljpeg -llcms -o dcraw dcraw.c
%install
rm -rf %buildroot
@ -45,6 +46,7 @@ rm -rf %buildroot
- program and manpage version of 2006-05-21
- use %%optflags
- change license tag to GPL
- use lcms
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.0.20051211-1.2
- bump again for double-long bug on ppc(64)