File: mona.spec

package info (click to toggle)
mona 1.4-10-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,232 kB
  • ctags: 4,357
  • sloc: ansic: 13,643; cpp: 12,612; sh: 9,066; makefile: 154; lisp: 48
file content (44 lines) | stat: -rw-r--r-- 1,051 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
%define name mona
%define version 1.4
%define release 10

Summary: a decision procedure for the logics WS1S and WS2S
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: Development/Tools
URL: http://www.brics.dk/mona
Vendor: BRICS
Source: http:/www.brics.dk/mona/download/%{name}-%{version}-%{release}.tar.gz
BuildRoot: /tmp/%{name}-%{version}
Packager: Anders Moeller <amoeller@brics.dk>

%description 
MONA is a tool that translates formulas in the logics WS1S or WS2S
into finite-state automata represented by BDDs.  The formulas may
express search patterns, temporal properties of reactive systems,
parse tree constraints, etc.  MONA also analyses the automaton
resulting from the compilation, and determines whether the formula is
valid and, if the formula is not valid, generates a counter-example.

%prep
%setup -q

%build
%configure 
make
strip mona

%install
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README COPYING INSTALL
%{_bindir}/mona
%{_mandir}/man1/*
%{_datadir}/mona-mode.el