]> git.pld-linux.org Git - packages/wxMaxima.git/blob - wxMaxima.spec
- up to 0.8.6
[packages/wxMaxima.git] / wxMaxima.spec
1 Summary:        wxWidgets interface for maxima
2 Summary(pl.UTF-8):      Interfejs do maximy używający wxWidgets
3 Name:           wxMaxima
4 Version:        0.8.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/Math
8 Source0:        http://downloads.sourceforge.net/wxmaxima/%{name}-%{version}.tar.gz
9 # Source0-md5:  7b5528276fc37ddca2cbab7c75fe6280
10 Patch0:         %{name}-pixmap.patch
11 Patch1:         %{name}-docdir.patch
12 URL:            http://wxmaxima.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libxml2-devel
16 BuildRequires:  wxGTK2-unicode-devel
17 BuildRequires:  wxWidgets-devel
18 Requires:       maxima >= 1:5.11.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 wxMaxima is a wxWidgets interface for the computer algebra system
23 Maxima.
24
25 %description -l pl.UTF-8
26 wxMaxima jest bazującym na wxWidgets interfejsem dla systemu algebry
27 komputerowej Maxima.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32 %patch1 -p0
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %{configure}\
40         --with-wx-config=%{_bindir}/wx-gtk2-unicode-config
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48 install -D wxmaxima.desktop $RPM_BUILD_ROOT%{_desktopdir}/wxmaxima.desktop
49 sed -e "s@Application;Utility;X-Red-Hat-Base;X-Red-Hat-Base-Only;@Science;Math;@g" -i $RPM_BUILD_ROOT%{_desktopdir}/wxmaxima.desktop
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc README AUTHORS
59 %attr(755,root,root) %{_bindir}/wxmaxima
60 %{_datadir}/wxMaxima
61 %{_pixmapsdir}/wxmaxima.png
62 %{_desktopdir}/wxmaxima.desktop
This page took 0.07008 seconds and 4 git commands to generate.