source: ProjectBuilder/projects/mondorescue/pbconf/branches/2.2.10/mindi-busybox/rpm/mindi-busybox.spec@ 1201

Last change on this file since 1201 was 1201, checked in by Bruno Cornec, 13 years ago
  • Creation of PBSUMMARY and PBDESC macros for MondoRescue

svn merge -r 1195:1199 2.2.9

File size: 630 bytes
RevLine 
[384]1#
2# $Id$
3#
[1201]4Summary: PBUMMARY
[384]5Name: PBPKG
6Version: PBVER
7Release: PBTAGPBSUF
[488]8License: PBLIC
[384]9Group: PBGRP
[488]10Url: PBURL
[429]11Source: PBREPO/PBSRC
[384]12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
[778]13BuildRequires: gcc PBBUILDREQ
[384]14ExcludeArch: ppc
15
16%description
[1201]17PBDESC
[384]18
19%prep
20%setup -n %name-%{version}
21
22%build
23make oldconfig
24make busybox
25
26%install
[488]27rm -rf $RPM_BUILD_ROOT
[384]28
29DESTDIR=${RPM_BUILD_ROOT}%{_libdir}/mindi/rootfs
30make CONFIG_PREFIX=$DESTDIR install
31
32%clean
[488]33rm -rf $RPM_BUILD_ROOT
[384]34
35%files
36%defattr(-,root,root)
37%doc ChangeLog INSTALL LICENSE AUTHORS README TODO NEWS
38#svn.log
39%{_libdir}/mindi
40
41%changelog
42PBLOG
Note: See TracBrowser for help on using the repository browser.