rpms/octave/EL-5 .cvsignore, 1.13, 1.14 octave.spec, 1.51, 1.52 sources, 1.13, 1.14

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Thu Jan 3 16:43:38 UTC 2008


Author: qspencer

Update of /cvs/extras/rpms/octave/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22839

Modified Files:
	.cvsignore octave.spec sources 
Log Message:
Update to 3.0.0. Several spec file changes ported from devel branch.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/octave/EL-5/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	28 Jul 2007 20:43:19 -0000	1.13
+++ .cvsignore	3 Jan 2008 16:42:55 -0000	1.14
@@ -1 +1 @@
-octave-2.9.13.tar.bz2
+octave-3.0.0.tar.bz2


Index: octave.spec
===================================================================
RCS file: /cvs/extras/rpms/octave/EL-5/octave.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- octave.spec	28 Jul 2007 20:43:19 -0000	1.51
+++ octave.spec	3 Jan 2008 16:42:55 -0000	1.52
@@ -1,15 +1,15 @@
 # From src/version.h:#define OCTAVE_API_VERSION
-%define octave_api api-v25
+%define octave_api api-v32
 
 Name:           octave
-Version:        2.9.13
+Version:        3.0.0
 Release:        1%{?dist}
 Summary:        A high-level language for numerical computations
 Epoch:          6
 
 Group:          Applications/Engineering
-License:        GPL
-Source:         ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%{version}.tar.bz2
+License:        GPLv3+
+Source:         ftp://ftp.octave.org/pub/octave/octave-%{version}.tar.bz2
 URL:            http://www.octave.org
 Requires:       gnuplot less info texinfo 
 Requires(post): /sbin/install-info
@@ -17,7 +17,7 @@
 Requires(post): /sbin/ldconfig
 Requires(preun): /sbin/install-info
 BuildRequires:  bison flex less tetex gcc-gfortran lapack-devel blas-devel
-BuildRequires:  ncurses-devel zlib-devel hdf5-devel texinfo
+BuildRequires:  ncurses-devel zlib-devel hdf5-devel texinfo qhull-devel
 BuildRequires:  readline-devel glibc-devel fftw3-devel gperf ghostscript
 BuildRequires:  suitesparse-devel glpk-devel gnuplot desktop-file-utils
 Provides:       octave(api) = %{octave_api}
@@ -63,7 +63,6 @@
 
 %build
 %define enable64 no
-export CPPFLAGS=-I%{_includedir}/glpk
 %configure --enable-shared --disable-static --enable-64=%enable64 --with-f77=gfortran
 make %{?_smp_mflags} OCTAVE_RELEASE="Fedora Extras %{version}-%{release}"
 
@@ -89,13 +88,15 @@
 
 # Create desktop file
 rm $RPM_BUILD_ROOT%{_datadir}/applications/www.octave.org-octave.desktop
-desktop-file-install --vendor fedora --add-category X-Fedora \
+desktop-file-install --vendor fedora --add-category X-Fedora --remove-category Development \
 	--dir $RPM_BUILD_ROOT%{_datadir}/applications examples/octave.desktop
 
 # Create directories for add-on packages
 HOST_TYPE=`$RPM_BUILD_ROOT%{_bindir}/octave-config -p CANONICAL_HOST_TYPE`
 mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/%{name}/site/oct/%{octave_api}/$HOST_TYPE
 mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/%{name}/site/oct/$HOST_TYPE
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/packages
+touch $RPM_BUILD_ROOT%{_datadir}/%{name}/octave_packages
 
 
 %clean
@@ -123,6 +124,7 @@
 %config(noreplace) /etc/ld.so.conf.d/*
 %{_libdir}/octave*
 %{_datadir}/octave
+%ghost %{_datadir}/octave/octave_packages
 %{_libexecdir}/octave
 %{_mandir}/man*/octave*
 %{_infodir}/octave.info*
@@ -137,6 +139,11 @@
 
 
 %changelog
+* Thu Jan  3 2008 Quentin Spencer <qspencer at users.sf.net> 3.0.0-1
+- Update to 3.0.0.
+- Update license tag.
+- Port other spec file changes from devel branch.
+
 * Thu Jul 26 2007 Quentin Spencer <qspencer at users.sourceforge.net> 2.9.13-1
 - New release.
 - Changed ufsparse-devel dependency to suitesparse-devel.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/octave/EL-5/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	28 Jul 2007 20:43:19 -0000	1.13
+++ sources	3 Jan 2008 16:42:55 -0000	1.14
@@ -1 +1 @@
-e78bf9c2a8d6f56e51415a4b1d70eb7a  octave-2.9.13.tar.bz2
+d5512acdf60ac04398ff258cbc37f3c4  octave-3.0.0.tar.bz2




More information about the fedora-extras-commits mailing list