- Get rid of the static library (Bug 556059)
This commit is contained in:
parent
825015effa
commit
f3ffe49ea8
@ -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 <jmoyer@redhat.com> - 0.3.109-2
|
||||
- Get rid of the static library. (Bug 556059)
|
||||
|
||||
* Fri Oct 9 2009 Jeff Moyer <jmoyer@redhat.com> - 0.3.109-1
|
||||
- Pull in upstream .109 to get ARM architecture support.
|
||||
- Remove the broken sparc patch; it should go upstream first.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user