|
Last change
on this file since 1229 was 1121, checked in by Bruno Cornec, 19 years ago |
- 1722 Floppies are NOT supported anymore (allows for mindi to become noarch)
- mindi is now a noarch type of package
- RPM Packaging improvements for Fedora
|
-
Property svn:keywords
set to
Id
|
|
File size:
1.4 KB
|
| Rev | Line | |
|---|
| [35] | 1 | #
|
|---|
| 2 | # $Id: mindi.spec 1121 2007-02-09 17:49:33Z bruno $
|
|---|
| 3 | #
|
|---|
| [1] | 4 | Summary: Mindi creates emergency boot disks/CDs using your kernel, tools and modules
|
|---|
| [550] | 5 | Name: mindi
|
|---|
| 6 | Version: VVV
|
|---|
| [722] | 7 | Release: RRR
|
|---|
| [1] | 8 | License: GPL
|
|---|
| [550] | 9 | Group: GRP
|
|---|
| [542] | 10 | Url: http://www.mondorescue.org
|
|---|
| [550] | 11 | Source: SSS
|
|---|
| [1121] | 12 | BuildArch: noarch
|
|---|
| [542] | 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
|
|---|
| [846] | 14 | Requires: bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools, mindi-busybox DDD
|
|---|
| [699] | 15 | OBS
|
|---|
| [20] | 16 | # Not on all systems
|
|---|
| 17 | #Conflicts: bonnie++
|
|---|
| [1] | 18 |
|
|---|
| 19 | %description
|
|---|
| 20 | Mindi takes your kernel, modules, tools and libraries, and puts them on N
|
|---|
| 21 | bootable disks (or 1 bootable CD image). You may then boot from the disks/CD
|
|---|
| 22 | and do system maintenance - e.g. format partitions, backup/restore data,
|
|---|
| 23 | verify packages, etc.
|
|---|
| 24 |
|
|---|
| 25 | %prep
|
|---|
| [1121] | 26 | %setup -q
|
|---|
| [1] | 27 |
|
|---|
| 28 | %build
|
|---|
| 29 |
|
|---|
| 30 | %install
|
|---|
| [542] | 31 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| [50] | 32 | export DONT_RELINK=1
|
|---|
| 33 |
|
|---|
| [936] | 34 | export HEAD=${RPM_BUILD_ROOT}
|
|---|
| 35 | export PREFIX=%{_exec_prefix}
|
|---|
| 36 | export CONFDIR=%{_sysconfdir}
|
|---|
| 37 | export MANDIR=%{_mandir}
|
|---|
| 38 | export DOCDIR=%{_docdir}
|
|---|
| 39 | export LIBDIR=%{_libdir}
|
|---|
| [179] | 40 | export RPMBUILDMINDI="true"
|
|---|
| [50] | 41 |
|
|---|
| [179] | 42 | ./install.sh
|
|---|
| [50] | 43 |
|
|---|
| [1] | 44 | %clean
|
|---|
| 45 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 46 |
|
|---|
| 47 | %files
|
|---|
| [719] | 48 | %defattr(-,root,root)
|
|---|
| [542] | 49 | %config(noreplace) %{_sysconfdir}/mindi/deplist.txt
|
|---|
| [1047] | 50 | %config(noreplace) %{_sysconfdir}/mindi/deplist.d/*
|
|---|
| 51 | %config(noreplace) %{_sysconfdir}/mindi/mindi.conf
|
|---|
| 52 | %config(noreplace) %{_sysconfdir}/mindi/mindi.conf.dist
|
|---|
| [1060] | 53 | %config(noreplace) %{_sysconfdir}/mindi/mindi.conf.dist.md5
|
|---|
| [315] | 54 | %doc ChangeLog INSTALL COPYING README TODO README.ia64 README.pxe README.busybox svn.log
|
|---|
| [423] | 55 | %{_mandir}/man8/*
|
|---|
| [200] | 56 | %{_libdir}/mindi
|
|---|
| [564] | 57 | %{_sbindir}/*
|
|---|
| [1] | 58 |
|
|---|
| 59 | %changelog
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.