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