Accepting request 611901 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/611901 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libaio?expand=0&rev=33
This commit is contained in:
commit
8ab7bd9e42
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 24 16:33:59 CEST 2018 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Use %license instead of %doc [bsc#1082318]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 17 16:49:35 UTC 2016 - meissner@suse.com
|
Sun Apr 17 16:49:35 UTC 2016 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libaio
|
# spec file for package libaio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,7 +26,7 @@ Obsoletes: libaio-64bit
|
|||||||
Version: 0.3.109
|
Version: 0.3.109
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux-Native Asynchronous I/O Access Library
|
Summary: Linux-Native Asynchronous I/O Access Library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://kernel.org/pub/linux/libs/aio/
|
Url: http://kernel.org/pub/linux/libs/aio/
|
||||||
Source: libaio-%{version}.tar.bz2
|
Source: libaio-%{version}.tar.bz2
|
||||||
@ -110,7 +110,8 @@ ln -fs "${t#%buildroot}" "%buildroot/%_libdir/libaio.so"
|
|||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(644,root,root,755)
|
%defattr(644,root,root,755)
|
||||||
%doc COPYING TODO
|
%license COPYING
|
||||||
|
%doc TODO
|
||||||
%attr(0755,root,root) /%{_lib}/libaio.*
|
%attr(0755,root,root) /%{_lib}/libaio.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user