1 |
|
2 |
Name: ascend |
3 |
Summary: ASCEND Modelling Environment |
4 |
Version: 0.9.6rc0 |
5 |
|
6 |
# Use release "0" so that distro-released versions will override ours. |
7 |
Release: 0.jdpipe |
8 |
|
9 |
License: GPL |
10 |
Group: Applications/Graphics |
11 |
Source: %{name}-%{version}.tar.bz2 |
12 |
URL: http://inkscape.sourceforge.net/ |
13 |
|
14 |
Prefix: %{_prefix} |
15 |
Packager: Automatic |
16 |
Vendor: The Inkscape Project |
17 |
BuildRoot: %{_tmppath}/%{name}-%{version}-root |
18 |
|
19 |
BuildRequires: python >= 2.4 |
20 |
BuildRequires: python-devel |
21 |
BuildRequires: scons >= 0.96 |
22 |
BuildRequires: desktop-file-utils |
23 |
Requires(post): desktop-file-utils |
24 |
Requires(postun): desktop-file-utils |
25 |
|
26 |
Requires: python >= 2.4 |
27 |
Requires: pygtk2 >= 2.6, pygtk2-libglade |
28 |
Requires: python-matplotlib, python-numeric |
29 |
|
30 |
%description |
31 |
ASCEND IV is both a large-scale object-oriented mathematical |
32 |
modeling environment and a strongly typed mathematical modeling |
33 |
language. Although ASCEND has primarily been developed by Chemical |
34 |
Engineers, great care has been exercised to assure that it is |
35 |
domain independent. ASCEND can support modeling activities in |
36 |
fields from Architecture to (computational) Zoology. |
37 |
|
38 |
%prep |
39 |
%setup |
40 |
|
41 |
%build |
42 |
scons %{?_smp_mflags} |
43 |
|
44 |
%install |
45 |
rm -rf %{buildroot} |
46 |
scons INSTALL_PREFIX=%{buildroot}%{_prefix} INSTALL_DATA=%{buildroot}%{_datadir} INSTALL_BIN=%{buildroot}%{_bindir} install |
47 |
|
48 |
%clean |
49 |
rm -rf %{buildroot} |
50 |
|
51 |
%files |
52 |
%defattr(-, root, root) |
53 |
%doc AUTHORS COPYING ChangeLog NEWS README doc/keys.html |
54 |
%{_bindir}/ascend |
55 |
%{_datadir}/applications/ascend.desktop |
56 |
%{_datadir}/ascend/* |
57 |
|
58 |
%changelog |
59 |
* Thu Apr 04 2006 John Pye <john.pye@student.unsw.edu.au> |
60 |
- First RPM package for new SCons build |