From 9818f67a26edbc3b2f1d0d962e1d1139851b1739 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 9 Jul 2012 17:09:32 -0400 Subject: stage3: add autoconf automake bzip2 elfutils xz zlib --- stage3.d/autoconf | 8 ++++++++ stage3.d/automake | 5 +++++ stage3.d/bzip2 | 1 + stage3.d/elfutils | 11 +++++++++++ stage3.d/xz | 1 + stage3.d/zlib | 5 +++++ 6 files changed, 31 insertions(+) create mode 100644 stage3.d/autoconf create mode 100644 stage3.d/automake create mode 100644 stage3.d/bzip2 create mode 100644 stage3.d/elfutils create mode 100644 stage3.d/xz create mode 100644 stage3.d/zlib diff --git a/stage3.d/autoconf b/stage3.d/autoconf new file mode 100644 index 0000000..5f8fb3c --- /dev/null +++ b/stage3.d/autoconf @@ -0,0 +1,8 @@ +rpmi autoconf + +S=$HOME/rpmbuild/SPECS +sed '/\/emacs\//d' $S/autoconf.spec > $S/autoconf.spec.new +mv $S/autoconf.spec.new $S/autoconf.spec + +rpmb -bb --without check autoconf +rpminst autoconf diff --git a/stage3.d/automake b/stage3.d/automake new file mode 100644 index 0000000..d58bcfe --- /dev/null +++ b/stage3.d/automake @@ -0,0 +1,5 @@ +#requires autoconf + +rpmi automake +rpmb -bb --without check automake +rpminst automake diff --git a/stage3.d/bzip2 b/stage3.d/bzip2 new file mode 100644 index 0000000..290db82 --- /dev/null +++ b/stage3.d/bzip2 @@ -0,0 +1 @@ +rpma bzip2 bzip2-libs bzip2-devel diff --git a/stage3.d/elfutils b/stage3.d/elfutils new file mode 100644 index 0000000..fa25475 --- /dev/null +++ b/stage3.d/elfutils @@ -0,0 +1,11 @@ +#requires bzip2 +#requires zlib +#requires xz + +rpma elfutils \ + elfutils-devel \ + elfutils-devel-static \ + elfutils-libelf \ + elfutils-libelf-devel \ + elfutils-libelf-devel-static \ + elfutils-libs diff --git a/stage3.d/xz b/stage3.d/xz new file mode 100644 index 0000000..8600d13 --- /dev/null +++ b/stage3.d/xz @@ -0,0 +1 @@ +rpma xz diff --git a/stage3.d/zlib b/stage3.d/zlib new file mode 100644 index 0000000..191c00a --- /dev/null +++ b/stage3.d/zlib @@ -0,0 +1,5 @@ +#requires automake +#requires autoconf + +rpma zlib zlib-devel + -- cgit