update to 1.2

This commit is contained in:
cherry530 2022-01-29 11:25:30 +08:00
parent df4e09da2e
commit a9173ce64f
3 changed files with 8 additions and 9 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,13 +1,12 @@
Name: abi-dumper
Version: 1.1
Release: 2
Version: 1.2
Release: 1
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
BuildRequires: perl-interpreter perl-generators
BuildArch: noarch
Requires: perl
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
@ -23,16 +22,16 @@ 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
* Tue Aug 4 2020 Shinwell Hu <micromotive@qq.com> - 1.1-2
- Remove unnecessary dependency
* 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