From a94d71be8f956d3d4a3a23e5d70c55f4b4f6d1c671a9ab29aed7b198bf8f94a1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 29 Jan 2012 01:42:37 +0000 Subject: [PATCH] Remove redundant tags/sections OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ta-lib?expand=0&rev=6 --- ta-lib.changes | 5 +++++ ta-lib.spec | 12 +++--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/ta-lib.changes b/ta-lib.changes index 4693dc0..b9dbf88 100644 --- a/ta-lib.changes +++ b/ta-lib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 29 01:36:22 UTC 2012 - jengelh@medozas.de + +- Remove redundant tags/sections per specfile guideline suggestions + ------------------------------------------------------------------- Wed Jan 2 08:26:01 CET 2008 - crrodriguez@suse.de diff --git a/ta-lib.spec b/ta-lib.spec index 52cef42..d067751 100644 --- a/ta-lib.spec +++ b/ta-lib.spec @@ -1,4 +1,3 @@ -#norootforbuild Summary: Technical Analysis Library Name: ta-lib Version: 0.4.0 @@ -6,7 +5,7 @@ Release: 1 License: BSD Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source : %{name}-%{version}-src.tar.bz2 +Source: %{name}-%{version}-src.tar.bz2 %description @@ -52,17 +51,12 @@ CXXFLAGS="$CXXFLAGS -fstack-protector" export CFLAGS export CXXFLAGS -#aclocal --force -#autoheader --force -#libtoolize --copy --force -#automake -a -c --force -#autoconf --force - autoreconf -fi %configure --with-pic --disable-static --disable-rpath -%{__make} +# parallel build not supported +make -j1 %install