source: MondoRescue/branches/stable/mindi-busybox/distributions/rpm/mindi-busybox.spec@ 888

Last change on this file since 888 was 888, checked in by Bruno Cornec, 18 years ago
  • Build process improved following 2.2.0 delivery
  • Announce of 2.2.0
  • On mandriva we need a BuildRequire on glibc-static-devel for mindi-busybox
  • Fix again a remaining bug on #25 (Thanks Michael Shapiro again !)
File size: 716 bytes
RevLine 
[823]1#
2# $Id$
3#
4Summary: Busybox version suited for Mindi
5Name: mindi-busybox
6Version: VVV
7Release: RRR
8License: GPL
9Group: GRP
10Url: http://www.mondorescue.org
11Source: SSS
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
[888]13REQ
[844]14ExcludeArch: ppc
[832]15Conflicts: busybox
[823]16OBS
17
18%description
19This package provides a busybox version suited for Mindi.
20
21%prep
22%setup -n %name-%{version}
23
24%build
[830]25make oldconfig
[825]26make busybox
[823]27
28%install
29%{__rm} -rf $RPM_BUILD_ROOT
30
[842]31DESTDIR=${RPM_BUILD_ROOT}%{_libdir}/mindi/rootfs
[829]32make PREFIX=$DESTDIR install
[825]33
[823]34%clean
35%{__rm} -rf $RPM_BUILD_ROOT
36
37%post
38
39%files
40%defattr(-,root,root)
[832]41%doc ChangeLog INSTALL LICENSE AUTHORS README TODO changelog svn.log
[823]42%{_libdir}/mindi
43
44%changelog
Note: See TracBrowser for help on using the repository browser.