- Add Alpha architecture support. (Sergey Tikhonov <tsv@solvo.ru>)
This commit is contained in:
parent
52975225e5
commit
7962c3333d
@ -1 +1 @@
|
||||
libaio-0.3.103.tar.gz
|
||||
libaio-0.3.104.tar.gz
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
Name: libaio
|
||||
Version: 0.3.103
|
||||
Release: 6
|
||||
Version: 0.3.104
|
||||
Release: 2
|
||||
Summary: Linux-native asynchronous I/O access library
|
||||
License: 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 x86_64 ia64 s390 s390x ppc ppc64 ppc64pseries ppc64iseries
|
||||
ExclusiveArch: i386 x86_64 ia64 s390 s390x ppc ppc64 ppc64pseries ppc64iseries alpha alphaev6
|
||||
|
||||
%description
|
||||
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
|
||||
@ -70,6 +70,9 @@ make install prefix=$RPM_BUILD_ROOT/usr \
|
||||
%attr(0644,root,root) %{_libdir}/libaio.a
|
||||
|
||||
%changelog
|
||||
* Fri Apr 1 2005 Jeff Moyer <jmoyer@redhat.com> - 0.3.104-2
|
||||
- Add Alpha architecture support. (Sergey Tikhonov <tsv@solvo.ru>)
|
||||
|
||||
* Wed Mar 16 2005 Jeff Moyer <jmoyer@redhat.com> - 0.3.103-6
|
||||
- Rebuild with gcc 4.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user