Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2012-12-14 10:13:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave (Old)
 and      /work/SRC/openSUSE:Factory/.octave.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/octave/octave.changes    2012-10-29 
20:07:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes       2012-12-14 
10:13:36.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Dec  3 12:44:38 UTC 2012 - [email protected]
+
+- local rc file into /etc (Dieter Jurzitza) [bnc#792507]
+
+-------------------------------------------------------------------
+Mon Oct 30 12:48:58 UTC 2012 - [email protected]
+
+- add makeinfo to BuildRequires
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ octave.spec ++++++
--- /var/tmp/diff_new_pack.fbD9kR/_old  2012-12-14 10:13:39.000000000 +0100
+++ /var/tmp/diff_new_pack.fbD9kR/_new  2012-12-14 10:13:39.000000000 +0100
@@ -45,6 +45,7 @@
 BuildRequires:  libMagick++-devel
 BuildRequires:  libcurl-devel
 BuildRequires:  liblcms-devel
+BuildRequires:  makeinfo
 BuildRequires:  pcre-devel
 BuildRequires:  pkg-config
 BuildRequires:  qhull-devel
@@ -113,13 +114,14 @@
 mkdir -p %{buildroot}/%{_sysconfdir}/ld.so.conf.d
 echo %{_libdir}/%{name}/%{version} > 
%{buildroot}/%{_sysconfdir}/ld.so.conf.d/%{name}.conf
 rm %{buildroot}/%{_libdir}/%{name}/%{version}/*.la
-
+# local rc file into /etc
+mkdir %{buildroot}/%{_sysconfdir}/%{name}
+mv %{buildroot}/%{_datadir}/%{name}/site/m/startup/octaverc 
%{buildroot}/%{_sysconfdir}/%{name}
+ln -s %{_sysconfdir}/%{name}/octaverc 
%{buildroot}/%{_datadir}/%{name}/site/m/startup/octaverc
+#
 mkdir -p %{buildroot}/%{_libdir}/%{name}/packages
 mkdir -p %{buildroot}/%{_datadir}/%{name}/packages
 
-%clean
-rm -rf %{buildroot}
-
 %post
 /sbin/ldconfig
 %install_info --info-dir=%{_infodir} %{_infodir}/octave.info.gz
@@ -143,10 +145,12 @@
 %dir %{_libdir}/%{name}/%{version}
 %dir %{_libdir}/%{name}/packages
 %dir %{_datadir}/%{name}/packages
+%dir %{_sysconfdir}/%{name}
 %{_libdir}/%{name}/%{version}/oct
 %{_libdir}/%{name}/%{version}/lib*.so.*
 %{_datadir}/octave/
 %{_libdir}/%{name}/site
+%config(noreplace) %{_sysconfdir}/%{name}/octaverc
 
 %files devel
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to