Changeset 535 in MondoRescue for branches/2.0.8/mondo


Ignore:
Timestamp:
May 12, 2006, 1:58:09 AM (18 years ago)
Author:
bcornec
Message:

merge -r 526:530 $SVN_M/branches/stable

Location:
branches/2.0.8/mondo/distributions
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2.0.8/mondo/distributions/gentoo/mondo.ebuild

    r307 r535  
    77DESCRIPTION="The premier GPL disaster recovery solution."
    88HOMEPAGE="http://www.mondorescue.org"
    9 SRC_URI="ftp://ftp.berlios.de/pub/mondorescue/src/${PN/-rescue/}-${PV}.tgz"
     9SRC_URI="ftp://ftp.mondorecue.org/src/${PN/-rescue/}-${PV}.tgz"
    1010
    1111LICENSE="GPL-2"
     
    2222    >=app-arch/bzip2-0.9
    2323    app-cdr/cdrtools
    24     >=sys-apps/mindi-1.06
     24    >=sys-apps/mindi-1.0.7
    2525    >=dev-libs/newt-0.50
    2626    >=sys-libs/slang-1.4.1
  • branches/2.0.8/mondo/distributions/redhat/spec.m4

    r455 r535  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', %{name}-%{version}.tgz)dnl
     4define(`SSS', ftp://ftp.mondorescue.org/src/%{name}-%{version}.tgz)dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', %{addreqb})dnl
    77dnl GRP is replaced by the RPM group of apps
    8 define(`GRP', Archiving/Archiving)dnl
     8define(`GRP', Applications/Archiving)dnl
    99dnl OBS is replaced vy what is being obsoleted
    1010define(`OBS', )dnl
  • branches/2.0.8/mondo/distributions/rpm/mondo.spec

    r456 r535  
    2424License:    GPL
    2525Group:      %{grp}
    26 Url:        http://mondorescue.berlios.de
     26Url:        http://www.mondorescue.org
    2727Source:     %{src}
    28 BuildRoot:  %{_tmppath}/%{name}-%{version}
     28BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    2929BuildRequires:  newt-devel >= 0.50, slang-devel >= 1.4.1, gcc
    3030Epoch:      %(echo EEE | cut -d- -f1 | sed "s~M~~")
Note: See TracChangeset for help on using the changeset viewer.