remove unuse files
This commit is contained in:
parent
f389bbfd46
commit
a09b3d29ed
Binary file not shown.
BIN
abi-dumper-1.2.tar.gz
Normal file
BIN
abi-dumper-1.2.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user