SPECS: enblend.spec - 3.1
aredridel
aredridel at pld-linux.org
Mon Aug 25 02:52:24 CEST 2008
Author: aredridel Date: Mon Aug 25 00:52:24 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 3.1
---- Files affected:
SPECS:
enblend.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/enblend.spec
diff -u SPECS/enblend.spec:1.10 SPECS/enblend.spec:1.11
--- SPECS/enblend.spec:1.10 Tue Aug 5 12:20:03 2008
+++ SPECS/enblend.spec Mon Aug 25 02:52:18 2008
@@ -1,16 +1,19 @@
# $Revision$, $Date$
# 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
@@ -36,10 +39,14 @@
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}
@@ -56,7 +63,9 @@
%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*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -64,6 +73,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2008/08/25 00:52:18 aredridel
+- 3.1
+
Revision 1.10 2008/08/05 10:20:03 hawk
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/enblend.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list