Changeset 314 in MondoRescue
- Timestamp:
- Jan 13, 2006, 7:39:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.06/mindi/mindi.spec
r313 r314 13 13 %define src %{name}-%{version}.tgz 14 14 %define grp Archiving/Backup 15 %define addreqb bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools, afio 15 16 16 17 %if %is_redhat 17 18 %define grp Applications/Archiving 19 %define addreq %{addreqb}, which 18 20 Autoreq: 0 19 21 %endif … … 21 23 %if %is_mandrake 22 24 %define src %{name}-%{version}.tar.bz2 25 %define addreq %{addreqb}, which 23 26 Autoreqprov: no 24 27 %endif … … 26 29 %if %is_mandriva 27 30 %define src %{name}-%{version}.tar.bz2 31 %define addreq %{addreqb}, which 28 32 Autoreqprov: no 29 33 %endif 30 34 31 35 %if %is_suse 36 %define addreq %{addreqb} 32 37 %endif 33 38 … … 41 46 Source: %{src} 42 47 BuildRoot: %{_tmppath}/%{name}-%{version} 43 Requires: bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools, afio, which48 Requires: %{addreq} 44 49 # Not on all systems 45 50 #Conflicts: bonnie++
Note:
See TracChangeset
for help on using the changeset viewer.