-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapril.spec.in
49 lines (38 loc) · 1.09 KB
/
april.spec.in
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
Summary: The April programming language system
Name: april
Version: @VERSION@
Release: 1
Copyright: GPL
Group: Development/Languages
Source: april-@[email protected]
Obsoletes: april
Requires: icm
Vendor: Francis G. McCabe & Keith L. Clark
Packager: Francis G. McCabe <[email protected]>
URL: http://www.nar.fujitsulabs.com/april/
Prefix: @prefix@
Docdir: @prefix@/doc
BuildRoot: /var/tmp/april-@VERSION@-root
%description
April is a programming language that has been designed to
enable distributed symbolic applications to be developed efficiently.
%changelog
* Fri Dec 17 1999 F.G.McCabe <[email protected]>
Fixed problems in gc that caused a crash if many processes were sending
messages a lot.
Also made some progress to proper dynamic type variables. More work is needed.
* Tue Nov 30 1999 F.G.McCabe <[email protected]>
Fixed problems with voidhandle and &&
%prep
%setup
%build
./configure --prefix=%{prefix}
make
%install
make prefix=$RPM_BUILD_ROOT%{prefix} install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%{prefix}
# %doc AUTHORS COPYING ChangeLog NEWS README