source: MondoRescue/branches/2.2.5/pbconf/mindi/rpm/mindi.spec@ 1761

Last change on this file since 1761 was 1761, checked in by Bruno Cornec, 16 years ago

Adds preliminary Hardware support to mindi (Proliant SSSTK)
Not tested yet, just coded, and saved in SVN as a backup :-)

  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1#
2# $Id: mindi.spec 1761 2007-11-01 19:27:45Z bruno $
3#
4Summary: Mindi creates emergency boot disks/CDs using your kernel, tools and modules
5Name: PBPKG
6Version: PBVER
7Release: PBTAGPBSUF
8License: GPL
9Group: PBGRP
10Url: http://www.mondorescue.org
11Source: PBSRC
12# Not yet possible as busybox is a binary that should go alongside
13# BuildArch: noarch
14BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
15Requires: bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools, mindi-busybox, parted, PBDEP
16PBOBS
17# Not on all systems
18#Conflicts: bonnie++
19
20%description
21Mindi takes your kernel, modules, tools and libraries, and puts them on N
22bootable disks (or 1 bootable CD image). You may then boot from the disks/CD
23and do system maintenance - e.g. format partitions, backup/restore data,
24verify packages, etc.
25
26%prep
27%setup -q
28
29%build
30
31%install
32%{__rm} -rf $RPM_BUILD_ROOT
33export DONT_RELINK=1
34
35export HEAD=${RPM_BUILD_ROOT}
36export PREFIX=%{_exec_prefix}
37export CONFDIR=%{_sysconfdir}
38export MANDIR=%{_mandir}
39#export DOCDIR=%{_docdir}
40export LIBDIR=%{_libdir}
41export CACHEDIR=%{_var}/cache/%{name}
42export PKGBUILDMINDI="true"
43
44./install.sh
45
46%clean
47%{__rm} -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(-,root,root)
51%config(noreplace) %{_sysconfdir}/%{name}
52%doc ChangeLog INSTALL COPYING README TODO README.ia64 README.pxe README.busybox README.proliant README.bkphw svn.log
53%{_mandir}/man8/*
54%{_libdir}/%{name}
55%{_sbindir}/*
56%{_var}/cache/%{name}
57
58%changelog
59PBLOG
Note: See TracBrowser for help on using the repository browser.