forked from albertjiang/gambit_agg_old
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gambit.spec
58 lines (43 loc) · 1.23 KB
/
gambit.spec
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
45
46
47
48
49
50
51
52
53
54
55
56
Summary: Gambit Game Theory Tools
Name: gambit
Version: 0.2006.01.20
Release: 1
License: GPL
Group: Applications
URL: http://econweb.tamu.edu/gambit
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%description
Gambit is a collection of tools for interactively building and
analyzing finite games.
%prep
%setup -q
%configure
%build
make
%install
%makeinstall
mkdir -p $RPM_BUILD_ROOT%{_datadir}/gambit
cp -R efg $RPM_BUILD_ROOT%{_datadir}/gambit
cp -R nfg $RPM_BUILD_ROOT%{_datadir}/gambit
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%{_bindir}/gambit*
%{_libdir}/libgambit*
%{_libdir}/liblab*
%{_includedir}/libgambit*
%{_datadir}/gambit
%changelog
* Tue Dec 13 2005 Ted Turocy <turocy@econmail.tamu.edu>
- adding to main distribution; tweak descriptions
* Mon Dec 12 2005 Paul E. Johnson <pauljohn@ku.edu>
- version bump & reorganization
* Tue Apr 06 2004 Paul E. Johnson <pauljohn@ku.edu>
- version bump.
* Wed Mar 10 2004 Christopher C. Weis <christopher-c-weis@uiowa.edu>
- cleaned up spec file to use macros and proper file inclusions
* Thu Oct 23 2003 Paul E. Johnson <pauljohn@pjdell.pols.ukans.edu>
- Initial build.