Changeset 550 in MondoRescue for branches/stable/mindi
- Timestamp:
- May 14, 2006, 7:54:15 PM (19 years ago)
- Location:
- branches/stable/mindi/distributions
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/distributions/mandriva/spec.m4
r388 r550 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', ` %{name}-%{version}.tar.bz2')dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 define(`DDD', ` %{addreqb}, which, grep >= 2.5')dnl6 define(`DDD', `, which, grep >= 2.5')dnl 7 7 dnl GRP is replaced by the RPM group of apps 8 8 define(`GRP', `Archiving/Backup')dnl -
branches/stable/mindi/distributions/redhat/spec.m4
r542 r550 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', ftp://ftp.mondorescue.org/src/%{name}-%{version}.tgz)dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tgz')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 define(`DDD', %{addreqb}, which, grep >= 2.5)dnl6 define(`DDD', `, which, grep >= 2.5')dnl 7 7 dnl GRP is replaced by the RPM group of apps 8 define(`GRP', Applications/Archiving)dnl8 define(`GRP', `Applications/Archiving')dnl -
branches/stable/mindi/distributions/rpm/mindi.spec
r542 r550 2 2 # $Id$ 3 3 # 4 %define name mindi5 %define version VVV6 4 %define mrel RRR 7 %define src SSS8 %define grp GRP9 %define addreqb bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools10 %define addreq DDD11 %define rel %{mrel}12 5 13 6 Summary: Mindi creates emergency boot disks/CDs using your kernel, tools and modules 14 Name: %name15 Version: %version16 Release: % rel7 Name: mindi 8 Version: VVV 9 Release: %mrel 17 10 License: GPL 18 Group: %{grp}11 Group: GRP 19 12 Url: http://www.mondorescue.org 20 Source: %{src}13 Source: SSS 21 14 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 22 Requires: %{addreq} 23 Epoch: %(echo EEE | cut -d- -f1 | sed "s~M~~") 15 Requires: bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools DDD 24 16 # Not on all systems 25 17 #Conflicts: bonnie++ -
branches/stable/mindi/distributions/suse/spec.m4
r401 r550 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', %{name}-%{version}.tgz)dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tgz')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 define(`DDD', %{addreqb}, syslinux)dnl6 define(`DDD', `, syslinux')dnl 7 7 dnl GRP is replaced by the RPM group of apps 8 define(`GRP', Productivity/Archiving/Backup)dnl8 define(`GRP', `Productivity/Archiving/Backup')dnl
Note:
See TracChangeset
for help on using the changeset viewer.