]> git.pld-linux.org Git - packages/dcraw.git/blob - dcraw.spec
- updated to 20050428, this time actally _updating sources_
[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:        20050428
5 Release:        1
6 License:        Free
7 Group:          Applications
8 Source0:        http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
9 # NoSource0-md5:        2fc0584127c3746debba941273f8b417
10 Source1:        http://www.cybercom.net/~dcoffin/dcraw/dcraw.1
11 # NoSource1-md5:        0edfe10acf69c93724e271646ae79df5
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.063105 seconds and 4 git commands to generate.