]> git.pld-linux.org Git - packages/dcraw.git/blob - dcraw.spec
aaf2047b6e2019dade30ff854704e67cd20f3415
[packages/dcraw.git] / dcraw.spec
1 Summary:        Raw Digital Photo Decoder
2 Summary(pl):    Dekoder zdjêæ cyfrowych w formacie raw
3 Name:           dcraw
4 Version:        20050422
5 Release:        1
6 License:        Free
7 Group:          Applications
8 Source0:        http://www.cybercom.net/~dcoffin/dcraw/%{name}.c
9 # NoSource0-md5:        4cb169dddfeb382c06fc9a341a3cba75
10 Source1:        http://www.cybercom.net/~dcoffin/dcraw/%{name}.1
11 # NoSource1-md5:        1d16322d55d281f8884aa3ceaae0a5d1
12 URL:            http://www.cybercom.net/~dcoffin/dcraw/
13 BuildRequires:  libjpeg-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 dcraw is a program that decodes any raw image from digital cameras and
18 produces better-quality output than the tools provided by the camera
19 vendor.
20
21 %description -l pl
22 dcraw jest programem, który dekoduje zdjêcia z aparatów cyfrowych
23 zapisanych w formacie raw i produkuje lepszy jako¶ciowo wynik ni¿
24 narzêdzia, które s± dostarczane przez producentów aparatów.
25
26 %prep
27 %setup -qcT
28 cp %{SOURCE0} .
29
30 %build
31 %{__cc} %{rpmldflags} -o dcraw %{rpmcflags} dcraw.c -lm -ljpeg
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
36
37 install dcraw $RPM_BUILD_ROOT%{_bindir}
38 install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %attr(755,root,root) %{_bindir}/*
46 %{_mandir}/man1/*
This page took 0.03871 seconds and 2 git commands to generate.