Changeset 460 in MondoRescue
- Timestamp:
- Apr 3, 2006, 12:50:50 AM (19 years ago)
- Location:
- branches/stable
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/distributions/rpm/mindi.spec
r454 r460 21 21 BuildRoot: %{_tmppath}/%{name}-%{version} 22 22 Requires: %{addreq} 23 Epoch: %(echo EEE | cut -d- -f1 | sed "s~M~~") 23 24 # Not on all systems 24 25 #Conflicts: bonnie++ -
branches/stable/mindi/install.sh
r454 r460 112 112 fi 113 113 114 # Special case for SuSE family wher doc is put elsewhere in the RPM 115 if [ _"$dfam" != _"suse" ] then; 116 rm -rf $DOCDIR 117 fi 118 114 119 exit 0 -
branches/stable/mondo/distributions/mandriva/spec.m4
r388 r460 7 7 dnl GRP is replaced by the RPM group of apps 8 8 define(`GRP', `Archiving/Backup')dnl 9 dnl OBS is replaced vy what is being obsoleted 10 define(`OBS', Obsoletes: libmondo <= 2.04)dnl -
branches/stable/mondo/distributions/redhat/spec.m4
r388 r460 7 7 dnl GRP is replaced by the RPM group of apps 8 8 define(`GRP', Archiving/Archiving)dnl 9 dnl OBS is replaced vy what is being obsoleted 10 define(`OBS', )dnl -
branches/stable/mondo/distributions/rpm/mondo.spec
r452 r460 15 15 16 16 Summary: A program which a Linux user can utilize to create a rescue/restore CD/tape 17 Summary(fr): Un programme pour les utilisateurs de Linux pour cr �r un CD/tape de sauvegarde/restauration17 Summary(fr): Un programme pour les utilisateurs de Linux pour créer un CD/tape de sauvegarde/restauration 18 18 Summary(it): Un programma per utenti Linux per creare un CD/tape di rescue 19 19 Summary(sp): Un programa para los usuarios de Linux por crear una CD/cinta de restoracion/rescate … … 28 28 BuildRoot: %{_tmppath}/%{name}-%{version} 29 29 BuildRequires: newt-devel >= 0.50, slang-devel >= 1.4.1, gcc 30 Epoch: %(echo EEE | cut -d- -f1 | sed "s~M~~") 31 OBS 30 32 %ifarch ia64 31 33 Requires: %{addreq}, elilo, parted -
branches/stable/mondo/distributions/suse/spec.m4
r401 r460 7 7 dnl GRP is replaced by the RPM group of apps 8 8 define(`GRP', Productivity/Archiving/Backup)dnl 9 dnl OBS is replaced vy what is being obsoleted 10 define(`OBS', )dnl -
branches/stable/tools/mkspec
r445 r460 25 25 cat >> /tmp/mondorescue.mc << EOF 26 26 define(\`RRR', ${REVISION}${suf})dnl 27 define(\`EEE', ${REVISION})dnl 27 28 define(\`VVV', ${1})dnl 28 29 EOF
Note:
See TracChangeset
for help on using the changeset viewer.