Author: gotar Date: Wed Sep 5 09:51:28 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added xmaxima.sh wrapper script which sets MAXIMA_DIRECTORY
---- Files affected: SPECS: maxima.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: SPECS/maxima.spec diff -u SPECS/maxima.spec:1.28 SPECS/maxima.spec:1.29 --- SPECS/maxima.spec:1.28 Tue Sep 4 14:36:20 2007 +++ SPECS/maxima.spec Wed Sep 5 11:51:23 2007 @@ -13,6 +13,7 @@ Source0: http://dl.sourceforge.net/maxima/%{name}-%{version}.tar.gz # Source0-md5: 7317ba22fc485554b15aceb6bc22542b Source1: x%{name}.desktop +Source2: x%{name}.sh Patch0: %{name}-info.patch URL: http://maxima.sourceforge.net/ BuildRequires: autoconf @@ -73,6 +74,7 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir* install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir} cp -f $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/xmaxima/%{name}-icon.png \ $RPM_BUILD_ROOT%{_pixmapsdir}/ @@ -102,6 +104,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2007/09/05 09:51:23 gotar +- added xmaxima.sh wrapper script which sets MAXIMA_DIRECTORY + Revision 1.28 2007/09/04 12:36:20 baggins - rel 2 - fix info build ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/maxima.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
