SPECS: wxMaxima.spec (NEW) - initial for PLD

piti piti at pld-linux.org
Tue Feb 21 10:40:13 CET 2006


Author: piti                         Date: Tue Feb 21 09:40:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial for PLD

---- Files affected:
SPECS:
   wxMaxima.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/wxMaxima.spec
diff -u /dev/null SPECS/wxMaxima.spec:1.1
--- /dev/null	Tue Feb 21 10:40:13 2006
+++ SPECS/wxMaxima.spec	Tue Feb 21 10:40:08 2006
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+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 at 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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/02/21 09:40:08  piti
+- initial for PLD
+
================================================================


More information about the pld-cvs-commit mailing list