wxMaxima-vl.spec 1.7 KB

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