- Timestamp:
- Jul 29, 2006, 9:05:33 PM (19 years ago)
- Location:
- branches/stable
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi-kernel/distributions/suse/spec.m4
r723 r724 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar. gz')dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.bz2')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', `, syslinux')dnl -
branches/stable/mindi/distributions/suse/spec.m4
r723 r724 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar. gz')dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.bz2')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', `, syslinux')dnl -
branches/stable/mondo-doc/distributions/suse/spec.m4
r723 r724 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar. gz')dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.bz2')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', `, buffer, cdrecord')dnl -
branches/stable/mondo/distributions/mandriva/spec.m4
r723 r724 8 8 define(`GRP', `Archiving/Backup')dnl 9 9 dnl OBS is replaced with what is being obsoleted 10 define(`OBS', `Obsoletes: libmondo')dnl 10 define(`OBS', `Obsoletes: libmondo 11 Provides: libmondo')dnl -
branches/stable/mondo/distributions/suse/spec.m4
r723 r724 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar. gz')dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.bz2')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', `, buffer, cdrecord')dnl -
branches/stable/tools/build2pkg
r723 r724 69 69 log=$TMP/$p-rpm.log 70 70 71 if [ "$dfam" = "mandriva" ]; then72 echo "Generating bzip2 files ( mandriva)"71 if [ "$dfam" = "mandriva" || "$dfam" = "suse" ]; then 72 echo "Generating bzip2 files ($dfam)" 73 73 gzip -cd $src | bzip2 -c3 > SOURCES/$pv.tar.bz2 74 74 else
Note:
See TracChangeset
for help on using the changeset viewer.