!2 remove unnecessary dependency
Merge pull request !2 from 木得感情的openEuler机器人/master
This commit is contained in:
commit
df4e09da2e
@ -1,12 +1,13 @@
|
||||
Name: abi-dumper
|
||||
Version: 1.1
|
||||
Release: 1
|
||||
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
|
||||
BuildRequires: gcc make git perl-interpreter perl-generators
|
||||
Requires: elfutils elfutils-devel libstdc++ libstdc++-devel
|
||||
BuildRequires: perl-interpreter perl-generators
|
||||
BuildArch: noarch
|
||||
Requires: perl
|
||||
|
||||
%description
|
||||
The tool is intended to be used with ABI Compliance Checker tool for
|
||||
@ -30,5 +31,8 @@ perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Tue Aug 4 2020 Shinwell Hu <micromotive@qq.com> - 1.1-2
|
||||
- Remove unnecessary dependency
|
||||
|
||||
* Sat Jul 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1-1
|
||||
- Package Init
|
||||
|
||||
@ -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: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user