Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
05998feb5a
!8 Modify invalid source0
From: @caodongxia 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-11-15 01:56:38 +00:00
caodongxia
b70b182090 Modify invalid source0 2022-11-15 09:26:35 +08:00
openeuler-ci-bot
4481852914
!5 openEuler-22.03-LTS-Next Packages upgrade
Merge pull request !5 from xu_ping/openEuler-22.03-LTS-Next
2022-01-29 07:29:30 +00:00
cherry530
a09b3d29ed remove unuse files 2022-01-26 10:50:48 +08:00
openeuler-ci-bot
f389bbfd46 !1 init abi-dumper
Merge pull request !1 from licunlong/master
2020-08-03 14:23:54 +08:00
licunlong
271fe3f3c7 update spec file 2020-07-25 18:17:09 +08:00
licunlong
e78f12121c update spec file 2020-07-25 15:52:13 +08:00
licunlong
a7b2dfcd86 add yaml file 2020-07-25 15:38:58 +08:00
licunlong
0a613e78db change date 2020-07-25 15:28:11 +08:00
licunlong
25258ca401 abi-dumper init 2020-07-24 19:37:20 +08:00
3 changed files with 44 additions and 0 deletions

BIN
abi-dumper-1.2.tar.gz Normal file

Binary file not shown.

40
abi-dumper.spec Normal file
View File

@ -0,0 +1,40 @@
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

4
abi-dumper.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://github.com/lvc/abi-dumper
tag_prefix: "^abi-dumper-"
seperator: "."