remove unuse files

This commit is contained in:
cherry530 2022-01-26 10:50:48 +08:00
parent f389bbfd46
commit a09b3d29ed
3 changed files with 6 additions and 3 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: abi-dumper
Version: 1.1
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
@ -22,13 +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 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