Changeset 839 in MondoRescue for trunk/mondo/distributions
- Timestamp:
- Sep 26, 2006, 9:47:32 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/distributions/rpm/mondo.spec
r786 r839 2 2 # $Id$ 3 3 # 4 5 %define addreq mindi >= 1.0.9, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD6 4 7 5 Summary: A program which a Linux user can utilize to create a rescue/restore CD/tape … … 18 16 Source: SSS 19 17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 20 BuildRequires: newt-devel >= 0.50, gcc 18 BuildRequires: newt-devel >= 0.50 19 ExcludeArch: ppc 21 20 OBS 21 Requires: mindi >= 1.0.9, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD 22 22 %ifarch ia64 23 Requires: %{addreq},elilo, parted23 Requires: elilo, parted 24 24 %else 25 Requires: %{addreq},syslinux >= 1.5225 Requires: syslinux >= 1.52 26 26 %endif 27 27 … … 58 58 59 59 %build 60 %configure --program-prefix=%{?_program_prefix}61 %{__make} VERSION=%{version}60 %configure 61 make %{?_smp_mflags} VERSION=%{version} 62 62 63 63 %install 64 64 %{__rm} -rf $RPM_BUILD_ROOT 65 %makeinstall65 make DESTDIR=$RPM_BUILD_ROOT install 66 66 67 67 %clean
Note:
See TracChangeset
for help on using the changeset viewer.