This commit is contained in:
parent
3e1271093c
commit
f735715fb6
2
baselibs.conf
Normal file
2
baselibs.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
libaio
|
||||||
|
libaio-devel
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 27 11:34:39 CEST 2007 - hare@suse.de
|
Thu Sep 27 11:34:39 CEST 2007 - hare@suse.de
|
||||||
|
|
||||||
|
52
libaio.spec
52
libaio.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libaio (Version 0.3.104)
|
# spec file for package libaio (Version 0.3.104)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,12 +10,13 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: libaio
|
Name: libaio
|
||||||
License: LGPL v2 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.3.104
|
Version: 0.3.104
|
||||||
Release: 75
|
Release: 104
|
||||||
Summary: Linux-Native Asynchronous I/O Access Library
|
Summary: Linux-Native Asynchronous I/O Access Library
|
||||||
Source: libaio-%{version}.tar.bz2
|
Source: libaio-%{version}.tar.bz2
|
||||||
Patch1: libaio-%{version}.diff
|
Patch1: libaio-%{version}.diff
|
||||||
@ -33,6 +34,7 @@ require the Linux-native async I/O API.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: LGPL v2.1 or later
|
||||||
Summary: Development Files for Linux-native Asynchronous I/O Access
|
Summary: Development Files for Linux-native Asynchronous I/O Access
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libaio = %{version}
|
Requires: libaio = %{version}
|
||||||
@ -73,47 +75,51 @@ ln -s ../../%{_lib}/libaio.so.1 %{buildroot}%{_libdir}/libaio.so
|
|||||||
/usr/include/libaio.h
|
/usr/include/libaio.h
|
||||||
%_libdir/libaio.a
|
%_libdir/libaio.a
|
||||||
%_libdir/libaio.so
|
%_libdir/libaio.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 27 2007 - hare@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
* Thu Sep 27 2007 hare@suse.de
|
||||||
- Fix dangling symlink (#307063)
|
- Fix dangling symlink (#307063)
|
||||||
* Thu Aug 02 2007 - hare@suse.de
|
* Thu Aug 02 2007 hare@suse.de
|
||||||
- Use RPM_OPT_FLAGS
|
- Use RPM_OPT_FLAGS
|
||||||
- Fix installation directories
|
- Fix installation directories
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Thu May 05 2005 - schwab@suse.de
|
* Thu May 05 2005 schwab@suse.de
|
||||||
- Fix ia64 assembler.
|
- Fix ia64 assembler.
|
||||||
* Wed Apr 27 2005 - kukuk@suse.de
|
* Wed Apr 27 2005 kukuk@suse.de
|
||||||
- Update to version 0.3.104
|
- Update to version 0.3.104
|
||||||
* Wed Dec 01 2004 - kukuk@suse.de
|
* Wed Dec 01 2004 kukuk@suse.de
|
||||||
- Update to version 0.3.102 [#44374]
|
- Update to version 0.3.102 [#44374]
|
||||||
* Tue Apr 20 2004 - meissner@suse.de
|
* Tue Apr 20 2004 meissner@suse.de
|
||||||
- fixed ppc64 alignment problems. [#38801/LTC#7503]
|
- fixed ppc64 alignment problems. [#38801/LTC#7503]
|
||||||
* Fri Mar 12 2004 - kukuk@suse.de
|
* Fri Mar 12 2004 kukuk@suse.de
|
||||||
- Update to 0.3.98 [Bug #35266]
|
- Update to 0.3.98 [Bug #35266]
|
||||||
* Tue Mar 02 2004 - ro@suse.de
|
* Tue Mar 02 2004 ro@suse.de
|
||||||
- use -fPIC for shared objects on ppc
|
- use -fPIC for shared objects on ppc
|
||||||
* Sun Jan 11 2004 - adrian@suse.de
|
* Sun Jan 11 2004 adrian@suse.de
|
||||||
- add %%defattr and %%run_ldconfig
|
- add %%defattr and %%run_ldconfig
|
||||||
* Wed Oct 01 2003 - schwab@suse.de
|
* Wed Oct 01 2003 schwab@suse.de
|
||||||
- Fix for ia64.
|
- Fix for ia64.
|
||||||
* Wed Apr 23 2003 - coolo@suse.de
|
* Wed Apr 23 2003 coolo@suse.de
|
||||||
- fix build for lib64
|
- fix build for lib64
|
||||||
* Wed Apr 23 2003 - coolo@suse.de
|
* Wed Apr 23 2003 coolo@suse.de
|
||||||
- use BuildRoot
|
- use BuildRoot
|
||||||
* Fri Apr 11 2003 - ro@suse.de
|
* Fri Apr 11 2003 ro@suse.de
|
||||||
- fix header to be includable with glibc (#26033)
|
- fix header to be includable with glibc (#26033)
|
||||||
* Thu Apr 03 2003 - kukuk@suse.de
|
* Thu Apr 03 2003 kukuk@suse.de
|
||||||
- Add missing "const" to libaio.h [#26030]
|
- Add missing "const" to libaio.h [#26030]
|
||||||
* Tue Oct 01 2002 - meissner@suse.de
|
* Tue Oct 01 2002 meissner@suse.de
|
||||||
- Fixed __syscall_return for ppc.
|
- Fixed __syscall_return for ppc.
|
||||||
* Fri Sep 20 2002 - fehr@suse.de
|
* Fri Sep 20 2002 fehr@suse.de
|
||||||
- Add syscall defines for x86_64
|
- Add syscall defines for x86_64
|
||||||
- add Andreas fix for testsuite main program to compile on x86_64
|
- add Andreas fix for testsuite main program to compile on x86_64
|
||||||
- add another fix to make testsuite build again on ia64
|
- add another fix to make testsuite build again on ia64
|
||||||
* Thu Sep 19 2002 - schwab@suse.de
|
* Thu Sep 19 2002 schwab@suse.de
|
||||||
- Add missing bits for ia64.
|
- Add missing bits for ia64.
|
||||||
* Tue Sep 17 2002 - ro@suse.de
|
* Tue Sep 17 2002 ro@suse.de
|
||||||
- removed bogus self-provides
|
- removed bogus self-provides
|
||||||
* Wed Sep 04 2002 - fehr@suse.de
|
* Wed Sep 04 2002 fehr@suse.de
|
||||||
- make package from libaio-0.3.15-2.5
|
- make package from libaio-0.3.15-2.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user