Ignore:
Timestamp:
May 25, 2006, 2:00:37 PM (18 years ago)
Author:
bcornec
Message:

2.08 synced with stable as of r575
VERSION files updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.8/mindi/distributions/rpm/mindi.spec

    r495 r576  
    22# $Id$
    33#
    4 %define name    mindi
    5 %define version VVV
    64%define mrel    RRR
    7 %define src     SSS
    8 %define grp     GRP
    9 %define addreqb bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools
    10 %define addreq  DDD
    11 %define rel     %{mrel}
     5%define tag     TTT
    126
    137Summary:    Mindi creates emergency boot disks/CDs using your kernel, tools and modules
    14 Name:       %name
    15 Version:    %version
    16 Release:    %rel
     8Name:       mindi
     9Version:    VVV
     10Release:    %mrel
    1711License:    GPL
    18 Group:      %{grp}
     12Group:      GRP
    1913Url:        http://www.mondorescue.org
    20 Source:     %{src}
     14Source:     SSS
    2115BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    22 Requires:   %{addreq}
    23 Epoch:      %(echo EEE | cut -d- -f1 | sed "s~M~~")
     16Requires:   bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools DDD
    2417# Not on all systems
    2518#Conflicts: bonnie++
     
    3225
    3326%prep
    34 %setup -n %name-%{version}
     27%setup -n %name-%{version}-%{tag}
    3528
    3629%build
     
    5952
    6053%files
    61 %defattr(644,root,root,755)
    6254%config(noreplace) %{_sysconfdir}/mindi
    6355%config(noreplace) %{_sysconfdir}/mindi/deplist.txt
     
    6557%{_mandir}/man8/*
    6658%{_libdir}/mindi
    67 %attr(755,root,root) %{_sbindir}/*
    68 %attr(755,root,root) %{_libdir}/mindi/aux-tools/sbin/*
    69 %attr(755,root,root) %{_libdir}/mindi/rootfs/bin/*
    70 %attr(755,root,root) %{_libdir}/mindi/rootfs/sbin/*
     59%{_sbindir}/*
    7160
    7261%changelog
Note: See TracChangeset for help on using the changeset viewer.