Author: qboosh Date: Sat Sep 16 21:55:11 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.2.1, added link patch
---- Files affected: SPECS: panoglview.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/panoglview.spec diff -u SPECS/panoglview.spec:1.2 SPECS/panoglview.spec:1.3 --- SPECS/panoglview.spec:1.2 Mon Mar 6 18:41:24 2006 +++ SPECS/panoglview.spec Sat Sep 16 23:55:06 2006 @@ -2,15 +2,18 @@ Summary: OpenGL-based panorama viewer Summary(pl): Oparta na OpenGL-u przeglÄ…darka panoram Name: panoglview -Version: 0.2 +Version: 0.2.1 Release: 1 License: GPL v2+ Group: Applications/Graphics Source0: http://dl.sourceforge.net/hugin/%{name}-%{version}.tar.gz -# Source0-md5: 8e8f391ed85d8def1d06f87a84f65167 +# Source0-md5: 0acb180b81997aa8c08d03ff9dfd2437 +Patch0: %{name}-link.patch URL: http://hugin.sourceforge.net/ BuildRequires: OpenGL-devel -BuildRequires: sed >= 4.0 +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool >= 2:1.5 #BuildRequires: tuvista-devel (for plugin) - ??? found only tuvionlib and vistalab BuildRequires: wxGTK2-gl-devel >= 2.6.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -23,11 +26,15 @@ %prep %setup -q - -sed -i -e 's/wx-config/wx-gtk2-ansi-config/g' configure +%patch0 -p1 %build -%configure +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} +%configure \ + WX_CONFIG_NAME=wx-gtk2-ansi-config %{__make} %install @@ -50,6 +57,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/09/16 21:55:06 qboosh +- updated to 0.2.1, added link patch + Revision 1.2 2006/03/06 17:41:24 qboosh - BR: wxGTK2-gl-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/panoglview.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
