Compare commits
No commits in common. "fa8d55112726e5f9ee166df59eeff11469f167f0" and "a7b2dfcd86b42a6dd2171fec5e5665d74be1994b" have entirely different histories.
fa8d551127
...
a7b2dfcd86
BIN
abi-dumper-1.1.tar.gz
Normal file
BIN
abi-dumper-1.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: abi-dumper
|
Name: abi-dumper
|
||||||
Version: 1.2
|
Version: 1.1
|
||||||
Release: 2
|
Release: 1
|
||||||
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://github.com/lvc/%{name}/archive/%{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: gcc make git perl-interpreter perl-generators
|
||||||
Requires: elfutils elfutils-devel libstdc++ libstdc++-devel
|
Requires: elfutils elfutils-devel libstdc++ libstdc++-devel
|
||||||
|
|
||||||
@ -17,24 +17,18 @@ https://github.com/lvc/abi-compliance-checker
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_prefix}
|
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
|
||||||
perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}
|
make install perfix=%{RPM_BUILD_ROOT}%{_prefix}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENSE
|
%license LICENSE LGPL-2.1 GPL-2.0
|
||||||
%doc README.md
|
%doc README
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Jul 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1-1
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: github
|
version_control: git
|
||||||
src_repo: lvc/abi-dumper
|
src_repo: https://github.com/lvc/abi-dumper
|
||||||
tag_prefix: "^abi-dumper-"
|
tag_prefix: "^abi-dumper-"
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user