-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbigforth.spec
102 lines (80 loc) · 2.43 KB
/
bigforth.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#
# spec file for package bigforth
#
# Copyright (c) 2010 Bernd Paysan
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Release: 70.1
%ifarch x86_64
%if 0%{?suse_version}
BuildRequires: glibc-devel-32bit gcc-32bit glibc-32bit
%endif
%if 0%{?redhat_version}
BuildRequires: /usr/include/gnu/stubs-32.h
%endif
%if 0%{?fedora_version}
BuildRequires: /usr/include/gnu/stubs-32.h
%endif
%define _lib lib
%define _libdir /usr/lib
%endif
Group: Development/Other
Version: 2.5.0
Name: bigforth
License: GPL v3 or later
Group: Development/Languages/Other
AutoReqProv: on
Summary: bigForth language
Url: http://bigforth.sourceforge.net/
Source: bigforth-%{version}.tar.gz
%description
bigforth is a portable implementation of the ANS Forth language.
Its greatest advantage is the portable widget toolkit MINOS which
builds on top of it. There are a lot of similarites with GForth btw.
%prep
rm -rf $RPM_BUILD_ROOT
%setup -n %name
%build
echo %_target
echo %_lib
echo %_libdir
%configure
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%post
%postun
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc BUGS COPYING CREDITS README ToDo
/usr/bin/*
/usr/lib/bigforth
%changelog
* Mon Sep 04 2006 Nicolas Lécureuil <[email protected]> 2.1.1-2mdv2007.0
- XDG
* Mon Nov 21 2005 Lenny Cartier <[email protected]> 2.1.1-1mdk
- 2.1.1
* Fri Jul 08 2005 Lenny Cartier <[email protected]> 2.1.0-1mdk
- 2.1.0
* Thu Jun 03 2004 Lenny Cartier <[email protected]> 2.0.11-1mdk
- 2.0.11
* Sat Mar 22 2003 Lenny Cartier <[email protected]> 2.0.9-1mdk
- 2.0.9
* Sat Feb 01 2003 Lenny Cartier <[email protected]> 2.0.4-3mdk
- rebuild
* Wed Jun 12 2002 Lenny Cartier <[email protected]> 2.0.4-2mdk
- fix unpacking
- use make rather than %%make
* Sat Jun 08 2002 Lenny Cartier <[email protected]> 2.0.4-1mdk
- 2.0.4