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