]> git.pld-linux.org Git - packages/ale.git/blobdiff - ale.spec
- pl, cosmetics
[packages/ale.git] / ale.spec
index 9768aa8f9b2b9273529e0c2ab31ee8d422ba5544..9b5f84660e7bb9c6a795d343caaaa9a04b411626 100644 (file)
--- a/ale.spec
+++ b/ale.spec
@@ -1,4 +1,5 @@
 Summary:       Anti-Lamenessing Engine
+Summary(pl):   Anti-Lamenessing Engine - silnik poprawiaj±cy zdjêcia
 Name:          ale
 Version:       0.6.0
 Release:       0.2
@@ -8,8 +9,8 @@ Source0:        http://auricle.dyndns.org/ALE/download/%{name}-%{version}.tar.gz
 # Source0-md5: a53a47dd01c66d5ea2fd6098146df99e
 Patch0:                %{name}-makefile.patch
 URL:           http://auricle.dyndns.org/ALE/
-BuildRequires: fftw3-devel
 BuildRequires: ImageMagick-devel
+BuildRequires: fftw3-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -17,22 +18,28 @@ ALE is a free software program that renders high-fidelity images of
 real scenes by aligning and combining many similar images from a
 camera or scanner.
 
+%description -l pl
+ALE to wolnodostêpny program tworz±cy wysokiej jako¶ci obrazy
+prawdziwych scen poprzez wyrównywanie i ³±czenie wielu podobnych
+obrazów z aparatu lub skanera.
+
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-
-%{__make} FFTW=1 IMAGEMAGICK=1 \
+%{__make} \
+       FFTW=1 \
+       IMAGEMAGICK=1 \
        OPT_CFLAGS="%{rpmcflags}" \
        CC="%{__cc}" \
        CXX="%{__cxx}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-install -d $RPM_BUILD_ROOT%{_bindir}/
-install ale $RPM_BUILD_ROOT%{_bindir}/
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install ale $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.081038 seconds and 4 git commands to generate.