forked from pool/libabigail
Ship license texts
OBS-URL: https://build.opensuse.org/package/show/devel:tools/libabigail?expand=0&rev=5
This commit is contained in:
parent
4729f5c4da
commit
ba3ca9023a
@ -21,7 +21,7 @@ Name: libabigail
|
||||
Version: 0~git791
|
||||
Release: 0
|
||||
Summary: Application Binary Interface Generic Analysis and Instrumentation Library
|
||||
License: LGPL-3.0+
|
||||
License: GPL-3.0+ and LGPL-2.0+ and LGPL-3.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://sourceware.org/libabigail/
|
||||
|
||||
@ -48,6 +48,7 @@ artifacts, such as types, variable, fonctions and declarations
|
||||
%package -n %lname
|
||||
Summary: Application Binary Interface Generic Analysis and Instrumentation Library
|
||||
Group: System/Libraries
|
||||
License: LGPL-3.0+
|
||||
|
||||
%description -n %lname
|
||||
ABIGAIL constructs, manipulates, (de-)serializes ABI-relevant
|
||||
@ -60,6 +61,7 @@ interesting conclusions about these differences.
|
||||
%package devel
|
||||
Summary: Development files for the ABI-relevant artifact library
|
||||
Group: Development/Libraries/C and C++
|
||||
License: LGPL-3.0+
|
||||
Requires: %lname = %version
|
||||
|
||||
%description devel
|
||||
@ -74,6 +76,7 @@ This subpackage contains the files needed to build programs with ABIGAIL.
|
||||
%package tools
|
||||
Summary: Utilities to inspect ABI-relevant artifacts
|
||||
Group: Development/Tools/Other
|
||||
License: LGPL-3.0+
|
||||
|
||||
%description tools
|
||||
ABIGAIL constructs, manipulates, (de-)serializes ABI-relevant
|
||||
@ -112,6 +115,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%_bindir/abi*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user