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

Revision 11814, 3.2 KB checked in by ara_t, 5 years ago (diff)

wxMaxima: update to 18.10.1

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