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