Changeset 2505 in ProjectBuilder


Ignore:
Timestamp:
Apr 1, 2020, 3:14:05 AM (4 years ago)
Author:
Bruno Cornec
Message:

Fix for YAML::XS (percent and colon)

Location:
projects/mondorescue/pbconf
Files:
30 edited

Legend:

Unmodified
Added
Removed
  • projects/mondorescue/pbconf/branches/3.3/MondoRescue/pbfilter/redhat.yml

    r2343 r2505  
    44filter:
    55  PBKEYWORD: PREFIX
    6   PBFINALDIR: %{_prefix}
     6  PBFINALDIR: "%{_prefix}"
  • projects/mondorescue/pbconf/branches/3.3/MondoRescue/pbfilter/rhel-3.yml

    r2343 r2505  
    44filter:
    55  PBKEYWORD: PREFIX
    6   PBFINALDIR: %{_prefix}
     6  PBFINALDIR: "%{_prefix}"
  • projects/mondorescue/pbconf/branches/3.3/MondoRescue/pbfilter/suse-10.0.yml

    r2343 r2505  
    44filter:
    55  PBKEYWORD: PREFIX
    6   PBFINALDIR: %{_prefix}
     6  PBFINALDIR: "%{_prefix}"
  • projects/mondorescue/pbconf/branches/3.3/mindi-busybox/pbfilter/all.yml

    r2343 r2505  
    11---
    22filter:
    3   PBDESC: This package provides a busybox version suited for Mindi.$/Mindi is a script to create boot/root disks based on your system. $/It uses Busybox during the restore process to provide a small Unix environement.$/This package prepares busybox the right way for mindi.$/Homepage: http://www.mondorescue.org
     3  PBDESC: "This package provides a busybox version suited for Mindi.$/Mindi is a script to create boot/root disks based on your system. $/It uses Busybox during the restore process to provide a small Unix environement.$/This package prepares busybox the right way for mindi.$/Homepage: http://www.mondorescue.org"
    44  PBSUMMARY: Busybox version suited for Mindi
  • projects/mondorescue/pbconf/branches/3.3/mindi-busybox/pbfilter/md.yml

    r2343 r2505  
    11---
    22filter:
    3   PBBUILDREQ: BuildRequires:    glibc-static-devel,gcc-c++
     3  PBBUILDREQ: "BuildRequires:   glibc-static-devel,gcc-c++"
  • projects/mondorescue/pbconf/branches/3.3/mindi-busybox/pbfilter/opensuse-11.1.yml

    r2343 r2505  
    11---
    22filter:
    3   PBBUILDREQ: BuildRequires: glibc-devel
     3  PBBUILDREQ: "BuildRequires: glibc-devel"
  • projects/mondorescue/pbconf/branches/3.3/mindi-busybox/pbfilter/rpm.yml

    r2343 r2505  
    11---
    22filter:
    3   PBBUILDREQ: BuildRequires:    gcc-c++
     3  PBBUILDREQ: "BuildRequires:   gcc-c++"
  • projects/mondorescue/pbconf/branches/3.3/mindi/pbfilter/all.yml

    r2343 r2505  
    11---
    22filter:
    3   PBDESC: Mindi takes your kernel, modules, tools and libraries, and puts them on N$/bootable disks (or 1 bootable CD image). You may then boot from the disks/CD$/and do system maintenance - e.g. format partitions, backup/restore data,$/verify packages, etc.$/It is part of the MondoRescue suite for which it creates boot media.$/Homepage: http://www.mondorescue.org
     3  PBDESC: "Mindi takes your kernel, modules, tools and libraries, and puts them on N$/bootable disks (or 1 bootable CD image). You may then boot from the disks/CD$/and do system maintenance - e.g. format partitions, backup/restore data,$/verify packages, etc.$/It is part of the MondoRescue suite for which it creates boot media.$/Homepage: http://www.mondorescue.org"
    44  PBSUMMARY: Creation of emergency boot disks/CDs using your kernel, tools and modules
  • projects/mondorescue/pbconf/branches/3.3/mondo/pbfilter/all.yml

    r2343 r2505  
    22filter:
    33  PBSUMMARY: MondoRescue is a GPL Disaster Recovery and Cloning Solution
    4   PBDESC: MondoRescue is a GPL Disaster Recovery and Cloning solution$/to create backup media(CD, DVD, tape, network images) that can be used$/to redeploy the damaged system,$/as well as deploy similar or less similar systems.$/MondoRescue is reliable. It backs up your Linux server or workstation to$/tape, CD-R, CD-RW, NFS or hard disk partition. In the event of catastrophic$/data loss, you will be able to restore all of your data$/[or as much as you want], from bare metal if necessary.$/MondoRescue is in use by numerous blue-chip enterprises and$/large organizations, dozens of smaller companies, and tens of$/thousands of users.$/.$/MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, ext4$/JFS, XFS, ReiserFS, VFAT, and can support additional file systems easily.$/It supports adjustments in disk geometry, including migration$/from non-RAID to RAID.$/MondoRescue runs on all major Linux distributions$/and is getting better all the time.$/You may even use it to backup non-Linux partitions, such as NTFS.$/.$/Homepage: http://www.mondorescue.org
    5   PBCONFIGURE: %configure
     4  PBDESC: "MondoRescue is a GPL Disaster Recovery and Cloning solution$/to create backup media(CD, DVD, tape, network images) that can be used$/to redeploy the damaged system,$/as well as deploy similar or less similar systems.$/MondoRescue is reliable. It backs up your Linux server or workstation to$/tape, CD-R, CD-RW, NFS or hard disk partition. In the event of catastrophic$/data loss, you will be able to restore all of your data$/[or as much as you want], from bare metal if necessary.$/MondoRescue is in use by numerous blue-chip enterprises and$/large organizations, dozens of smaller companies, and tens of$/thousands of users.$/.$/MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, ext4$/JFS, XFS, ReiserFS, VFAT, and can support additional file systems easily.$/It supports adjustments in disk geometry, including migration$/from non-RAID to RAID.$/MondoRescue runs on all major Linux distributions$/and is getting better all the time.$/You may even use it to backup non-Linux partitions, such as NTFS.$/.$/Homepage: http://www.mondorescue.org"
     5  PBCONFIGURE: "%configure"
    66  PBBUILDREQ: !!str ""
  • projects/mondorescue/pbconf/branches/3.3/mondo/pbfilter/md.yml

    r2343 r2505  
    22filter:
    33  PBBUILDREQ: gcc-c++
    4   PBCONFIGURE: %configure2_5x
    5   PBOBS: Obsoletes: libmondo$/Provides: libmondo
     4  PBCONFIGURE: "%configure2_5x"
     5  PBOBS: "Obsoletes:    libmondo$/Provides: libmondo"
  • projects/mondorescue/pbconf/branches/3.3/mondo/pbfilter/novell.yml

    r2343 r2505  
    11---
    22filter:
    3   PBOBS: Obsoletes: mondo <= 2.06
     3  PBOBS: "Obsoletes:    mondo <= 2.06"
    44  PBBUILDREQ: !!str ""
  • projects/mondorescue/pbconf/branches/3.3/mondorescue.yml

    r2497 r2505  
    88#
    99pbprojurl:
    10   mondorescue: svn+ssh://svn.mondorescue.org/prj/svn/mondorescue
     10  mondorescue: "svn+ssh://svn.mondorescue.org/prj/svn/mondorescue"
    1111#
    1212#
    1313# Packager label
    1414pbpackager:
    15   mondorescue: Bruno Cornec <bruno@mondorescue.org>
     15  mondorescue: "Bruno Cornec <bruno@mondorescue.org>"
    1616#
    1717# Root repo
    1818pbrepo:
    19   mondorescue: ftp://ftp.mondorescue.org
     19  mondorescue: "ftp://ftp.mondorescue.org"
    2020#
    2121# ML for announces
    2222pbml:
    23   mondorescue: mondo-devel@lists.sourceforge.net,mondo-announce@mondorescue.org
     23  mondorescue: "mondo-devel@lists.sourceforge.net,mondo-announce@mondorescue.org"
    2424pbsmtp:
    2525  mondorescue: localhost
     
    3939#
    4040testver:
    41   mondorescue: true
     41  mondorescue: "true"
    4242delivery:
    4343  mondorescue: test
  • projects/mondorescue/pbconf/branches/3.3/pbfilter/all.yml

    r2343 r2505  
    88# PBREPO is replaced by the root URL to access the repository
    99filter:
    10   PBURL: http://www.mondorescue.org
     10  PBURL: "http://www.mondorescue.org"
    1111  PBEXTDIR: $pb->{'extdir'}
    1212  PBPKG: $pb->{'pkg'}
    1313  PBDATE: $pb->{'date'}
    14   PBSRC: src/%{srcname}-%{version}$pb->{'extdir'}.tar.gz
     14  PBSRC: "src/%{srcname}-%{version}$pb->{'extdir'}.tar.gz"
    1515  PBREV: $pb->{'rev'}
    1616  PBPROJ: $pb->{'proj'}
  • projects/mondorescue/pbconf/branches/3.3/pbfilter/fedora.yml

    r2343 r2505  
    11---
    22filter:
    3   PBSUF: %{dist}
     3  PBSUF: "%{dist}"
    44  PBLIC: GPLv2+
  • projects/mondorescue/pbconf/branches/3.3/pbfilter/md.yml

    r2343 r2505  
    55#
    66# For official Mandriva use mkrel
    7 #filter PBTAG = %mkrel
     7#filter PBTAG = "%mkrel"
    88#filter PBSUF = $pb->{'tag'}
  • projects/mondorescue/pbconf/tags/3.3.0/MondoRescue/pbfilter/redhat.yml

    r2343 r2505  
    44filter:
    55  PBKEYWORD: PREFIX
    6   PBFINALDIR: %{_prefix}
     6  PBFINALDIR: "%{_prefix}"
  • projects/mondorescue/pbconf/tags/3.3.0/MondoRescue/pbfilter/rhel-3.yml

    r2343 r2505  
    44filter:
    55  PBKEYWORD: PREFIX
    6   PBFINALDIR: %{_prefix}
     6  PBFINALDIR: "%{_prefix}"
  • projects/mondorescue/pbconf/tags/3.3.0/MondoRescue/pbfilter/suse-10.0.yml

    r2343 r2505  
    44filter:
    55  PBKEYWORD: PREFIX
    6   PBFINALDIR: %{_prefix}
     6  PBFINALDIR: "%{_prefix}"
  • projects/mondorescue/pbconf/tags/3.3.0/mindi-busybox/pbfilter/all.yml

    r2343 r2505  
    11---
    22filter:
    3   PBDESC: This package provides a busybox version suited for Mindi.$/Mindi is a script to create boot/root disks based on your system. $/It uses Busybox during the restore process to provide a small Unix environement.$/This package prepares busybox the right way for mindi.$/Homepage: http://www.mondorescue.org
     3  PBDESC: "This package provides a busybox version suited for Mindi.$/Mindi is a script to create boot/root disks based on your system. $/It uses Busybox during the restore process to provide a small Unix environement.$/This package prepares busybox the right way for mindi.$/Homepage: http://www.mondorescue.org"
    44  PBSUMMARY: Busybox version suited for Mindi
  • projects/mondorescue/pbconf/tags/3.3.0/mindi-busybox/pbfilter/md.yml

    r2343 r2505  
    11---
    22filter:
    3   PBBUILDREQ: BuildRequires:    glibc-static-devel,gcc-c++
     3  PBBUILDREQ: "BuildRequires:   glibc-static-devel,gcc-c++"
  • projects/mondorescue/pbconf/tags/3.3.0/mindi-busybox/pbfilter/opensuse-11.1.yml

    r2343 r2505  
    11---
    22filter:
    3   PBBUILDREQ: BuildRequires: glibc-devel
     3  PBBUILDREQ: "BuildRequires: glibc-devel"
  • projects/mondorescue/pbconf/tags/3.3.0/mindi-busybox/pbfilter/rpm.yml

    r2343 r2505  
    11---
    22filter:
    3   PBBUILDREQ: BuildRequires:    gcc-c++
     3  PBBUILDREQ: "BuildRequires:   gcc-c++"
  • projects/mondorescue/pbconf/tags/3.3.0/mindi/pbfilter/all.yml

    r2343 r2505  
    11---
    22filter:
    3   PBDESC: Mindi takes your kernel, modules, tools and libraries, and puts them on N$/bootable disks (or 1 bootable CD image). You may then boot from the disks/CD$/and do system maintenance - e.g. format partitions, backup/restore data,$/verify packages, etc.$/It is part of the MondoRescue suite for which it creates boot media.$/Homepage: http://www.mondorescue.org
     3  PBDESC: "Mindi takes your kernel, modules, tools and libraries, and puts them on N$/bootable disks (or 1 bootable CD image). You may then boot from the disks/CD$/and do system maintenance - e.g. format partitions, backup/restore data,$/verify packages, etc.$/It is part of the MondoRescue suite for which it creates boot media.$/Homepage: http://www.mondorescue.org"
    44  PBSUMMARY: Creation of emergency boot disks/CDs using your kernel, tools and modules
  • projects/mondorescue/pbconf/tags/3.3.0/mondo/pbfilter/all.yml

    r2343 r2505  
    22filter:
    33  PBSUMMARY: MondoRescue is a GPL Disaster Recovery and Cloning Solution
    4   PBDESC: MondoRescue is a GPL Disaster Recovery and Cloning solution$/to create backup media(CD, DVD, tape, network images) that can be used$/to redeploy the damaged system,$/as well as deploy similar or less similar systems.$/MondoRescue is reliable. It backs up your Linux server or workstation to$/tape, CD-R, CD-RW, NFS or hard disk partition. In the event of catastrophic$/data loss, you will be able to restore all of your data$/[or as much as you want], from bare metal if necessary.$/MondoRescue is in use by numerous blue-chip enterprises and$/large organizations, dozens of smaller companies, and tens of$/thousands of users.$/.$/MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, ext4$/JFS, XFS, ReiserFS, VFAT, and can support additional file systems easily.$/It supports adjustments in disk geometry, including migration$/from non-RAID to RAID.$/MondoRescue runs on all major Linux distributions$/and is getting better all the time.$/You may even use it to backup non-Linux partitions, such as NTFS.$/.$/Homepage: http://www.mondorescue.org
    5   PBCONFIGURE: %configure
     4  PBDESC: "MondoRescue is a GPL Disaster Recovery and Cloning solution$/to create backup media(CD, DVD, tape, network images) that can be used$/to redeploy the damaged system,$/as well as deploy similar or less similar systems.$/MondoRescue is reliable. It backs up your Linux server or workstation to$/tape, CD-R, CD-RW, NFS or hard disk partition. In the event of catastrophic$/data loss, you will be able to restore all of your data$/[or as much as you want], from bare metal if necessary.$/MondoRescue is in use by numerous blue-chip enterprises and$/large organizations, dozens of smaller companies, and tens of$/thousands of users.$/.$/MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, ext4$/JFS, XFS, ReiserFS, VFAT, and can support additional file systems easily.$/It supports adjustments in disk geometry, including migration$/from non-RAID to RAID.$/MondoRescue runs on all major Linux distributions$/and is getting better all the time.$/You may even use it to backup non-Linux partitions, such as NTFS.$/.$/Homepage: http://www.mondorescue.org"
     5  PBCONFIGURE: "%configure"
    66  PBBUILDREQ: !!str ""
  • projects/mondorescue/pbconf/tags/3.3.0/mondo/pbfilter/md.yml

    r2343 r2505  
    22filter:
    33  PBBUILDREQ: gcc-c++
    4   PBCONFIGURE: %configure2_5x
    5   PBOBS: Obsoletes: libmondo$/Provides: libmondo
     4  PBCONFIGURE: "%configure2_5x"
     5  PBOBS: "Obsoletes:    libmondo$/Provides: libmondo"
  • projects/mondorescue/pbconf/tags/3.3.0/mondo/pbfilter/novell.yml

    r2343 r2505  
    11---
    22filter:
    3   PBOBS: Obsoletes: mondo <= 2.06
     3  PBOBS: "Obsoletes:    mondo <= 2.06"
    44  PBBUILDREQ: !!str ""
  • projects/mondorescue/pbconf/tags/3.3.0/mondorescue.yml

    r2497 r2505  
    88#
    99pbprojurl:
    10   mondorescue: svn+ssh://svn.mondorescue.org/prj/svn/mondorescue
     10  mondorescue: "svn+ssh://svn.mondorescue.org/prj/svn/mondorescue"
    1111#
    1212#
    1313# Packager label
    1414pbpackager:
    15   mondorescue: Bruno Cornec <bruno@mondorescue.org>
     15  mondorescue: "Bruno Cornec <bruno@mondorescue.org>"
    1616#
    1717# Root repo
    1818pbrepo:
    19   mondorescue: ftp://ftp.mondorescue.org
     19  mondorescue: "ftp://ftp.mondorescue.org"
    2020#
    2121# ML for announces
    2222pbml:
    23   mondorescue: mondo-devel@lists.sourceforge.net,mondo-announce@mondorescue.org
     23  mondorescue: "mondo-devel@lists.sourceforge.net,mondo-announce@mondorescue.org"
    2424pbsmtp:
    2525  mondorescue: localhost
     
    3939#
    4040testver:
    41   mondorescue: false
     41  mondorescue: "false"
    4242delivery:
    4343  mondorescue: !!str ""
  • projects/mondorescue/pbconf/tags/3.3.0/pbfilter/all.yml

    r2343 r2505  
    88# PBREPO is replaced by the root URL to access the repository
    99filter:
    10   PBURL: http://www.mondorescue.org
     10  PBURL: "http://www.mondorescue.org"
    1111  PBEXTDIR: $pb->{'extdir'}
    1212  PBPKG: $pb->{'pkg'}
    1313  PBDATE: $pb->{'date'}
    14   PBSRC: src/%{srcname}-%{version}$pb->{'extdir'}.tar.gz
     14  PBSRC: "src/%{srcname}-%{version}$pb->{'extdir'}.tar.gz"
    1515  PBREV: $pb->{'rev'}
    1616  PBPROJ: $pb->{'proj'}
  • projects/mondorescue/pbconf/tags/3.3.0/pbfilter/fedora.yml

    r2343 r2505  
    11---
    22filter:
    3   PBSUF: %{dist}
     3  PBSUF: "%{dist}"
    44  PBLIC: GPLv2+
  • projects/mondorescue/pbconf/tags/3.3.0/pbfilter/md.yml

    r2343 r2505  
    55#
    66# For official Mandriva use mkrel
    7 #filter PBTAG = %mkrel
     7#filter PBTAG = "%mkrel"
    88#filter PBSUF = $pb->{'tag'}
Note: See TracChangeset for help on using the changeset viewer.