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