]> git.pld-linux.org Git - packages/wxMaxima.git/blobdiff - wxMaxima.spec
- up to 0.7.1
[packages/wxMaxima.git] / wxMaxima.spec
index 9a5d3728ee44ba65b28c29dc974b225379cc2351..3e152e5db4abfaf35a277053b3e778b98a6e0ed4 100644 (file)
@@ -1,18 +1,17 @@
 Summary:       wxWidgets interface for maxima
 Summary(pl):   Interfejs do maximy u¿ywaj±cy wxWidgets
 Name:          wxMaxima
-Version:       0.6.4
+Version:       0.7.1
 Release:       1
 License:       GPL
 Group:         Applications/Math
 Source0:       http://dl.sourceforge.net/wxmaxima/%{name}-%{version}.tar.gz
-# Source0-md5: 4f4c2999deb7ee45d0e3fabb4b16a50b
+# Source0-md5: 005f5bffe74caa987f66af2084d9df45
 URL:           http://wxmaxima.sourceforge.net/
 BuildRequires: libxml2-devel
 BuildRequires: wxGTK2-devel
 BuildRequires: wxWidgets-devel
-Requires:      libxml2
-Requires:      maxima >= 5.9.1
+Requires:      maxima >= 1:5.11.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,7 +26,9 @@ komputerowej Maxima.
 %setup -q
 
 %build
-%{configure}
+%{configure}\
+       --with-wx-config=/usr/bin/wx-gtk2-ansi-config
+
 %{__make}
 
 %install
@@ -37,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT
 install -D wxmaxima.desktop $RPM_BUILD_ROOT%{_desktopdir}/wxmaxima.desktop
 sed -e "s@Application;Utility;X-Red-Hat-Base;X-Red-Hat-Base-Only;@Science;Math;@g" -i $RPM_BUILD_ROOT%{_desktopdir}/wxmaxima.desktop
 
-install -D maxima-new.png $RPM_BUILD_ROOT/%{_pixmapsdir}/maxima-new.png
+install -D maxima-new.png $RPM_BUILD_ROOT%{_pixmapsdir}/maxima-new.png
 %find_lang %{name}
 
 %clean
This page took 0.183801 seconds and 4 git commands to generate.