SHA256
8
0
forked from pool/ta-lib

Remove redundant tags/sections

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ta-lib?expand=0&rev=6
This commit is contained in:
2012-01-29 01:42:37 +00:00
committed by Git OBS Bridge
parent f248ca0207
commit a94d71be8f
2 changed files with 8 additions and 9 deletions

View File

@@ -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

View File

@@ -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