source: MondoRescue/branches/stable/mindi/distributions/rpm/mindi.spec@ 1464

Last change on this file since 1464 was 1464, checked in by Bruno Cornec, 17 years ago
  • Fix a spelling error (James Cameron quozl_at_us.netrek.org)
  • mondo depends on buffer and cdrecord for the moment (added in spec files) (V. Danen fixes for MDV CS 4)
  • parted is required by mindi (in format-and-kludge-vfat) so put in dependencies (Francesco Talamona ti.liame_at_email.it)

(merge 1457:1463 from 2.2.4)

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