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