auto-import changelog data from libaio-0.3.98-2.1.src.rpm
Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.98-2
- bah. fix version nr in changelog.
Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.98-1
- fix compiler warnings.
Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 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 <jmoyer@redhat.com> 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 <linux/types.h> to <sys/types.h>. Fixes a build
issue on s390.
Mon Jul 07 2003 Bill Nottingham <notting@redhat.com> 0.3.96-3
- fix paths on lib64 arches
Wed Jun 18 2003 Michael K. Johnson <johnsonm@redhat.com> 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 <johnsonm@redhat.com> 0.3.95-1
- ppc bugfix from Julie DeWandel
Tue May 20 2003 Michael K. Johnson <johnsonm@redhat.com> 0.3.94-1
- symbol versioning fix from Ulrich Drepper
This commit is contained in:
parent
f3abf09133
commit
13613f7d29
@ -1 +1 @@
|
||||
libaio-0.3.93.tar.gz
|
||||
libaio-0.3.98.tar.gz
|
||||
|
||||
50
libaio.spec
50
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 <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.98-2
|
||||
- bah. fix version nr in changelog.
|
||||
|
||||
* Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 0.3.98-1
|
||||
- fix compiler warnings.
|
||||
|
||||
* Thu Feb 26 2004 Jeff Moyer <jmoyer@redhat.com> 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 <jmoyer@redhat.com> 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 <linux/types.h> to <sys/types.h>. Fixes a build
|
||||
issue on s390.
|
||||
|
||||
* Wed Jul 7 2003 Bill Nottingham <notting@redhat.com> 0.3.96-3
|
||||
- fix paths on lib64 arches
|
||||
|
||||
* Wed Jun 18 2003 Michael K. Johnson <johnsonm@redhat.com> 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 <johnsonm@redhat.com> 0.3.95-1
|
||||
- ppc bugfix from Julie DeWandel
|
||||
|
||||
* Tue May 20 2003 Michael K. Johnson <johnsonm@redhat.com> 0.3.94-1
|
||||
- symbol versioning fix from Ulrich Drepper
|
||||
|
||||
* Mon Jan 27 2003 Benjamin LaHaise <bcrl@redhat.com>
|
||||
- bump to 0.3.93-3 for rebuild.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user