summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-07-26 19:38:33 +0000
committerChris Lumens <clumens@redhat.com>2007-07-26 19:38:33 +0000
commitf2a304e7f5655d321b1eecddd35e823a9d3aa0e5 (patch)
tree280e61b892e535e264865dc255469017e2f90c66 /anaconda.spec
parent9f55014a2f86f08573549dd9f92d8517d1dabfd4 (diff)
downloadanaconda-f2a304e7f5655d321b1eecddd35e823a9d3aa0e5.tar.gz
anaconda-f2a304e7f5655d321b1eecddd35e823a9d3aa0e5.tar.xz
anaconda-f2a304e7f5655d321b1eecddd35e823a9d3aa0e5.zip
Fetch command-line.txt and kickstart-docs.txt from the Fedora wiki for
inclusion in the package.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 19e6e288c..9ca20fbb5 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -22,7 +22,7 @@ BuildRequires: slang-devel >= 2.0.6-2, slang-static
BuildRequires: newt-devel, newt-static
BuildRequires: glib2-devel >= 2.11.1-5, glib2-static, libdhcp6client-static
BuildRequires: libdhcp-static >= 1.24-3, mkinitrd-devel >= 5.1.2-1
-BuildRequires: audit-libs-devel
+BuildRequires: audit-libs-devel, curl
%ifarch %livearches
BuildRequires: desktop-file-utils
%endif
@@ -87,6 +87,9 @@ sets, but are not meant for use on already installed systems.
make depend
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+curl -A "anaconda-build" -o docs/command-line.txt "http://fedoraproject.org/wiki/AnacondaOptions?action=raw"
+curl -A "anaconda-build" -o docs/kickstart-docs.txt "http://fedoraproject.org/wiki/AnacondaKickstart?action=raw"
+
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install