Name : scilab Relocations: (not relocatable) Version : 3.1.1 Vendor: Penguin Liberation Front Release : 2plf Build Date: Wed 04 Jan 2006 05:09:03 PM CET Install Date: (not installed) Build Host: ryu.zarb.org Group : Sciences/Mathematics Source RPM: (none) Size : 11375752 License: SCILAB Signature : (none) Packager : Couriousous <[EMAIL PROTECTED]> URL : http://scilabsoft.inria.fr/ Summary : A high-level language for numerical computations Description : Scilab is a high-level language, primarily intended for numerical computations. Scilab includes a number of toolboxes and on-line documentation.
--------------- Couriousous <[EMAIL PROTECTED]> 3.1.1-2plf - Rebuild - Some fix from Pierre Lag --------------- --------------- Index: scilab.spec =================================================================== RCS file: /home/projects/plf/cvs/SPECS/non-free/scilab/scilab.spec,v retrieving revision 1.1 diff -u -r1.1 scilab.spec --- scilab.spec 20 Oct 2005 21:48:37 -0000 1.1 +++ scilab.spec 4 Jan 2006 16:24:17 -0000 @@ -1,6 +1,6 @@ %define name scilab %define version 3.1.1 -%define release 1plf +%define release 2plf %define flavor emacs @@ -14,14 +14,12 @@ Source0: ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/%{name}-%{version}.src.tar.bz2 Patch0: scilab-gcc4.patch.bz2 Patch1: scilab-gcj-hack.patch.bz2 -Source10: %{name}.16.png.bz2 -Source11: %{name}.32.png.bz2 -Source12: %{name}.48.png.bz2 Source20: scilab.el URL: http://scilabsoft.inria.fr/ -BuildRequires: perl tcl tk Xaw3d-devel +BuildRequires: perl tcl-devel tk-devel Xaw3d-devel BuildRequires: emacs-nox libgcj-devel gcc3.3-g77 BuildRequires: gcc-java ocaml +BuildRequires: ImageMagick sablotron BuildRoot: %{_tmppath}/%name-buildroot Excludearch: sparc ia64 @@ -97,9 +95,9 @@ # Icons install -d $RPM_BUILD_ROOT/%{_miconsdir} install -d $RPM_BUILD_ROOT/%{_liconsdir} -bzcat %{SOURCE10} > $RPM_BUILD_ROOT/%{_miconsdir}/%{name}.png -bzcat %{SOURCE11} > $RPM_BUILD_ROOT/%{_iconsdir}/%{name}.png -bzcat %{SOURCE12} > $RPM_BUILD_ROOT/%{_liconsdir}/%{name}.png +convert X11_defaults/%{name}.xpm -geometry 48x48 %{buildroot}%{_liconsdir}/%{name}.png +convert X11_defaults/%{name}.xpm -geometry 32x32 %{buildroot}%{_iconsdir}/%{name}.png +convert X11_defaults/%{name}.xpm -geometry 16x16 %{buildroot}%{_miconsdir}/%{name}.png # Menu install -d $RPM_BUILD_ROOT/%{_menudir} @@ -133,7 +131,7 @@ %clean rm -rf $RPM_BUILD_ROOT -rm -f ../scilab-2.*-bin.tar +rm -f ../scilab-3.*-bin.tar %files %defattr(-,root,root) @@ -148,6 +146,10 @@ %{_datadir}/*/site-lisp/*el* %changelog +* Wed Jan 4 2006 Couriousous <[EMAIL PROTECTED]> 3.1.1-2plf +- Rebuild +- Some fix from Pierre Lag + * Wed Oct 19 2005 Couriousous <[EMAIL PROTECTED]> 3.1.1-1plf - Move to plf, as scilab license is not free - 3.1.1 _______________________________________________ PLF-announce mailing list [email protected] https://www.zarb.org/mailman/listinfo/plf-announce
