SPECS: maxima.spec - subpackage for xmaxima - fix previous log message
draenog
draenog at pld-linux.org
Sat May 17 15:01:15 CEST 2008
Author: draenog Date: Sat May 17 13:01:15 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- subpackage for xmaxima
- fix previous log message
---- Files affected:
SPECS:
maxima.spec (1.35 -> 1.36)
---- Diffs:
================================================================
Index: SPECS/maxima.spec
diff -u SPECS/maxima.spec:1.35 SPECS/maxima.spec:1.36
--- SPECS/maxima.spec:1.35 Sat May 17 13:33:30 2008
+++ SPECS/maxima.spec Sat May 17 15:01:10 2008
@@ -1,12 +1,12 @@
# $Revision$, $Date$
#
# TODO:
-# - separate subpackages with: xmaxima, doc, src, (emacs?)
+# - separate subpackages with: doc, src, (emacs?)
Summary: Maxima Symbolic Computation Program
Summary(pl.UTF-8): Program do obliczeń symbolicznych Maxima
Name: maxima
Version: 5.15.0
-Release: 0.2
+Release: 0.3
Epoch: 1
License: GPL
Group: Applications/Math
@@ -24,7 +24,6 @@
BuildRequires: python
BuildRequires: texinfo
%requires_eq clisp
-Requires: tk
Suggests: gnuplot
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -54,6 +53,15 @@
udało mu się uzyskać pozwolenie DOE na opublikowanie Maximy na
licencji GPL.
+%package xmaxima
+Summary: Tcl/Tk GUI interface for maxima
+Group: Applications/Math
+Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: tk
+
+%description xmaxima
+Tcl/Tk GUI interface for maxima.
+
%prep
%setup -q
%patch0 -p1
@@ -95,22 +103,34 @@
%files
%defattr(644,root,root,755)
%doc ChangeLog README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/maxima
+%attr(755,root,root) %{_bindir}/rmaxima
%attr(755,root,root) %{_libdir}/%{name}
-%{_datadir}/%{name}
-%{_desktopdir}/*.desktop
-%{_pixmapsdir}/*
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/%{version}
+%{_datadir}/%{name}/%{version}/[^x]*
%{_mandir}/man?/*
%{_infodir}/maxima.info*
+%files xmaxima
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/xmaxima
+%{_datadir}/maxima/%{version}/xmaxima
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*
+
%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.36 2008-05-17 13:01:10 draenog
+- subpackage for xmaxima
+- fix previous log message
+
Revision 1.35 2008-05-17 11:33:30 draenog
-- xmaxima not needed with maxima-posix.patch
+- xmaxima.sh not needed with maxima-posix.patch
Revision 1.34 2008-05-17 10:47:31 draenog
- it works without gnuplot
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/maxima.spec?r1=1.35&r2=1.36&f=u
More information about the pld-cvs-commit
mailing list