|
@@ -1,5 +1,5 @@
|
|
%define eu_version 0.152
|
|
%define eu_version 0.152
|
|
-%define eu_release 1
|
|
|
|
|
|
+%define eu_release 2
|
|
|
|
|
|
Summary: A collection of utilities and DSOs to handle compiled objects
|
|
Summary: A collection of utilities and DSOs to handle compiled objects
|
|
Name: elfutils
|
|
Name: elfutils
|
|
@@ -19,6 +19,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: bison >= 1.875
|
|
BuildRequires: bison >= 1.875
|
|
BuildRequires: flex >= 2.5.4a
|
|
BuildRequires: flex >= 2.5.4a
|
|
BuildRequires: bzip2
|
|
BuildRequires: bzip2
|
|
|
|
+BuildRequires: bzip2-devel
|
|
|
|
+BuildRequires: zlib-devel
|
|
|
|
+BuildRequires: xz-devel
|
|
|
|
+BuildRequires: gettext
|
|
|
|
+BuildRequires: m4
|
|
BuildRequires: gcc >= 3.4
|
|
BuildRequires: gcc >= 3.4
|
|
# Need <byteswap.h> that gives unsigned bswap_16 etc.
|
|
# Need <byteswap.h> that gives unsigned bswap_16 etc.
|
|
BuildRequires: glibc-headers >= 2.3.4-11
|
|
BuildRequires: glibc-headers >= 2.3.4-11
|
|
@@ -251,6 +256,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Apr 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.152-2
|
|
|
|
+- add BR: zlib-devel, bzip2-devel, xz-devel, m4, gettext
|
|
|
|
+
|
|
* Tue Apr 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.152-1
|
|
* Tue Apr 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.152-1
|
|
- update to 0.152
|
|
- update to 0.152
|
|
|
|
|