]> git.pld-linux.org Git - packages/ale.git/blob - ale.spec
- updated for 0.8.0
[packages/ale.git] / ale.spec
1 Summary:        Anti-Lamenessing Engine
2 Summary(pl):    Anti-Lamenessing Engine - silnik poprawiaj±cy zdjêcia
3 Name:           ale
4 Version:        0.7.3
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Graphics
8 Source0:        http://auricle.dyndns.org/ALE/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  d1dc3a83ec2beec1c129f3a059819f58
10 Patch0:         %{name}-makefile.patch
11 URL:            http://auricle.dyndns.org/ALE/
12 BuildRequires:  ImageMagick-devel
13 BuildRequires:  fftw3-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 ALE is a free software program that renders high-fidelity images of
18 real scenes by aligning and combining many similar images from a
19 camera or scanner.
20
21 %description -l pl
22 ALE to wolnodostêpny program tworz±cy wysokiej jako¶ci obrazy
23 prawdziwych scen poprzez wyrównywanie i ³±czenie wielu podobnych
24 obrazów z aparatu lub skanera.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29
30 %build
31 %{__make} \
32         FFTW=1 \
33         IMAGEMAGICK=1 \
34         OPT_CFLAGS="%{rpmcflags}" \
35         CC="%{__cc}" \
36         CXX="%{__cxx}"
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_bindir}
41
42 install ale $RPM_BUILD_ROOT%{_bindir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc Changelog README
50 %attr(755,root,root) %{_bindir}/*
This page took 0.125567 seconds and 3 git commands to generate.