Changeset 541 in MondoRescue for branches/stable/mondo/distributions
- Timestamp:
- May 13, 2006, 8:47:23 PM (19 years ago)
- Location:
- branches/stable/mondo/distributions
- Files:
-
- 4 deleted
- 5 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/distributions/gentoo/mondo.ebuild
r530 r541 7 7 DESCRIPTION="The premier GPL disaster recovery solution." 8 8 HOMEPAGE="http://www.mondorescue.org" 9 SRC_URI="ftp://ftp. mondorecue.org/src/${PN/-rescue/}-${PV}.tgz"9 SRC_URI="ftp://ftp.berlios.de/pub/mondorescue/src/${PN/-rescue/}-${PV}.tgz" 10 10 11 11 LICENSE="GPL-2" … … 22 22 >=app-arch/bzip2-0.9 23 23 app-cdr/cdrtools 24 >=sys-apps/mindi-1.0 .724 >=sys-apps/mindi-1.06 25 25 >=dev-libs/newt-0.50 26 26 >=sys-libs/slang-1.4.1 -
branches/stable/mondo/distributions/mandriva/spec.m4
r470 r541 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 obsoleted10 define(`OBS', `Obsoletes: libmondo <= 2.0411 Provides: libmondo')dnl -
branches/stable/mondo/distributions/redhat/spec.m4
r529 r541 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', %{name}-%{version}.tgz)dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', %{addreqb})dnl 7 7 dnl GRP is replaced by the RPM group of apps 8 define(`GRP', Applications/Archiving)dnl 9 dnl OBS is replaced vy what is being obsoleted 10 define(`OBS', )dnl 8 define(`GRP', Archiving/Archiving)dnl -
branches/stable/mondo/distributions/rpm/mondo.spec
r529 r541 10 10 %define src SSS 11 11 %define grp GRP 12 %define addreqb mindi >= 1.0 .7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.112 %define addreqb mindi >= 1.05, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.1 13 13 %define addreq DDD 14 14 %define rel %{mrel} 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 éer un CD/tape de sauvegarde/restauration17 Summary(fr): Un programme pour les utilisateurs de Linux pour cr�r 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 … … 24 24 License: GPL 25 25 Group: %{grp} 26 Url: http:// www.mondorescue.org26 Url: http://mondorescue.berlios.de 27 27 Source: %{src} 28 BuildRoot: %{_tmppath}/%{name}-%{version} -%{release}-root-%(id -u -n)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 OBS32 30 %ifarch ia64 33 31 Requires: %{addreq}, elilo, parted … … 68 66 69 67 %build 70 %configure --program-prefix=%{?_program_prefix}68 %configure 71 69 %{__make} VERSION=%{version} 72 70 … … 88 86 %attr(755,root,root) %{_datadir}/%{name}/autorun 89 87 %attr(755,root,root) %{_datadir}/%{name}/post-nuke.sample/usr/bin/post-nuke 90 %{_datadir}/locale/*/LC_MESSAGES/mondo.mo91 88 %{_datadir}/%{name}/* 92 89 %{_mandir}/man8/* -
branches/stable/mondo/distributions/suse/spec.m4
r460 r541 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 obsoleted10 define(`OBS', )dnl
Note:
See TracChangeset
for help on using the changeset viewer.