SHA256
1
0
forked from pool/elfutils

Accepting request 71173 from home:elvigia:branches:Base:System

- Remote timestamps on binaries, breaks build compare
- Add missing build requires on zlib, bzip2 and lzma .

OBS-URL: https://build.opensuse.org/request/show/71173
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=27
This commit is contained in:
Tony Jones 2011-05-25 00:21:47 +00:00 committed by Git OBS Bridge
parent 93a678247b
commit b828446a02
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 24 15:32:28 UTC 2011 - crrodriguez@opensuse.org
- Remote timestamps on binaries, breaks build compare
- Add missing build requires on zlib, bzip2 and lzma .
-------------------------------------------------------------------
Wed Apr 27 00:35:22 UTC 2011 - tonyj@novell.com

View File

@ -36,7 +36,7 @@ Patch5: elfutils-uninitialized.diff
Patch6: elfutils-0.137-dwarf-header-check-fix.diff
Patch7: elfutils-0.148-dont-crash.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison flex
BuildRequires: bison flex xz-devel zlib-devel libbz2-devel
%description
This package provides a higher-level library to access ELF files. This
@ -145,6 +145,10 @@ to develop applications that require these.
%patch7 -p1
%build
modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
TIME="\"$(date -d "${modified}" "+%%R")\""
find . -type f -regex ".*\.c\|.*\.cpp\|.*\.h" -exec sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +
autoreconf -fi
%configure --program-prefix=eu-
make %{?_smp_mflags}