auto-import changelog data from libaio-0.3.93-4.src.rpm
Mon Jan 27 2003 Benjamin LaHaise <bcrl@redhat.com> - bump to 0.3.93-3 for rebuild. Mon Dec 16 2002 Benjamin LaHaise <bcrl@redhat.com> - libaio 0.3.93 test release - add powerpc support from Gianni Tedesco <gianni@ecsc.co.uk> - add s/390 support from Arnd Bergmann <arnd@bergmann-dalldorf.de> Thu Sep 12 2002 Benjamin LaHaise <bcrl@redhat.com> - libaio 0.3.92 test release - build on x86-64 Thu Sep 12 2002 Benjamin LaHaise <bcrl@redhat.com> - libaio 0.3.91 test release - build on ia64 - remove libredhat-kernel from the .spec file Thu Sep 05 2002 Benjamin LaHaise <bcrl@redhat.com> - libaio 0.3.90 test release
This commit is contained in:
parent
bb2dbb0264
commit
f3abf09133
@ -1 +1 @@
|
||||
libaio-0.3.13.tar.gz
|
||||
libaio-0.3.93.tar.gz
|
||||
|
||||
35
libaio.spec
35
libaio.spec
@ -1,14 +1,13 @@
|
||||
Name: libaio
|
||||
Version: 0.3.13
|
||||
Release: 5
|
||||
Version: 0.3.93
|
||||
Release: 4
|
||||
Summary: Linux-native asynchronous I/O access library
|
||||
Copyright: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
# Fix ExclusiveArch as we implement this functionality on more architectures
|
||||
ExclusiveArch: i386
|
||||
Requires: initscripts >= 6.47-1
|
||||
ExclusiveArch: i386 x86_64 ia64 s390 s390x ppc ppc64
|
||||
|
||||
%description
|
||||
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
|
||||
@ -41,9 +40,6 @@ make install prefix=$RPM_BUILD_ROOT/usr root=$RPM_BUILD_ROOT
|
||||
%clean
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
# if no libredhat-kernel.so is in place, the stub's version of 1.0.0
|
||||
# will link correctly for apps. This requires that the kernel's
|
||||
# libredhat-kernel.so be 1.0.1 or higher.
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -51,8 +47,6 @@ 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) /lib/kernel/stub/*
|
||||
%attr(0755,root,root) /lib/libredhat-kernel*
|
||||
%doc COPYING TODO
|
||||
|
||||
%files devel
|
||||
@ -60,14 +54,27 @@ make install prefix=$RPM_BUILD_ROOT/usr root=$RPM_BUILD_ROOT
|
||||
%attr(0644,root,root) /usr/include/*
|
||||
%attr(0755,root,root) /usr/lib/libaio.so
|
||||
%attr(0644,root,root) /usr/lib/libaio.a
|
||||
%attr(0755,root,root) /usr/lib/libredhat-kernel.so
|
||||
|
||||
%changelog
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
* Mon Jan 27 2003 Benjamin LaHaise <bcrl@redhat.com>
|
||||
- bump to 0.3.93-3 for rebuild.
|
||||
|
||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
* Mon Dec 16 2002 Benjamin LaHaise <bcrl@redhat.com>
|
||||
- libaio 0.3.93 test release
|
||||
- add powerpc support from Gianni Tedesco <gianni@ecsc.co.uk>
|
||||
- add s/390 support from Arnd Bergmann <arnd@bergmann-dalldorf.de>
|
||||
|
||||
* Fri Sep 12 2002 Benjamin LaHaise <bcrl@redhat.com>
|
||||
- libaio 0.3.92 test release
|
||||
- build on x86-64
|
||||
|
||||
* Thu Sep 12 2002 Benjamin LaHaise <bcrl@redhat.com>
|
||||
- libaio 0.3.91 test release
|
||||
- build on ia64
|
||||
- remove libredhat-kernel from the .spec file
|
||||
|
||||
* Thu Sep 5 2002 Benjamin LaHaise <bcrl@redhat.com>
|
||||
- libaio 0.3.90 test release
|
||||
|
||||
* Mon Apr 29 2002 Benjamin LaHaise <bcrl@redhat.com>
|
||||
- add requires initscripts >= 6.47-1 to get boot time libredhat-kernel
|
||||
|
||||
Loading…
Reference in New Issue
Block a user