diff --git a/libixion.changes b/libixion.changes index f4a235c..d729d79 100644 --- a/libixion.changes +++ b/libixion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 26 08:57:36 UTC 2014 - tchvatal@suse.com + +- Cleanup with spec-cleaner and make the outputs verbose. + ------------------------------------------------------------------- Wed May 15 11:42:14 UTC 2013 - cfarrell@suse.com diff --git a/libixion.spec b/libixion.spec index 12ab091..0cd8afb 100644 --- a/libixion.spec +++ b/libixion.spec @@ -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 @@ License: MIT 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 @@ multiple named targets, or "cells". %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 @@ multiple named targets, or "cells". %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 @@ Tools to use ixion parser and interpreter from cli. %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}