Changeset 729 in MondoRescue for trunk/mondo/distributions
- Timestamp:
- Jul 30, 2006, 4:06:39 PM (19 years ago)
- Location:
- trunk/mondo/distributions
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/distributions/mandriva/spec.m4
r561 r729 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}- %{tag}.tar.bz2')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', )dnl … … 8 8 define(`GRP', `Archiving/Backup')dnl 9 9 dnl OBS is replaced with what is being obsoleted 10 define(`OBS', `Obsoletes: libmondo <= 2.0410 define(`OBS', `Obsoletes: libmondo 11 11 Provides: libmondo')dnl -
trunk/mondo/distributions/redhat/spec.m4
r561 r729 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}- %{tag}.tar.gz')dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.gz')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', )dnl -
trunk/mondo/distributions/rpm/mondo.spec
r588 r729 3 3 # 4 4 5 %define mrel RRR 6 %define tag TTT 7 # if mandriva official build (rpm --with is_official) 8 %{?is_official:%define rel %{mkrel} %{mrel}}%{!?is_official:%define rel %{mrel}} 9 %define addreq mindi >= 1.0.7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.1 DDD 5 %define addreq mindi >= 1.0.7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD 10 6 11 7 Summary: A program which a Linux user can utilize to create a rescue/restore CD/tape … … 16 12 Name: mondo 17 13 Version: VVV 18 Release: %{mrel}14 Release: RRR 19 15 License: GPL 20 16 Group: GRP … … 22 18 Source: SSS 23 19 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 24 BuildRequires: newt-devel >= 0.50, slang-devel >= 1.4.1,gcc20 BuildRequires: newt-devel >= 0.50, gcc 25 21 OBS 26 22 %ifarch ia64 … … 59 55 60 56 %prep 61 %setup -q -n %name-%{version} -%{tag}57 %setup -q -n %name-%{version} 62 58 63 59 %build … … 76 72 77 73 %files 74 %defattr(-,root,root) 78 75 %doc ChangeLog svn.log 79 76 %doc INSTALL COPYING README TODO AUTHORS NEWS -
trunk/mondo/distributions/suse/spec.m4
r561 r729 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}- %{tag}.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 … … 8 8 define(`GRP', `Productivity/Archiving/Backup')dnl 9 9 dnl OBS is replaced vy what is being obsoleted 10 define(`OBS', )dnl10 define(`OBS', `Obsoletes: mondo <= 2.06')dnl
Note:
See TracChangeset
for help on using the changeset viewer.