!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
|
Name: abi-dumper
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 1
|
Release: 2
|
||||||
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: gcc make git perl-interpreter perl-generators
|
BuildRequires: perl-interpreter perl-generators
|
||||||
Requires: elfutils elfutils-devel libstdc++ libstdc++-devel
|
BuildArch: noarch
|
||||||
|
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
|
||||||
@ -30,5 +31,8 @@ perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1-1
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: git
|
version_control: github
|
||||||
src_repo: https://github.com/lvc/abi-dumper
|
src_repo: lvc/abi-dumper
|
||||||
tag_prefix: "^abi-dumper-"
|
tag_prefix: "^abi-dumper-"
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user