Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
fa8d551127
!9 [sync] PR-8: Modify invalid source0
From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-11-16 02:21:21 +00:00
caodongxia
d889356e6f Modify invalid source0
(cherry picked from commit b70b18209043d6c4337a08243f4f651800bd6f3f)
2022-11-15 14:01:46 +08:00
openeuler-ci-bot
9d12a384ec
!6 Update abi-dumper to v1.2
Merge pull request !6 from xu_ping/master
2022-01-29 07:26:33 +00:00
cherry530
a9173ce64f update to 1.2 2022-01-29 11:25:30 +08:00
openeuler-ci-bot
df4e09da2e !2 remove unnecessary dependency
Merge pull request !2 from 木得感情的openEuler机器人/master
2021-12-14 15:58:36 +00:00
Shinwell Hu
1ea2761735 improve yaml 2020-08-04 01:07:39 +00:00
Shinwell Hu
9ecabdc2a5 remove uncessary dependency 2020-08-04 01:02:09 +00: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
4 changed files with 15 additions and 9 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: abi-dumper
Version: 1.1
Release: 1
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://codeload.github.com/lvc/%{name}/tar.gz/%{version}/%{name}-%{version}.tar.gz
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
@ -17,18 +17,24 @@ https://github.com/lvc/abi-compliance-checker
%autosetup -p1
%install
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
make install perfix=%{RPM_BUILD_ROOT}%{_prefix}
mkdir -p %{buildroot}%{_prefix}
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}
%files
%defattr(-,root,root)
%license LICENSE LGPL-2.1 GPL-2.0
%doc README
%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

View File

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