]> git.pld-linux.org Git - packages/wxMaxima.git/commitdiff
- initial for PLD
authorpiti <piti@pld-linux.org>
Tue, 21 Feb 2006 09:40:08 +0000 (09:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wxMaxima.spec -> 1.1

wxMaxima.spec [new file with mode: 0644]

diff --git a/wxMaxima.spec b/wxMaxima.spec
new file mode 100644 (file)
index 0000000..9a5d372
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       wxWidgets interface for maxima
+Summary(pl):   Interfejs do maximy u¿ywaj±cy wxWidgets
+Name:          wxMaxima
+Version:       0.6.4
+Release:       1
+License:       GPL
+Group:         Applications/Math
+Source0:       http://dl.sourceforge.net/wxmaxima/%{name}-%{version}.tar.gz
+# Source0-md5: 4f4c2999deb7ee45d0e3fabb4b16a50b
+URL:           http://wxmaxima.sourceforge.net/
+BuildRequires: libxml2-devel
+BuildRequires: wxGTK2-devel
+BuildRequires: wxWidgets-devel
+Requires:      libxml2
+Requires:      maxima >= 5.9.1
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+wxMaxima is a wxWidgets interface for the computer algebra system
+Maxima.
+
+%description -l pl
+wxMaxima jest bazuj±cym na wxWidgets interfejsem dla systemu algebry
+komputerowej Maxima.
+
+%prep
+%setup -q
+
+%build
+%{configure}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$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
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc README AUTHORS
+%attr(755,root,root) %{_bindir}/wxmaxima
+%{_datadir}/wxMaxima
+%{_pixmapsdir}/maxima-new.png
+%{_desktopdir}/wxmaxima.desktop
This page took 0.070168 seconds and 4 git commands to generate.