Changeset 722 in MondoRescue
- Timestamp:
- Jul 29, 2006, 1:53:46 AM (19 years ago)
- Location:
- branches/stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/distributions/rpm/mindi.spec
r719 r722 2 2 # $Id$ 3 3 # 4 %define mrel RRR5 %define tag TTT6 7 4 Summary: Mindi creates emergency boot disks/CDs using your kernel, tools and modules 8 5 Name: mindi 9 6 Version: VVV 10 Release: %mrel7 Release: RRR 11 8 License: GPL 12 9 Group: GRP … … 26 23 27 24 %prep 28 %setup -n %name-%{version} -%{tag}25 %setup -n %name-%{version} 29 26 30 27 %build -
branches/stable/mondo-doc/distributions/rpm/mondo-doc.spec
r719 r722 2 2 # $Id$ 3 3 # 4 5 %define mrel RRR6 %define tag TTT7 4 8 5 Summary: Documentation for Mondo Rescue … … 11 8 Name: mondo-doc 12 9 Version: VVV 13 Release: %{mrel}10 Release: RRR 14 11 License: GPL 15 12 Group: GRP … … 27 24 28 25 %prep 29 %setup -q -n %name-%{version} -%{tag}26 %setup -q -n %name-%{version} 30 27 31 28 %build -
branches/stable/mondo/distributions/rpm/mondo.spec
r719 r722 3 3 # 4 4 5 %define mrel RRR6 %define tag TTT7 # if mandriva official build (rpm --with is_official)8 %{?is_official:%define rel %{mkrel} %{mrel}}%{!?is_official:%define rel %{mrel}}9 5 %define addreq mindi >= 1.0.7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD 10 6 … … 16 12 Name: mondo 17 13 Version: VVV 18 Release: %{mrel}14 Release: RRR 19 15 License: GPL 20 16 Group: GRP … … 59 55 60 56 %prep 61 %setup -q -n %name-%{version} -%{tag}57 %setup -q -n %name-%{version} 62 58 63 59 %build
Note:
See TracChangeset
for help on using the changeset viewer.