1 Star 0 Fork 3

abushwang/libabigail

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libabigail.spec 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
abushwang 提交于 2023-07-12 10:03 . update to 2.3
%global tarball_revision 1
Summary: Set of ABI analysis tools
Name: libabigail
Version: 2.3
Release: 1%{?dist}
License: ASL 2.0
URL: https://sourceware.org/libabigail/
Source0: http://mirrors.kernel.org/sourceware/libabigail/%{name}-%{version}.tar.xz
BuildRequires: gcc-c++ libtool elfutils-devel
BuildRequires: libxml2-devel
%description
This project aims at providing a C++ library for constructing, manipulating,
serializing and de-serializing ABI-relevant artifacts. The set of artifacts
that we are interested in is made of constructions like types, variables,
functions and declarations of a given library or program. For a given program
or library, this set of constructions is called an ABI corpus.
%package devel
Summary: Shared library and header files to write ABI analysis tools
Requires: %{name} = %{version}-%{release}
%description devel
This package contains a shared library and the associated header files
that are necessary to develop applications that use the C++ Libabigail
library. The library provides facilities to analyze and compare
application binary interfaces of shared libraries in the ELF format.
%prep
%autosetup -p1
%build
%configure --disable-silent-rules --disable-zip-archive --disable-static
%make_build
%install
%make_install
find %{buildroot} -name '*.la' -exec rm -f {} ';'
%check
%make_build check check-self-compare || (cat tests/test-suite.log && exit 2)
if test $? -ne 0; then
cat tests/tests-suite.log
fi
%files
%license LICENSE.txt license-change-2020.txt
%doc README AUTHORS ChangeLog
%{_bindir}/abicompat
%{_bindir}/abidiff
%{_bindir}/abidw
%{_bindir}/abilint
%{_bindir}/abipkgdiff
%{_bindir}/kmidiff
%{_libdir}/libabigail.so.2
%{_libdir}/libabigail.so.2.0.0
%{_libdir}/libabigail/default.abignore
%files devel
%{_libdir}/libabigail.so
%{_libdir}/pkgconfig/libabigail.pc
%{_includedir}/*
%{_datadir}/aclocal/abigail.m4
%changelog
* Wed Jul 12 2023 Shuo Wang <abushwang@tencent.com> - 2.3-1
- update to 2.3
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.0-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.0-2
- Rebuilt for OpenCloudOS Stream 23
* Tue Jan 17 2023 cunshunxia <cunshunxia@tencent.com> - 2.0-1
- initial build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/abushwang/libabigail.git
git@gitee.com:abushwang/libabigail.git
abushwang
libabigail
libabigail
master

搜索帮助