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 Name: abi-dumper
Version: 1.1 Version: 1.2
Release: 1 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
@ -22,13 +22,16 @@ perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%license LICENSE LGPL-2.1 GPL-2.0 %license LICENSE
%doc README %doc README.md
%{_bindir}/%{name} %{_bindir}/%{name}
%clean %clean
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
%changelog %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 * Sat Jul 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1-1
- Package Init - Package Init