From ee45f7a3cc2538764cf46700b93674c4cf89d4e6 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Fri, 12 Feb 2010 13:20:08 +0000 Subject: - Disable building of static libs #556075 --- libstatgrab.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libstatgrab.spec b/libstatgrab.spec index 52c3c8f..3f0f8ea 100644 --- a/libstatgrab.spec +++ b/libstatgrab.spec @@ -4,7 +4,7 @@ Summary: Make system statistics Name: libstatgrab Version: 0.16 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://ftp.i-scream.org/pub/i-scream/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}.nochmod.patch @@ -69,7 +69,7 @@ to develop libstatgrab based applications. %patch0 -p0 %build -%configure --with-ncurses +%configure --with-ncurses --disable-static # remove rpath from libtool # shamelessly stolen from cinepaint.spec (thanks!) @@ -114,7 +114,6 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root) %{_libdir}/*.so -%{_libdir}/*.a %{_libdir}/*.la %{_includedir}/*.h %{_libdir}/pkgconfig/%name.pc @@ -135,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/vm_stats %changelog +* Fri Feb 12 2010 Oliver Falk 0.16-4 +- Disable building of static libs #556075 + * Sat Jul 25 2009 Fedora Release Engineering - 0.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -- cgit