summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libstatgrab.spec8
1 files 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 <oliver@linux-kernel.at> 0.16-4
+- Disable building of static libs #556075
+
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild