forked from pool/cddlib
- Split command-line programs to new package cddlib-tools.
OBS-URL: https://build.opensuse.org/package/show/science/cddlib?expand=0&rev=26
This commit is contained in:
parent
5e5e6894c9
commit
4c2a5ae6bd
@ -3,6 +3,7 @@ Sun Sep 20 06:38:16 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.94l
|
||||
* Merged 0001-build-extend-extern-C-block-in-header-files.patch
|
||||
- Split command-line programs to new package cddlib-tools.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 19 09:18:52 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
23
cddlib.spec
23
cddlib.spec
@ -46,7 +46,7 @@ extreme rays of a general convex polyhedron in R^d given by a system
|
||||
of linear inequalities.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for cddlib
|
||||
Summary: Header files for cddlib
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
Requires: gmp-devel
|
||||
@ -57,6 +57,8 @@ Motzkin et al. for generating all vertices (i.e. extreme points) and
|
||||
extreme rays of a general convex polyhedron in R^d given by a system
|
||||
of linear inequalities.
|
||||
|
||||
This package contains the headers for the C library.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for the cddlib API
|
||||
Group: Documentation/Other
|
||||
@ -68,6 +70,20 @@ Motzkin et al.
|
||||
|
||||
This package contains the documentation to cddlib.
|
||||
|
||||
%package tools
|
||||
Summary: Programs for vertex generation using Double Description Method
|
||||
Group: Productivity/Scientific/Math
|
||||
Provides: cddlib-devel:/usr/bin/scdd
|
||||
Conflicts: cddlib-devel < 0.94l
|
||||
|
||||
%description tools
|
||||
cddlib is a C implementation of the Double Description Method of
|
||||
Motzkin et al. for generating all vertices (i.e. extreme points) and
|
||||
extreme rays of a general convex polyhedron in R^d given by a system
|
||||
of linear inequalities.
|
||||
|
||||
This package contains the command-line utilities of cddlib.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
@ -87,7 +103,6 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
%_libdir/libcdd*.so.*
|
||||
|
||||
%files devel
|
||||
%_bindir/*
|
||||
%_libdir/libcdd*.so
|
||||
%_includedir/*
|
||||
%_libdir/pkgconfig/*.pc
|
||||
@ -95,4 +110,8 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
%files doc
|
||||
%_docdir/%name/
|
||||
|
||||
%files tools
|
||||
%_bindir/*
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user