automatic version update by autodist [release 0.179-1mamba;Wed May 27 2020]

This commit is contained in:
Automatic Build System 2024-01-05 22:04:01 +01:00
parent a0f8a7d2d0
commit 5a36c065fa

View File

@ -4,7 +4,7 @@
%define portability_version 0.163
Name: elfutils
Version: 0.177
Version: 0.179
Release: 1mamba
Summary: A collection of utilities and DSOs to handle compiled objects
Group: Development/Tools
@ -96,6 +96,7 @@ libdw provides access to DWARF debug information stored inside ELF files.
RPM_OPT_FLAGS="${RPM_OPT_FLAGS/-Wall/}"
%configure \
--program-prefix=%{_program_prefix} \
--host= \
CFLAGS="$RPM_OPT_FLAGS -fexceptions -D__NO_INLINE__"
%if "%{_host}" == "%{_build}"
@ -118,7 +119,7 @@ make -C lib clean
%makeinstall
chmod +x %{buildroot}%{_libdir}/lib*.so*
chmod +x %{buildroot}%{_libdir}/%{name}/lib*.so*
#chmod +x %{buildroot}%{_libdir}/%{name}/lib*.so*
# Remove unpackaged files
rm -f %{buildroot}%{_bindir}/%{_program_prefix}{ld,objdump}
@ -155,13 +156,17 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*}
%{_bindir}/%{_program_prefix}elfcmp
%{_bindir}/%{_program_prefix}ranlib
%{_bindir}/%{_program_prefix}strings
%{_bindir}/debuginfod
%{_bindir}/debuginfod-find
%{_mandir}/man1/debuginfod-find.1*
%{_mandir}/man1/eu-elfclassify.1*
%{_mandir}/man1/eu-readelf.1*
%{_mandir}/man8/debuginfod.8*
%files -n libdw
%defattr(-,root,root)
%{_libdir}/libdw-%{version}.so
%{_libdir}/libdw.so.*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/lib*.so
%doc AUTHORS COPYING
%files -n libdw-devel
@ -169,7 +174,6 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*}
%{_includedir}/dwarf.h
%dir %{_includedir}/elfutils
%{_includedir}/elfutils/*.h
%{_libdir}/libebl.a
%{_libdir}/libdw.a
%{_libdir}/libdw.so
%{_libdir}/pkgconfig/libdw.pc
@ -179,6 +183,8 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*}
%defattr(-,root,root)
%{_libdir}/libelf-%{version}.so
%{_libdir}/libelf.so.*
%{_libdir}/libdebuginfod-%{version}.so
%{_libdir}/libdebuginfod.so.*
%files -n %{libname}-devel
%defattr(-,root,root)
@ -187,9 +193,16 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*}
%{_includedir}/nlist.h
%{_libdir}/libelf.a
%{_libdir}/libelf.so
%{_libdir}/libdebuginfod.so
%{_mandir}/man3/debuginfod_*.3*
%{_mandir}/man3/elf_*.3*
%{_libdir}/pkgconfig/libelf.pc
%{_libdir}/pkgconfig/libdebuginfod.pc
%changelog
* Wed May 27 2020 Automatic Build System <autodist@mambasoft.it> 0.179-1mamba
- automatic version update by autodist
* Fri Sep 20 2019 Automatic Build System <autodist@mambasoft.it> 0.177-1mamba
- automatic version update by autodist