SPECS: panoglview.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sat Oct 29 02:24:29 CEST 2005
Author: qboosh Date: Sat Oct 29 00:24:29 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
panoglview.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/panoglview.spec
diff -u /dev/null SPECS/panoglview.spec:1.1
--- /dev/null Sat Oct 29 02:24:29 2005
+++ SPECS/panoglview.spec Sat Oct 29 02:24:24 2005
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary: OpenGL-based panorama viewer
+Summary(pl): Oparta na OpenGL-u przeglądarka panoram
+Name: panoglview
+Version: 0.2
+Release: 1
+License: GPL v2+
+Group: Applications/Graphics
+Source0: http://dl.sourceforge.net/hugin/%{name}-%{version}.tar.gz
+# Source0-md5: 8e8f391ed85d8def1d06f87a84f65167
+URL: http://hugin.sourceforge.net/
+BuildRequires: OpenGL-devel
+BuildRequires: sed >= 4.0
+#BuildRequires: tuvista-devel (for plugin) - ??? found only tuvionlib and vistalab
+BuildRequires: wxGTK2-devel >= 2.6.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+OpenGL-based panorama viewer.
+
+%description -l pl
+Oparta na OpenGL-u przeglądarka panoram.
+
+%prep
+%setup -q
+
+sed -i -e 's/wx-config/wx-gtk2-ansi-config/g' configure
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog
+%attr(755,root,root) %{_bindir}/panoglview
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/29 00:24:24 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list