]> git.pld-linux.org Git - packages/elfutils.git/blobdiff - elfutils.spec
- it really requires C99 compiler - restored gcc 3.2 BR
[packages/elfutils.git] / elfutils.spec
index 3872ffb4fe5419e512465354cf6f22079daa8ae8..8ca828981c630d3220a02ce334c20af79f407cec 100644 (file)
@@ -6,7 +6,7 @@ Summary:        A collection of utilities and DSOs to handle compiled objects
 Summary(pl):   Zestaw narzêdzi i bibliotek do obs³ugi skompilowanych obiektów
 Name:          elfutils
 Version:       0.95
-Release:       1
+Release:       2
 License:       OSL 1.0 (http://www.opensource.org/licenses/osl.php)
 Group:         Development/Tools
 # http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/SRPMS/
@@ -16,10 +16,15 @@ Patch0:             %{name}-pl.po.patch
 Patch1:                %{name}-debian-manpages.patch
 Patch2:                %{name}-alpha-stat.patch
 #URL:          file://home/devel/drepper
-BuildRequires: autoconf >= 2.54
+BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1.7
 BuildRequires: gcc >= 3.2
 BuildRequires: gettext-devel
+%ifarch alpha amd64 ia64 ppc64 s390x sparc64
+# PR*FAST{8,16} in <inttypes.h> 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: sharutils
@@ -118,9 +123,7 @@ programowalny interfejs asemblera.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-# to be removed || updated after switching to glibc 2.3.4
-# (alpha stat64() with nsec fields was added in linux-2.6.4/glibc-2.3.4,
-#  I don't know if elfutils knows how to use it)
+# no nanosecond timestamps on sparc64 yet (alpha has them now)
 %patch2 -p1
 
 %build
This page took 0.077687 seconds and 4 git commands to generate.