source: projects/specs/trunk/w/wxMaxima/wxMaxima-vl.spec @ 521

Revision 521, 1.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name: wxMaxima
2Version: 0.7.2
3Release: 1%{?_dist_release}
4License: GPL
5Group: Applications/Engineering
6URL: http://wxmaxima.sourceforge.net/
7Source0: %{name}-%{version}.tar.gz
8BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
9Requires: maxima >= 5.11
10BuildPreReq: libxml2-devel, wx-gtk2-devel
11Summary: Graphical user interface for Maxima
12
13%description
14wxMaxima is a cross platform GUI for the computer algebra system
15maxima based on wxWidgets.
16
17wxMaxima features include:
18 * 2D formatted math display: wxMaxima implements its own math display
19   engine to nicely display maxima output.
20 * Menu system: most maxima commands are available through menus. Most
21   used functions are also available through a button panel at below
22   the input line.
23 * Dialogs: commands which require more that one argument can be
24   entered through dialogs so that there is no need to remember the
25   exact syntax.
26 * Command line history: the input line has command history and
27   command completion based on previous input.
28 * Create documents: text can be mixed with math calculations to
29   create documents. See the howto for tips on how to use these
30   features. Documents can be saved and edited again later.
31
32%prep
33%setup -q
34
35%build
36%configure --enable-dnd --enable-printing
37make
38
39%install
40rm -rf %{buildroot}
41%makeinstall
42%find_lang %{name}
43
44%clean
45rm -rf %{buildroot}
46
47%files -f %{name}.lang
48%defattr(-,root,root,-)
49%doc AUTHORS
50%{_bindir}/*
51%{_datadir}/%{name}/*
52
53%changelog
54* Tue Oct 14 2008 Shu KONNO <owa@bg.wakwak.com> 1.2-1vl5
55- applied new versioning policy, spec in utf-8
56
57* Sun Dec 30 2007 Shu KONNO <owa@bg.wakwak.com> 1.2-0vl4
58- rebuilt with wx-gtk2-2.8.7
59
60* Thu May  3 2007 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 0.7.2-0vl1
61- Initial build.
62
Note: See TracBrowser for help on using the repository browser.