source: MondoRescue/trunk/mindi-busybox/distributions/rpm/mindi-busybox.spec@ 863

Last change on this file since 863 was 863, checked in by Bruno Cornec, 18 years ago

merge -r838:862 $SVN_M/branches/stable

File size: 712 bytes
Line 
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)
13ExcludeArch: ppc
14Conflicts: busybox
15OBS
16
17%description
18This package provides a busybox version suited for Mindi.
19
20%prep
21%setup -n %name-%{version}
22
23%build
24make oldconfig
25make busybox
26
27%install
28%{__rm} -rf $RPM_BUILD_ROOT
29
30DESTDIR=${RPM_BUILD_ROOT}%{_libdir}/mindi/rootfs
31make PREFIX=$DESTDIR install
32
33%clean
34%{__rm} -rf $RPM_BUILD_ROOT
35
36%post
37
38%files
39%defattr(-,root,root)
40%doc ChangeLog INSTALL LICENSE AUTHORS README TODO changelog svn.log
41%{_libdir}/mindi
42
43%changelog
Note: See TracBrowser for help on using the repository browser.