summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Moyer <jmoyer@redhat.com>2018-10-22 14:55:23 -0400
committerJeff Moyer <jmoyer@redhat.com>2018-10-22 14:55:23 -0400
commit8a71c9c7bdccb9dd5772d98e83c8c35a7771bb00 (patch)
tree9d0a7e2699cc79483249eb8de9a52782e3d78e28
parent4059161333a14a0c705efecc5765b6cb2a29ae02 (diff)
downloadlibaio-8a71c9c7bdccb9dd5772d98e83c8c35a7771bb00.tar.gz
libaio-0.3.112
- Add async poll support (Christoph Hellwig) - Use canonical DESTDIR= environment variable (Thomas Petazzoni) - Add ability to disable building the shared library (Thomas Petazzoni) Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
-rw-r--r--libaio.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/libaio.spec b/libaio.spec
index 455bb6b..d1fa2cc 100644
--- a/libaio.spec
+++ b/libaio.spec
@@ -1,5 +1,5 @@
Name: libaio
-Version: 0.3.111
+Version: 0.3.112
Release: 1
Summary: Linux-native asynchronous I/O access library
License: LGPL
@@ -36,9 +36,7 @@ make
%install
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
-make install prefix=$RPM_BUILD_ROOT/usr \
- libdir=$RPM_BUILD_ROOT/%{_libdir} \
- root=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr libdir=/%{_libdir}
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
@@ -59,6 +57,11 @@ make install prefix=$RPM_BUILD_ROOT/usr \
%attr(0644,root,root) %{_libdir}/libaio.a
%changelog
+* Mon Oct 22 2018 Jeff Moyer <jmoyer@redhat.com> - 0.3.112-1
+- Add async poll support (Christoph Hellwig)
+- Use canonical DESTDIR= environment variable (Thomas Petazzoni)
+- Add ability to disable building the shared library (Thomas Petazzoni)
+
* Tue Mar 6 2018 Jeff Moyer <jmoyer@redhat.com> - 0.3.111-1
- Add two new tests to the test harness (Jeff Moyer)
- Generic arch dectection for padding defines (Nathan Rossi)