summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>1999-11-30 23:39:06 +0000
committerMike Fulbright <msf@redhat.com>1999-11-30 23:39:06 +0000
commit48e2fdb3e0defb6e1654dcb93c982bebc8fb5f74 (patch)
tree04078b930b4d3d759e49d49d5005b6b2631a42b2 /anaconda.spec.in
parent364f509d7b862a721ba4c5d9834e89769d57e573 (diff)
downloadanaconda-48e2fdb3e0defb6e1654dcb93c982bebc8fb5f74.tar.gz
anaconda-48e2fdb3e0defb6e1654dcb93c982bebc8fb5f74.tar.xz
anaconda-48e2fdb3e0defb6e1654dcb93c982bebc8fb5f74.zip
More fixes to build
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in55
1 files changed, 0 insertions, 55 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
deleted file mode 100644
index 76a713864..000000000
--- a/anaconda.spec.in
+++ /dev/null
@@ -1,55 +0,0 @@
-Name: anaconda-reconfig
-Version: @@VERSION@@
-Release: 1
-Copyright: GPL
-Summary: The Red Hat Linux first time booting configuration tool.
-Group: Applications/System
-Source: anaconda-reconfig-%{PACKAGE_VERSION}.tar.gz
-Obsoletes: rhs-hwdiag setconsole
-Prereq: chkconfig
-BuildRoot: /tmp/anaconda-reconfig-%{PACKAGE_VERSION}
-
-%description
-anaconda-reconfig is usually run the first-time a pre-installed computer
-is booted. It allows the first-time user to configure localized
-attributes like timezone and root password.
-
-
-%prep
-
-%setup
-
-%build
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make RECFGDESTDIR=$RPM_BUILD_ROOT install-reconfig
-strip $RPM_BUILD_ROOT/usr/sbin/anaconda-reconfig
-strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post
-chkconfig --add reconfig
-
-%preun
-if [ $1 = 0 ]; then
- chkconfig --del reconfig
-fi
-
-%files
-%defattr(-,root,root)
-%doc README
-/usr/sbin/anaconda-reconfig
-/usr/sbin/ddcprobe
-/usr/sbin/anaconda/*
-
-%config /etc/rc.d/init.d/reconfig
-
-
-%changelog
-* Tue Nov 30 1999 Michael Fulbright <drmike@redhat.com>
-- first try at packaging reconfiguration tool
-