[svn] r4631 - in trunk/rpms: . libqglviewer texmacs
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Mon Aug 7 21:13:36 CEST 2006
Author: dries
Date: 2006-08-07 21:13:34 +0200 (Mon, 07 Aug 2006)
New Revision: 4631
Added:
trunk/rpms/libqglviewer/
trunk/rpms/libqglviewer/libqglviewer.spec
Modified:
trunk/rpms/texmacs/texmacs.spec
Log:
texmacs update, libqglviewer added
Added: trunk/rpms/libqglviewer/libqglviewer.spec
===================================================================
--- trunk/rpms/libqglviewer/libqglviewer.spec (rev 0)
+++ trunk/rpms/libqglviewer/libqglviewer.spec 2006-08-07 19:13:34 UTC (rev 4631)
@@ -0,0 +1,84 @@
+# $Id$
+# Authority: dries
+# Upstream: Gilles Debunne <gilles,debunne$laposte,net>
+
+%define real_version 2.2.3-1
+
+Summary: Library for quick creation of OpenGL 3D viewers
+Name: libqglviewer
+Version: 2.2.3
+Release: 1
+License: GPL
+Group: Development/Libraries
+URL: http://artis.imag.fr/Members/Gilles.Debunne/QGLViewer
+
+Source: http://artis.imag.fr/Members/Gilles.Debunne/QGLViewer/src/libQGLViewer-%{real_version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: qt-devel
+
+%description
+libQGLViewer is a C++ library based on Qt that enables the quick
+creation of OpenGL 3D viewers. Simple applications only require an
+implementation of the drawing method; the camera trackball does the
+rest. Features also include screenshot saving, mouse manipulated
+frames, stereo display, interpolated keyFrames, object selection, and
+much more. It is fully customizable and easy to extend to create
+complex applications. It ships with many examples and comprehensive
+documentation.
+
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This package contains the header files, static libraries and development
+documentation for %{name}. If you like to develop programs using %{name},
+you will need to install %{name}-devel.
+
+%prep
+%setup -n libQGLViewer-%{real_version}
+
+%build
+cd QGLViewer
+export INSTALL_ROOT=%{buildroot}
+qmake
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+cd QGLViewer
+export INSTALL_ROOT=%{buildroot}
+%makeinstall
+%{__mv} %{buildroot}%{_docdir}/QGLViewer/ generateddocs
+
+%post
+/sbin/ldconfig 2>/dev/null
+
+%postun
+/sbin/ldconfig 2>/dev/null
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc README QGLViewer/generateddocs/*
+%{_libdir}/libQGLViewer.so.*
+
+%files devel
+%defattr(-, root, root, 0755)
+%{_includedir}/QGLViewer/
+%{_libdir}/libQGLViewer.so
+%{_libdir}/libQGLViewer.prl
+
+%changelog
+* Mon Aug 07 2006 Dries Verachtert <dries at ulyssis.org> - 2.2.3-1
+- Updated to release 2.2.3.
+
+* Sun Mar 12 2006 Dries Verachtert <dries at ulyssis.org> - 2.2.1-1
+- Updated to release 2.2.1.
+
+* Thu Mar 02 2006 Dries Verachtert <dries at ulyssis.org> - 2.2.0-1
+- Initial package.
Property changes on: trunk/rpms/libqglviewer/libqglviewer.spec
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/rpms/texmacs/texmacs.spec
===================================================================
--- trunk/rpms/texmacs/texmacs.spec 2006-08-07 18:50:02 UTC (rev 4630)
+++ trunk/rpms/texmacs/texmacs.spec 2006-08-07 19:13:34 UTC (rev 4631)
@@ -11,7 +11,7 @@
Summary: Structured WYSIWYG scientific text editor
Name: texmacs
-Version: 1.0.6.2
+Version: 1.0.6.5
Release: 1
License: GPL
Group: Applications/Text
@@ -77,6 +77,9 @@
%{_libexecdir}/TeXmacs/
%changelog
+* Mon Aug 07 2006 Dries Verachtert <dries at ulyssis.org> - 1.0.6.5-1
+- Update to release 1.0.6.5.
+
* Mon May 29 2006 Dries Verachtert <dries at ulyssis.org> - 1.0.6.2-1
- Updated to release 1.0.6.2.
- Patch removed, all changes have been applied upstream.
More information about the svn-commits
mailing list