X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=elfutils.spec;h=18f7179f3560feaa4b5f9b8dfbe8fc22255972a7;hb=10cca083ef798b6050b521168d67f1b5dbec60d3;hp=dfaaeb34ba7c7b371fe5e32c9950dd6740b7d0d5;hpb=803346d36755d9100969be9f621026e13259d160;p=packages%2Felfutils.git diff --git a/elfutils.spec b/elfutils.spec index dfaaeb3..18f7179 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -5,35 +5,32 @@ Summary: A collection of utilities and DSOs to handle compiled objects Summary(pl.UTF-8): Zestaw narzędzi i bibliotek do obsługi skompilowanych obiektów Name: elfutils -Version: 0.127 -Release: 2 -License: GPL v2 with OSL linking exception +Version: 0.157 +Release: 1 +License: GPL v2+ or LGPL v3+ (libraries), GPL v3+ (programs) Group: Development/Tools -# http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/ -# or abuse systemtap to get .tar.gz directly -Source0: ftp://sources.redhat.com/pub/systemtap/elfutils/%{name}-%{version}.tar.gz -# Source0-md5: 905411e1deda0aee17ae99dbdeaf7506 +Source0: https://fedorahosted.org/releases/e/l/elfutils/%{version}/%{name}-%{version}.tar.bz2 +# Source0-md5: 0f6746a55f0bc26558f0c162fe137fa1 Patch0: %{name}-pl.po.patch Patch1: %{name}-debian-manpages.patch Patch2: %{name}-portability.patch Patch3: %{name}-robustify.patch Patch4: %{name}-align.patch Patch5: %{name}-paxflags.patch -Patch6: %{name}-alpha.patch -Patch7: %{name}-sparc.patch -Patch8: %{name}-strip-copy-symtab.patch -Patch9: %{name}-gcc4.patch -#URL: file://home/devel/drepper -BuildRequires: autoconf >= 2.59 -BuildRequires: automake >= 1:1.7 -BuildRequires: gcc >= 4.2.0 +Patch6: %{name}-sparc.patch +Patch7: %{name}-inline.patch +Patch8: %{name}-scanf.patch +Patch9: %{name}-strings_c.patch +URL: https://fedorahosted.org/elfutils/ +BuildRequires: autoconf >= 2.63 +BuildRequires: automake >= 1:1.8 +BuildRequires: gcc >= 5:3.4 BuildRequires: gettext-devel %ifarch %{x8664} alpha ia64 ppc64 s390x sparc64 # PR*FAST{8,16} in were broken for 64-bit archs in older versions # also needed for nanosecond timestamps on alpha BuildRequires: glibc-devel >= 6:2.3.4 %endif -BuildRequires: libltdl-devel BuildRequires: perl-tools-pod BuildRequires: rpmbuild(macros) >= 1.315 BuildRequires: sharutils @@ -46,8 +43,12 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # fails to build with -Wl,-s %define filterout_ld (-Wl,)?-[sS] (-Wl,)?--strip.* +%if %{with tests} && 0%(echo %{rpmcflags} | grep -q '\<-g' ; echo $?) +# tests require debug symbols +%define specflags -g +%endif -%define _programprefix eu- +%define programprefix eu- %description Elfutils is a collection of utilities, including ld (a linker), nm @@ -143,34 +144,35 @@ programowalny interfejs asemblera. %patch3 -p1 %patch4 -p1 %patch5 -p1 -# update/drop? %patch6 -p1 %patch7 -p1 %patch8 -p1 -%patch9 -p1 +%patch9 -p0 + +%{__rm} po/stamp-po -# strip-test5 needs adjusting for strip-copy-symtab patch (already in FC, but not worth bothering) -# dwfl-bug-addr-overflow sources are missing in tar -sed -i -e 's/ run-strip-test5\.sh / /;s/dwfl-bug-addr-overflow/$(nil)/' tests/Makefile.am +# temporarily disable test failing on specific archs +# - as for 0.155/binutils-2.23.52.0.1 this fails also on x86 +#ifarch alpha +%{__perl} -pi -e 's/run-elflint-self.sh//' tests/Makefile.am +#endif %build #%%{__gettextize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoheader} -%{__automake} %{__autoconf} - -CPPFLAGS="-fgnu89-inline"; export CPPFLAGS - +%{__automake} %configure \ - --program-prefix=%{_programprefix} \ - --enable-shared + --disable-werror \ + --program-prefix=%{programprefix} # make check depends on test-nlist not stripped %{__perl} -pi -e 's/^(LDFLAGS =.*)-s/$1/' tests/Makefile %{__make} %{__make} -C debian/man + %if %{with tests} # some tests rely on English messages LC_ALL=C \ @@ -181,24 +183,15 @@ LC_ALL=C \ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_mandir}/man1,/%{_lib}} -# *OBJEXT must be passed to workaround problem with messed gettext, -# which doesn't like *-po dir names %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT \ - MKINSTALLDIRS=$(pwd)/config/mkinstalldirs \ - CATOBJEXT=.gmo \ - INSTOBJEXT=.mo + DESTDIR=$RPM_BUILD_ROOT install debian/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1 -mv $RPM_BUILD_ROOT%{_libdir}/libelf-*.so $RPM_BUILD_ROOT/%{_lib} -ln -sf /%{_lib}/$(cd $RPM_BUILD_ROOT/%{_lib} ; echo libelf-*.so) \ +mv $RPM_BUILD_ROOT%{_libdir}/{libelf-*.so,libelf.so.*} $RPM_BUILD_ROOT/%{_lib} +ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libelf-*.so) \ $RPM_BUILD_ROOT%{_libdir}/libelf.so -/sbin/ldconfig -n -N $RPM_BUILD_ROOT%{_libdir} -/sbin/ldconfig -n -N $RPM_BUILD_ROOT/%{_lib} - -%find_lang libelf %find_lang %{name} %clean @@ -210,17 +203,17 @@ rm -rf $RPM_BUILD_ROOT %post libelf -p /sbin/ldconfig %postun libelf -p /sbin/ldconfig -%files -f %{name}.lang +%files %defattr(644,root,root,755) -%doc AUTHORS COPYING NEWS NOTES README THANKS TODO -%attr(755,root,root) %{_bindir}/* +%doc AUTHORS CONTRIBUTING ChangeLog NEWS NOTES README THANKS TODO +%attr(755,root,root) %{_bindir}/eu-* %attr(755,root,root) %{_libdir}/libasm-*.so -%ghost %attr(755,root,root) %{_libdir}/libasm.so.* +%attr(755,root,root) %ghost %{_libdir}/libasm.so.1 %attr(755,root,root) %{_libdir}/libdw-*.so -%ghost %attr(755,root,root) %{_libdir}/libdw.so.* +%attr(755,root,root) %ghost %{_libdir}/libdw.so.1 %dir %{_libdir}/elfutils %attr(755,root,root) %{_libdir}/elfutils/lib*.so -%{_mandir}/man1/*.1* +%{_mandir}/man1/eu-*.1* %files devel %defattr(644,root,root,755) @@ -228,12 +221,16 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_libdir}/libdw.so %attr(755,root,root) %{_libdir}/libelf.so %{_libdir}/libebl.a -%{_includedir}/* +%{_includedir}/elfutils +%{_includedir}/dwarf.h +%{_includedir}/gelf.h +%{_includedir}/libelf.h +%{_includedir}/nlist.h -%files libelf -f libelf.lang +%files libelf -f %{name}.lang %defattr(644,root,root,755) %attr(755,root,root) /%{_lib}/libelf-*.so -%ghost %attr(755,root,root) /%{_lib}/libelf.so.* +%attr(755,root,root) %ghost /%{_lib}/libelf.so.1 %files static %defattr(644,root,root,755)