Hello community, here is the log from the commit of package octave checked in at Mon May 28 15:03:06 CEST 2007. -------- --- octave/octave.changes 2007-04-21 15:22:52.000000000 +0200 +++ /mounts/work_src_done/STABLE/octave/octave.changes 2007-05-28 10:08:17.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 25 12:56:18 CEST 2007 - pgajdos@suse.cz + +- made subpackage octave-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave.spec ++++++ --- /var/tmp/diff_new_pack.X19812/_old 2007-05-28 15:02:54.000000000 +0200 +++ /var/tmp/diff_new_pack.X19812/_new 2007-05-28 15:02:54.000000000 +0200 @@ -20,7 +20,7 @@ PreReq: %install_info_prereq Autoreqprov: on Version: 2.1.73 -Release: 45 +Release: 63 Summary: A High Level Programming Language Source: %{name}-%{version}.tar.bz2 Patch: octave-%{version}.diff @@ -40,6 +40,21 @@ -------- John W. Eaton <jwe@bevo.che.wisc.edu> +%package devel +Summary: Development files for octave +Group: Productivity/Scientific/Math +Requires: %{name} = %{version} + +%description devel +This package contains all necessary include files and libraries needed +to develop applications that require these. + + + +Authors: +-------- + John W. Eaton <jwe@bevo.che.wisc.edu> + %prep %setup -q %patch @@ -78,7 +93,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT/ install -d $RPM_BUILD_ROOT/%_infodir install -d $RPM_BUILD_ROOT/%_mandir make exec_prefix=$RPM_BUILD_ROOT/usr \ @@ -115,15 +130,28 @@ %defattr(-,root,root) %doc COPYING NEWS README THANKS PROJECTS doc/ChangeLog %doc doc/faq/Octave-FAQ.{dvi,ps} doc/interpreter/octave.{dvi,ps} -%doc doc/liboctave/liboctave.{dvi,ps} doc/refcard/refcard-a4.{dvi,ps} -/usr/bin/* +%doc doc/refcard/refcard-a4.{dvi,ps} +/usr/bin/mkoctfile* +/usr/bin/octave-bug* +/usr/bin/octave +/usr/bin/octave-2.1.73 %doc %{_infodir}/*.gz -%doc %{_mandir}/man1/*.gz -/usr/include/* +%doc %{_mandir}/man1/octave.1.gz +%doc %{_mandir}/man1/octave-bug.1.gz %_libdir/octave* /usr/share/octave/ +%files devel +%defattr(-,root,root) +/usr/include/* +/usr/bin/*-config* +%doc %{_mandir}/man1/octave-config.1.gz +%doc %{_mandir}/man1/mkoctfile.1.gz +%doc doc/liboctave/liboctave.{dvi,ps} + %changelog +* Fri May 25 2007 - pgajdos@suse.cz +- made subpackage octave-devel * Sat Apr 21 2007 - aj@suse.de - Use texlive. * Thu Jun 22 2006 - ro@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de