2020-07-24 19:37:20 +08:00
|
|
|
Name: abi-dumper
|
|
|
|
|
Version: 1.1
|
2020-08-04 01:02:09 +00:00
|
|
|
Release: 2
|
2020-07-24 19:37:20 +08:00
|
|
|
Summary: a tool to dump ABI of an ELF object containing DWARF debug info.
|
|
|
|
|
URL: https://github.com/lvc/abi-dumper
|
|
|
|
|
License: LGPL v2.1 and GPL v2.0
|
|
|
|
|
Source: https://codeload.github.com/lvc/%{name}/tar.gz/%{version}/%{name}-%{version}.tar.gz
|
2020-08-04 01:02:09 +00:00
|
|
|
BuildRequires: perl-interpreter perl-generators
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: perl
|
2020-07-24 19:37:20 +08:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The tool is intended to be used with ABI Compliance Checker tool for
|
|
|
|
|
tracking ABI changes of a C/C++ library or kernel module:
|
|
|
|
|
https://github.com/lvc/abi-compliance-checker
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%install
|
2020-07-25 18:17:09 +08:00
|
|
|
mkdir -p %{buildroot}%{_prefix}
|
|
|
|
|
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}
|
2020-07-24 19:37:20 +08:00
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%license LICENSE LGPL-2.1 GPL-2.0
|
|
|
|
|
%doc README
|
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
|
%changelog
|
2020-08-04 01:02:09 +00:00
|
|
|
* Tue Aug 4 2020 Shinwell Hu <micromotive@qq.com> - 1.1-2
|
|
|
|
|
- Remove unnecessary dependency
|
|
|
|
|
|
2020-07-25 15:28:11 +08:00
|
|
|
* Sat Jul 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1-1
|
2020-07-24 19:37:20 +08:00
|
|
|
- Package Init
|