]> git.pld-linux.org Git - packages/ale.git/blob - ale.spec
- tabs in preamble
[packages/ale.git] / ale.spec
1 Summary:        Anti-Lamenessing Engine
2 Summary(pl.UTF-8):      Anti-Lamenessing Engine - silnik poprawiający zdjęcia
3 Name:           ale
4 Version:        0.8.4
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:  9a9270a8017da2bf8e68cdaf03a5e07c
10 URL:            http://auricle.dyndns.org/ALE/
11 BuildRequires:  ImageMagick-devel >= 1:6.2.4.0
12 BuildRequires:  fftw3-devel
13 BuildRequires:  libstdc++-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.UTF-8
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
29 %build
30 %{__make} \
31         FFTW=1 \
32         IMAGEMAGICK=1 \
33         OPT_CFLAGS="%{rpmcflags}" \
34         CC="%{__cc}" \
35         CXX="%{__cxx}"
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_bindir}
40
41 install ale $RPM_BUILD_ROOT%{_bindir}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc Changelog README
49 %attr(755,root,root) %{_bindir}/*
This page took 0.07155 seconds and 3 git commands to generate.