commit
9d12a384ec
Binary file not shown.
BIN
abi-dumper-1.2.tar.gz
Normal file
BIN
abi-dumper-1.2.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,12 @@
|
|||||||
Name: abi-dumper
|
Name: abi-dumper
|
||||||
Version: 1.1
|
Version: 1.2
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: a tool to dump ABI of an ELF object containing DWARF debug info.
|
Summary: a tool to dump ABI of an ELF object containing DWARF debug info.
|
||||||
URL: https://github.com/lvc/abi-dumper
|
URL: https://github.com/lvc/abi-dumper
|
||||||
License: LGPL v2.1 and GPL v2.0
|
License: LGPL v2.1 and GPL v2.0
|
||||||
Source: https://codeload.github.com/lvc/%{name}/tar.gz/%{version}/%{name}-%{version}.tar.gz
|
Source: https://codeload.github.com/lvc/%{name}/tar.gz/%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: perl-interpreter perl-generators
|
BuildRequires: gcc make git perl-interpreter perl-generators
|
||||||
BuildArch: noarch
|
Requires: elfutils elfutils-devel libstdc++ libstdc++-devel
|
||||||
Requires: perl
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The tool is intended to be used with ABI Compliance Checker tool for
|
The tool is intended to be used with ABI Compliance Checker tool for
|
||||||
@ -23,16 +22,16 @@ perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENSE LGPL-2.1 GPL-2.0
|
%license LICENSE
|
||||||
%doc README
|
%doc README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 4 2020 Shinwell Hu <micromotive@qq.com> - 1.1-2
|
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.2-1
|
||||||
- Remove unnecessary dependency
|
- Upgrade to version 1.2
|
||||||
|
|
||||||
* Sat Jul 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1-1
|
* Sat Jul 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1-1
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user