]> git.pld-linux.org Git - packages/ale.git/blobdiff - ale.spec
- up to 0.8.11
[packages/ale.git] / ale.spec
index b948e32aaf1bc7ef68888d50dff7449dc27dbdee..cbe114b2e5beaf2f2b618b86f0d2eb4436778c62 100644 (file)
--- a/ale.spec
+++ b/ale.spec
@@ -1,16 +1,16 @@
 Summary:       Anti-Lamenessing Engine
-Summary(pl):   Anti-Lamenessing Engine - silnik poprawiaj±cy zdjêcia
+Summary(pl.UTF-8):     Anti-Lamenessing Engine - silnik poprawiający zdjęcia
 Name:          ale
-Version:       0.7.3
+Version:       0.8.11
 Release:       1
 License:       GPL v2+
 Group:         Applications/Graphics
 Source0:       http://auricle.dyndns.org/ALE/download/%{name}-%{version}.tar.gz
-# Source0-md5: d1dc3a83ec2beec1c129f3a059819f58
-Patch0:                %{name}-makefile.patch
+# Source0-md5: ae852de09b1fcb86696e25df9ab9cb6a
 URL:           http://auricle.dyndns.org/ALE/
-BuildRequires: ImageMagick-devel
+BuildRequires: ImageMagick-devel >= 1:6.2.4.0
 BuildRequires: fftw3-devel
+BuildRequires: libstdc++-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -18,33 +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.
+%description -l pl.UTF-8
+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 \
-       OPT_CFLAGS="%{rpmcflags}" \
-       CC="%{__cc}" \
-       CXX="%{__cxx}"
+%configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
 
-install ale $RPM_BUILD_ROOT%{_bindir}
+%{__make} install \
+        DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changelog README
+%doc ChangeLog README AUTHORS
 %attr(755,root,root) %{_bindir}/*
This page took 0.219989 seconds and 4 git commands to generate.