-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRegina-3.1.spec
44 lines (39 loc) · 1.01 KB
/
Regina-3.1.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
Summary: Regina Rexx Interpreter
Name: Regina
Version: 3.1
Release: 2
Copyright: LGPL
Group: Development/Languages
Source: ftp://prdownloads.sourceforge.net/regina-rexx/Regina-REXX-3.1.tar.gz
%description
Regina is an implementation of a Rexx interpreter, compliant with
the ANSI Standard for Rexx (1996). It is also available on several other
operating systems.
For more information on Regina, visit http://regina-rexx.sourceforge.net/
For more information on Rexx, visit http://www.rexxla.org
%prep
%setup
%build
./configure
make
%install
make install
%files
/usr/bin/rexx
/usr/bin/regina
/usr/bin/rxqueue
/usr/bin/rxstack
/usr/lib/libregina.a
/usr/man/man1/regina.1
/usr/include/rexxsaa.h
/usr/lib/libregina.so.3.1
/usr/lib/libregina_ts.so.3.1
/usr/share/regina/rexxcps.rexx
/usr/etc/rc.d/init.d/rxstack
%post
cd /usr/lib
ln -sf ./libregina.so.3.1 ./libregina.so.3
ln -sf ./libregina.so.3.1 ./libregina.so
ln -sf ./libregina_ts.so.3.1 ./libregina_ts.so.3
ln -sf ./libregina_ts.so.3.1 ./libregina_ts.so
ldconfig /usr/lib