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

Revision 10795, 3.0 KB checked in by ara_t, 8 years ago (diff)

update to 14.12.1

RevLine 
[521]1Name: wxMaxima
[10795]2Version: 14.12.1
3Release: 1%{?_dist_release}
4
[521]5License: GPL
[10795]6Group:   Applications/Engineering
7URL:     http://wxmaxima.sourceforge.net/
[6533]8
[10795]9Source0: wxmaxima-%{version}.tar.gz
10Patch0:  fix_desktop.patch
11
[6533]12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildRequires: libxml2-devel, wxGTK-devel, desktop-file-utils
[10795]14%if %{?_dist_release} == "vl6"
15BuildRequires: wx-gtk2-devel >= 2.8.4
16%endif
17%if %{?_dist_release} >= "vl7"
18BuildRequires: wxGTK-devel >= 2.8.4
19%endif
[6533]20
[10795]21Requires: maxima >= 5.11
22
23
[521]24Summary: Graphical user interface for Maxima
[6533]25Summary(ja): Maxima のグラフィカルユーザインタフェース
[521]26
27%description
28wxMaxima is a cross platform GUI for the computer algebra system
29maxima based on wxWidgets.
30
31wxMaxima features include:
32 * 2D formatted math display: wxMaxima implements its own math display
33   engine to nicely display maxima output.
34 * Menu system: most maxima commands are available through menus. Most
35   used functions are also available through a button panel at below
36   the input line.
37 * Dialogs: commands which require more that one argument can be
38   entered through dialogs so that there is no need to remember the
39   exact syntax.
40 * Command line history: the input line has command history and
41   command completion based on previous input.
42 * Create documents: text can be mixed with math calculations to
43   create documents. See the howto for tips on how to use these
44   features. Documents can be saved and edited again later.
45
46%prep
[10795]47%setup -q -n wxmaxima-%{version}
[6533]48%patch0 -p1
[521]49
50%build
[10795]51%{configure} --enable-printing
52%{__make} %{?_smp_mflags}
[521]53
54%install
[10795]55%{__rm} -rf %{buildroot}
56%{makeinstall}
[6533]57
58desktop-file-install --vendor="" \
[10795]59                     --dir %{buildroot}%{_datadir}/applications \
60                     --add-category="Development" \
61                     --add-category="Math" \
62                     --remove-category="Utility" \
63                     wxmaxima.desktop
[6533]64
[521]65%find_lang %{name}
66
67%clean
[10795]68%{__rm} -rf %{buildroot}
[521]69
[6533]70%post
71update-desktop-database -q &> /dev/null
72
73%postun
74update-desktop-database -q &> /dev/null
75
[10795]76
[521]77%files -f %{name}.lang
78%defattr(-,root,root,-)
[6533]79%doc AUTHORS COPYING ChangeLog README
[521]80%{_bindir}/*
81%{_datadir}/%{name}/*
[6533]82%{_datadir}/applications/wxmaxima.desktop
[521]83
84%changelog
[10795]85* Sat Nov 05 2016 Toshiaki Ara <ara_t@384.jp> - 14.12.1-1
86- update to 14.12.1
87- delete configure option "--enable-dnd"
88- merge VineSeed and Vine6
89
[10775]90* Thu Sep 01 2016 Toshiaki Ara <ara_t@384.jp> - 5.0.1-2
91- rebuild with gcc-5.4.0
92
[6533]93* Sun Jul 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 12.04.0-1
94- new usptream release
95- added Summary(ja)
96- added BuildRequires: desktop-file-utils
97- changed BuildRequires: wx-gtk2-devel to wxGTK-devel
98- run desktop-file-utils
99- run update-desktop-database
100
[521]101* Tue Oct 14 2008 Shu KONNO <owa@bg.wakwak.com> 1.2-1vl5
102- applied new versioning policy, spec in utf-8
103
104* Sun Dec 30 2007 Shu KONNO <owa@bg.wakwak.com> 1.2-0vl4
105- rebuilt with wx-gtk2-2.8.7
106
107* Thu May  3 2007 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 0.7.2-0vl1
108- Initial build.
109
Note: See TracBrowser for help on using the repository browser.