From f3ffe49ea8d9b42485d3101a16f03d7f92e9fd26 Mon Sep 17 00:00:00 2001 From: "Jeffrey E. Moyer" Date: Tue, 19 Jan 2010 17:38:16 +0000 Subject: [PATCH] - Get rid of the static library (Bug 556059) --- libaio.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libaio.spec b/libaio.spec index b013e67..b086e77 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,6 +1,6 @@ Name: libaio Version: 0.3.109 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux-native asynchronous I/O access library License: LGPLv2+ Group: System Environment/Libraries @@ -68,9 +68,12 @@ make destdir=$RPM_BUILD_ROOT prefix=/ libdir=%{libdir} usrlibdir=%{usrlibdir} \ %defattr(-,root,root) %attr(0644,root,root) %{_includedir}/* %attr(0755,root,root) %{usrlibdir}/libaio.so* -%attr(0644,root,root) %{_libdir}/libaio.a +%exclude %{_libdir}/libaio.a %changelog +* Tue Jan 19 2010 Jeff Moyer - 0.3.109-2 +- Get rid of the static library. (Bug 556059) + * Fri Oct 9 2009 Jeff Moyer - 0.3.109-1 - Pull in upstream .109 to get ARM architecture support. - Remove the broken sparc patch; it should go upstream first.