- Add copyright to spec file.

OBS-URL: https://build.opensuse.org/package/show/graphics/gts?expand=0&rev=3
This commit is contained in:
Philipp Thomas 2013-10-24 10:13:44 +00:00 committed by Git OBS Bridge
parent 12d4d11988
commit 5562c224c0
2 changed files with 33 additions and 17 deletions

View File

@ -6,6 +6,7 @@ Thu Oct 24 11:18:48 CEST 2013 - pth@suse.de
- Pass include direrctories in AM_CPPFLAGS instead of by - Pass include direrctories in AM_CPPFLAGS instead of by
--includedir. --includedir.
- Add the gts headers to the devel package. - Add the gts headers to the devel package.
- Add copyright to spec file.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 4 20:09:36 UTC 2010 - malcolmlewis@opensuse.org Thu Nov 4 20:09:36 UTC 2010 - malcolmlewis@opensuse.org

View File

@ -1,8 +1,19 @@
# #
# spec file for package gts (0.7.6) # spec file for package gts (0.7.6)
# #
# This file and all modifications and additions to the pristine # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# package are under the same license as the package itself. #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define soname 0_7-5 %define soname 0_7-5
@ -33,26 +44,30 @@ triangles.
A brief summary of its main features: A brief summary of its main features:
Simple object-oriented structure giving easy access to topological properties. * Simple object-oriented structure giving easy access to topological
2D dynamic Delaunay and constrained Delaunay triangulations. properties.
Robust geometric predicates (orientation, in circle) using fast adaptive floating point arithmetic (adapted from the fine work of Jonathan R. Shewchuk). * 2D dynamic Delaunay and constrained Delaunay triangulations.
Robust set operations on surfaces (union, intersection, difference). * Robust geometric predicates (orientation, in circle) using fast
Surface refinement and coarsening (multiresolution models). adaptive floating point arithmetic (adapted from the fine work of
Dynamic view-independent continuous level-of-detail. Jonathan R. Shewchuk).
Preliminary support for view-dependent level-of-detail. * Robust set operations on surfaces (union, intersection, difference).
Bounding-boxes trees and Kd-trees for efficient point location and collision/intersection detection. * Surface refinement and coarsening (multiresolution models).
Graph operations: traversal, graph partitioning. * Dynamic view-independent continuous level-of-detail.
Metric operations (area, volume, curvature ...). * Preliminary support for view-dependent level-of-detail.
Triangle strips generation for fast rendering. * Bounding-boxes trees and Kd-trees for efficient point location and
collision/intersection detection.
* Graph operations: traversal, graph partitioning.
* Metric operations (area, volume, curvature ...).
* Triangle strips generation for fast rendering.
%package -n libgts-%{soname} %package -n libgts-%{soname}
Summary: GTS Libraries Summary: GTS Runtime Library
Group: System/libraries Group: System/libraries
%description -n libgts-%{soname} %description -n libgts-%{soname}
This package provides libgst libraries This package provides the GTS runtime library.
%package devel %package devel