Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2014-01-30 11:29:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libixion (Old)
 and      /work/SRC/openSUSE:Factory/.libixion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libixion"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libixion/libixion.changes        2013-05-16 
11:08:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2014-01-30 
11:29:48.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan 26 08:57:36 UTC 2014 - [email protected]
+
+- Cleanup with spec-cleaner and make the outputs verbose.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libixion.spec ++++++
--- /var/tmp/diff_new_pack.craFuy/_old  2014-01-30 11:29:48.000000000 +0100
+++ /var/tmp/diff_new_pack.craFuy/_new  2014-01-30 11:29:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libixion
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,6 @@
 
 
 %define libname libixion-0_6-0
-
 Name:           libixion
 Version:        0.5.0
 Release:        0
@@ -26,13 +25,13 @@
 Group:          Productivity/Publishing/Word
 Url:            http://gitorious.org/ixion
 Source:         http://kohei.us/files/ixion/src/%{name}-%{version}.tar.bz2
+BuildRequires:  boost-devel
 BuildRequires:  coreutils
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
 BuildRequires:  mdds-devel >= 0.7.1
 BuildRequires:  pkg-config
-BuildRequires:  boost-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,7 +49,7 @@
 %package devel
 Summary:        Threaded multi-target formula parser & interpreter
 Group:          Development/Libraries/C and C++
-Requires:       %libname = %version
+Requires:       %{libname} = %{version}
 
 %description devel
 Ixion is a general purpose formula parser & interpreter that can calculate
@@ -59,7 +58,7 @@
 %package tools
 Summary:        Spreadsheet file processing library
 Group:          Productivity/Publishing/Word
-Requires:       %libname = %version
+Requires:       %{libname} = %{version}
 
 %description tools
 Tools to use ixion parser and interpreter from cli.
@@ -70,17 +69,18 @@
 %build
 %configure \
        --disable-static \
-       --docdir=%_docdir/%name
-make %{?_smp_mflags}
+       --docdir=%{_docdir}/%{name}
+make %{?_smp_mflags} V=1
 
 %check
-make check
+make check %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install
-rm %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
+
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}

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

Reply via email to