diff --git a/.cvsignore b/.cvsignore index cec6c6b..279b456 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libaio-0.3.93.tar.gz +libaio-0.3.98.tar.gz diff --git a/libaio.spec b/libaio.spec index 38ad77e..8d83527 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,6 +1,6 @@ Name: libaio -Version: 0.3.93 -Release: 4 +Version: 0.3.98 +Release: 2.1 Summary: Linux-native asynchronous I/O access library Copyright: LGPL Group: System Environment/Libraries @@ -35,7 +35,9 @@ make %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT -make install prefix=$RPM_BUILD_ROOT/usr root=$RPM_BUILD_ROOT +make install prefix=$RPM_BUILD_ROOT/usr \ + libdir=$RPM_BUILD_ROOT/%{_libdir} \ + root=$RPM_BUILD_ROOT %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT @@ -46,16 +48,50 @@ make install prefix=$RPM_BUILD_ROOT/usr root=$RPM_BUILD_ROOT %files %defattr(-,root,root) -%attr(0755,root,root) /usr/lib/libaio.so.* +%attr(0755,root,root) %{_libdir}/libaio.so.* %doc COPYING TODO %files devel %defattr(-,root,root) -%attr(0644,root,root) /usr/include/* -%attr(0755,root,root) /usr/lib/libaio.so -%attr(0644,root,root) /usr/lib/libaio.a +%attr(0644,root,root) %{_includedir}/* +%attr(0755,root,root) %{_libdir}/libaio.so +%attr(0644,root,root) %{_libdir}/libaio.a %changelog +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Thu Feb 26 2004 Jeff Moyer 0.3.98-2 +- bah. fix version nr in changelog. + +* Thu Feb 26 2004 Jeff Moyer 0.3.98-1 +- fix compiler warnings. + +* Thu Feb 26 2004 Jeff Moyer 0.3.97-2 +- make srpm was using rpm to do a build. changed that to use rpmbuild if + it exists, and fallback to rpm if it doesn't. + +* Tue Feb 24 2004 Jeff Moyer 0.3.97-1 +- Use libc syscall(2) instead of rolling our own calling mechanism. This + change is inspired due to a failure to build with newer gcc, since clobber + lists were wrong. +- Add -fpic to the CFLAGS for all architectures. Should address bz #109457. +- change a #include from to . Fixes a build + issue on s390. + +* Wed Jul 7 2003 Bill Nottingham 0.3.96-3 +- fix paths on lib64 arches + +* Wed Jun 18 2003 Michael K. Johnson 0.3.96-2 +- optimization in io_getevents from Arjan van de Ven in 0.3.96-1 +- deal with ia64 in 0.3.96-2 + +* Wed May 28 2003 Michael K. Johnson 0.3.95-1 +- ppc bugfix from Julie DeWandel + +* Tue May 20 2003 Michael K. Johnson 0.3.94-1 +- symbol versioning fix from Ulrich Drepper + * Mon Jan 27 2003 Benjamin LaHaise - bump to 0.3.93-3 for rebuild. diff --git a/sources b/sources index 8d6a000..c66e1dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3e594aac556957444f4c322565a48f6 libaio-0.3.93.tar.gz +a243a35b635b4e2f4f861bd321b2c1ce libaio-0.3.98.tar.gz