]> git.pld-linux.org Git - packages/NuSMV.git/blame - NuSMV.spec
- fix build/install problems
[packages/NuSMV.git] / NuSMV.spec
CommitLineData
5082b6a1
JR
1#
2# TODO:
3# - external cudd
4# - update all BRs
5#
6Summary: New Symbolic Model Verifier
7Name: NuSMV
8Version: 2.4.0
9Release: 0.1
10License: LGPL
11Group: Applications
12Source0: http://nusmv.irst.itc.it/distrib/%{name}-%{version}.tar.gz
13# Source0-md5: cd1328fc70e9f48d2c4a96c0b8eb5a28
14Patch0: %{name}-build.patch
15URL: http://nusmv.irst.itc.it/
16BuildRequires: autoconf
17BuildRequires: automake
18BuildRequires: expat-devel
19BuildRequires: ghostscript
20BuildRequires: lynx
21# alternative for lynx
22#BuildRequires: links
23BuildRequires: perl-base
24BuildRequires: readline-devel
25BuildRequires: tetex-dvips
26BuildRequires: tetex-makeindex
27BuildRequires: tetex-latex
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31NuSMV is a reimplementation and extension of SMV, the first model
32checker based on BDDs. NuSMV has been designed to be an open
33architecture for model checking, which can be reliably used for the
34verification of industrial designs, as a core for custom verification
35tools, as a testbed for formal verification techniques, and applied
36to other research areas.
37
38NuSMV2, combines BDD-based model checking component that exploits the
39CUDD library developed by Fabio Somenzi at Colorado University and
40SAT-based model checking component that includes an RBC-based Bounded
41Model Checker, connected to the SIM SAT library developed by the
42University of Genova.
43
44%package devel
45Summary: Header files for NuSMV
46