automatic version update by autodist [release 0.179-1mamba;Wed May 27 2020]
This commit is contained in:
parent
a0f8a7d2d0
commit
5a36c065fa
@ -4,7 +4,7 @@
|
|||||||
%define portability_version 0.163
|
%define portability_version 0.163
|
||||||
|
|
||||||
Name: elfutils
|
Name: elfutils
|
||||||
Version: 0.177
|
Version: 0.179
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A collection of utilities and DSOs to handle compiled objects
|
Summary: A collection of utilities and DSOs to handle compiled objects
|
||||||
Group: Development/Tools
|
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/}"
|
RPM_OPT_FLAGS="${RPM_OPT_FLAGS/-Wall/}"
|
||||||
%configure \
|
%configure \
|
||||||
--program-prefix=%{_program_prefix} \
|
--program-prefix=%{_program_prefix} \
|
||||||
|
--host= \
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fexceptions -D__NO_INLINE__"
|
CFLAGS="$RPM_OPT_FLAGS -fexceptions -D__NO_INLINE__"
|
||||||
|
|
||||||
%if "%{_host}" == "%{_build}"
|
%if "%{_host}" == "%{_build}"
|
||||||
@ -118,7 +119,7 @@ make -C lib clean
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
chmod +x %{buildroot}%{_libdir}/lib*.so*
|
chmod +x %{buildroot}%{_libdir}/lib*.so*
|
||||||
chmod +x %{buildroot}%{_libdir}/%{name}/lib*.so*
|
#chmod +x %{buildroot}%{_libdir}/%{name}/lib*.so*
|
||||||
|
|
||||||
# Remove unpackaged files
|
# Remove unpackaged files
|
||||||
rm -f %{buildroot}%{_bindir}/%{_program_prefix}{ld,objdump}
|
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}elfcmp
|
||||||
%{_bindir}/%{_program_prefix}ranlib
|
%{_bindir}/%{_program_prefix}ranlib
|
||||||
%{_bindir}/%{_program_prefix}strings
|
%{_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
|
%files -n libdw
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libdw-%{version}.so
|
%{_libdir}/libdw-%{version}.so
|
||||||
%{_libdir}/libdw.so.*
|
%{_libdir}/libdw.so.*
|
||||||
%dir %{_libdir}/%{name}
|
|
||||||
%{_libdir}/%{name}/lib*.so
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n libdw-devel
|
%files -n libdw-devel
|
||||||
@ -169,7 +174,6 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*}
|
|||||||
%{_includedir}/dwarf.h
|
%{_includedir}/dwarf.h
|
||||||
%dir %{_includedir}/elfutils
|
%dir %{_includedir}/elfutils
|
||||||
%{_includedir}/elfutils/*.h
|
%{_includedir}/elfutils/*.h
|
||||||
%{_libdir}/libebl.a
|
|
||||||
%{_libdir}/libdw.a
|
%{_libdir}/libdw.a
|
||||||
%{_libdir}/libdw.so
|
%{_libdir}/libdw.so
|
||||||
%{_libdir}/pkgconfig/libdw.pc
|
%{_libdir}/pkgconfig/libdw.pc
|
||||||
@ -179,6 +183,8 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libelf-%{version}.so
|
%{_libdir}/libelf-%{version}.so
|
||||||
%{_libdir}/libelf.so.*
|
%{_libdir}/libelf.so.*
|
||||||
|
%{_libdir}/libdebuginfod-%{version}.so
|
||||||
|
%{_libdir}/libdebuginfod.so.*
|
||||||
|
|
||||||
%files -n %{libname}-devel
|
%files -n %{libname}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -187,9 +193,16 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*}
|
|||||||
%{_includedir}/nlist.h
|
%{_includedir}/nlist.h
|
||||||
%{_libdir}/libelf.a
|
%{_libdir}/libelf.a
|
||||||
%{_libdir}/libelf.so
|
%{_libdir}/libelf.so
|
||||||
|
%{_libdir}/libdebuginfod.so
|
||||||
|
%{_mandir}/man3/debuginfod_*.3*
|
||||||
|
%{_mandir}/man3/elf_*.3*
|
||||||
%{_libdir}/pkgconfig/libelf.pc
|
%{_libdir}/pkgconfig/libelf.pc
|
||||||
|
%{_libdir}/pkgconfig/libdebuginfod.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 20 2019 Automatic Build System <autodist@mambasoft.it> 0.177-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user