From 1b94aae23c6b20ac288112b3e2baf1a8b9e6ab13 Mon Sep 17 00:00:00 2001 From: aredridel Date: Mon, 25 Aug 2008 00:52:18 +0000 Subject: [PATCH] - 3.1 Changed files: enblend.spec -> 1.11 --- enblend.spec | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/enblend.spec b/enblend.spec index 65c69b3..7e5ad21 100644 --- a/enblend.spec +++ b/enblend.spec @@ -1,15 +1,18 @@ # NOTE: g++ eats 400+MB of memory +%define cvs 20080824 Summary: Image blending with multiresolution splines Summary(pl.UTF-8): Łączenie zdjęć przy użyciu splajnów wielokrotnej rozdzielczości Name: enblend -Version: 3.0 -Release: 2 +Version: 3.1 +Release: 0.%{cvs}.1 License: GPL v2+ Group: Applications/Graphics -Source0: http://dl.sourceforge.net/enblend/%{name}-%{version}.tar.gz -# Source0-md5: f80a12ff91a6122c5ea0d102443929da -Patch0: %{name}-x86_64.patch +Source0: %{name}-%{version}-cvs%{cvs}.tar.bz2 +# Source0-md5: 5dea611cbd69a9ae88b1552b894ba48c +Patch0: %{name}-link.patch URL: http://enblend.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake BuildRequires: OpenGL-GLU-devel BuildRequires: OpenGL-glut-devel BuildRequires: boost-devel >= 1.35.0 @@ -35,10 +38,14 @@ przynajmniej bardzo trudne do zobaczenia. Enblend nie wyrównuje zdjęć - do tego można użyć narzędzia takiego jak Hugin. %prep -%setup -q +%setup -q -n %{name} %patch0 -p1 %build +%{__aclocal} -I m4 +%{__autoheader} +%{__automake} +%{__autoconf} %configure %{__make} @@ -55,4 +62,6 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO VIGRA_LICENSE %attr(755,root,root) %{_bindir}/enblend +%attr(755,root,root) %{_bindir}/enfuse %{_mandir}/man1/enblend.1* +%{_mandir}/man1/enfuse.1* -- 2.44.0