- Remove redudant tags/sections

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gperftools?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2012-02-16 11:28:42 +00:00
committed by Git OBS Bridge
parent 22a70ad85f
commit bdaaecddea
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 16 11:28:14 UTC 2012 - coolo@suse.com
- Remove redudant tags/sections
-------------------------------------------------------------------
Tue Feb 7 18:12:39 UTC 2012 - cgardner@suse.com

View File

@@ -76,15 +76,12 @@ autoreconf -fi
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing %no_libunwind_on_64" \
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing %no_libunwind_on_64" \
%configure --disable-static --with-gnu-ld --with-pic %no_libunwind_on_64_config
%{__make} %{?jobs:-j%jobs}
%{__make} gperftools
%install
make DESTDIR=$RPM_BUILD_ROOT install
%{__rm} -f %{buildroot}%{_libdir}/*.la
%clean
rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig