From db903b477ad48eae3de82eedaca7f0b8e0b7d4bf Mon Sep 17 00:00:00 2001 From: Anton Arapov Date: Mon, 18 Jan 2010 10:36:21 +0000 Subject: [PATCH] * Mon Jan 18 2010 Anton Arapov - 2.1.0-7 - Don't build and ship statically linked library (#556096) --- sysfsutils.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sysfsutils.spec b/sysfsutils.spec index 31636d6..bec7981 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -3,7 +3,7 @@ URL: http://sourceforge.net/projects/linux-diag/ License: GPLv2 Group: Development/Tools Version: 2.1.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Utilities for interfacing with sysfs BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -41,7 +41,7 @@ to build programs using the libsysfs API. %patch2 -p1 %build -%configure +%configure --disable-static make %{?_smp_mflags} %install @@ -76,11 +76,13 @@ rm -rf $RPM_BUILD_ROOT %dir %{_includedir}/sysfs %{_includedir}/sysfs/libsysfs.h %{_includedir}/sysfs/dlist.h -%{_libdir}/libsysfs.a %{_libdir}/libsysfs.so %changelog +* Mon Jan 18 2010 Anton Arapov - 2.1.0-7 +- Don't build and ship statically linked library (#556096) + * Sun Jul 26 2009 Fedora Release Engineering - 2.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild