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

Line 
1Name: wxMaxima
2Version: 14.12.1
3Release: 1%{?_dist_release}
4
5License: GPL
6Group:   Applications/Engineering
7URL:     http://wxmaxima.sourceforge.net/
8
9Source0: wxmaxima-%{version}.tar.gz
10Patch0:  fix_desktop.patch
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildRequires: libxml2-devel, wxGTK-devel, desktop-file-utils
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
20
21Requires: maxima >= 5.11
22
23
24Summary: Graphical user interface for Maxima
25Summary(ja): Maxima のグラフィカルユーザインタフェース
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
47%setup -q -n wxmaxima-%{version}
48%patch0 -p1
49
50%build
51%{configure} --enable-printing
52%{__make} %{?_smp_mflags}
53
54%install
55%{__rm} -rf %{buildroot}
56%{makeinstall}
57
58desktop-file-install --vendor="" \
59                     --dir %{buildroot}%{_datadir}/applications \
60                     --add-category="Development" \
61                     --add-category="Math" \
62                     --remove-category="Utility" \
63                     wxmaxima.desktop
64
65%find_lang %{name}
66
67%clean
68%{__rm} -rf %{buildroot}
69
70%post
71update-desktop-database -q &> /dev/null
72
73%postun
74update-desktop-database -q &> /dev/null
75
76
77%files -f %{name}.lang
78%defattr(-,root,root,-)
79%doc AUTHORS COPYING ChangeLog README
80%{_bindir}/*
81%{_datadir}/%{name}/*
82%{_datadir}/applications/wxmaxima.desktop
83
84%changelog
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
90* Thu Sep 01 2016 Toshiaki Ara <ara_t@384.jp> - 5.0.1-2
91- rebuild with gcc-5.4.0
92
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
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.