rpms/octave/FC-4 octave.spec,1.17,1.18

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Mon Aug 8 13:49:05 UTC 2005


Author: qspencer

Update of /cvs/extras/rpms/octave/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1264

Modified Files:
	octave.spec 
Log Message:
Cleanup of spec file to remove old cruft that doesn't appear to be
needed any more. Most of the things being removed have been in the
file for years and are workarounds for old problems that don't exist
any longer.



Index: octave.spec
===================================================================
RCS file: /cvs/extras/rpms/octave/FC-4/octave.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- octave.spec	3 Aug 2005 18:51:50 -0000	1.17
+++ octave.spec	8 Aug 2005 13:49:03 -0000	1.18
@@ -1,8 +1,6 @@
-%define __libtoolize /bin/true
-
 Name:           octave
 Version:        2.1.71
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        A high-level language for numerical computations
 Epoch:          6
 
@@ -19,7 +17,6 @@
 Prereq:         /sbin/ldconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       /etc/ld.so.conf.d
-ExcludeArch:    ppc64 s390x
 
 %description
 GNU Octave is a high-level language, primarily intended for numerical
@@ -53,15 +50,7 @@
 ./autogen.sh
 
 
-%ifarch s390
-(cd readline && libtoolize --copy --force)
-(cd glob && libtoolize --copy --force)
-(cd kpathsea && libtoolize --copy --force)
-%endif
-
 %build
-LC_ALL=POSIX
-export LC_ALL
 CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" ./configure \
 	--enable-shared=yes --enable-lite-kernel --enable-static=no \
 	--prefix=%{_prefix} --infodir=%{_infodir} --libdir=%{_libdir}
@@ -129,6 +118,11 @@
 
 
 %changelog
+* Mon Aug 08 2005 Quentin Spencer <qspencer at users.sourceforge.net> 2.1.71-15
+- Cleanup: remove redefinition of __libtoolize, ExcludeArch of two platforms,
+  old s390 workarounds, and LC_ALL setting. None of these appear to be
+  necessary any longer, even if the platforms were supported.
+
 * Wed Aug 03 2005 Quentin Spencer <qspencer at users.sourceforge.net> 2.1.71-14
 - Add hdf5-devel and zlib-devel to dependencies for octave-devel.
 




More information about the scm-commits mailing list