Compare commits
No commits in common. "05998feb5ac5609cee7d396a9c10d0fdd1867385" and "6c7c1fe1a97dc97f9bf792ea8a7a4ba394cb4773" have entirely different histories.
05998feb5a
...
6c7c1fe1a9
Binary file not shown.
@ -1,40 +0,0 @@
|
||||
Name: abi-dumper
|
||||
Version: 1.2
|
||||
Release: 2
|
||||
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://github.com/lvc/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc make git perl-interpreter perl-generators
|
||||
Requires: elfutils elfutils-devel libstdc++ libstdc++-devel
|
||||
|
||||
%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
|
||||
mkdir -p %{buildroot}%{_prefix}
|
||||
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Mon Nov 14 2022 caodongxia <caodongxia@h-partners.com> - 1.2-2
|
||||
- Modify invalid source0
|
||||
|
||||
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.2-1
|
||||
- Upgrade to version 1.2
|
||||
|
||||
* Sat Jul 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1-1
|
||||
- Package Init
|
||||
@ -1,4 +0,0 @@
|
||||
version_control: git
|
||||
src_repo: https://github.com/lvc/abi-dumper
|
||||
tag_prefix: "^abi-dumper-"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user