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/mondo/distributions/rpm/mondo.spec

    r535 r576  
    33#
    44
    5 %define name    mondo
    6 %define version VVV
    75%define mrel    RRR
     6%define tag     TTT
    87# if mandriva official build (rpm --with is_official)
    98%{?is_official:%define rel %{mkrel} %{mrel}}%{!?is_official:%define rel %{mrel}}
    10 %define src     SSS
    11 %define grp     GRP
    12 %define addreqb mindi >= 1.0.7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.1
    13 %define addreq  DDD
    14 %define rel     %{mrel}
     9%define addreq  mindi >= 1.0.7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.1 DDD
    1510
    1611Summary:    A program which a Linux user can utilize to create a rescue/restore CD/tape
     
    1914Summary(sp):    Un programa para los usuarios de Linux por crear una CD/cinta de restoracion/rescate
    2015
    21 Name:       %{name}
    22 Version:    %{version}
    23 Release:    %{rel}
     16Name:       mondo
     17Version:    VVV
     18Release:    %{mrel}
    2419License:    GPL
    25 Group:      %{grp}
     20Group:      GRP
    2621Url:        http://www.mondorescue.org
    27 Source:     %{src}
     22Source:     SSS
    2823BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    2924BuildRequires:  newt-devel >= 0.50, slang-devel >= 1.4.1, gcc
    30 Epoch:      %(echo EEE | cut -d- -f1 | sed "s~M~~")
    3125OBS
    3226%ifarch ia64
     
    6559
    6660%prep
    67 %setup -q -n %name-%{version}
     61%setup -q -n %name-%{version}-%{tag}
    6862
    6963%build
     
    7973
    8074%files
    81 %defattr(644,root,root,755)
    8275%doc ChangeLog svn.log
    8376%doc INSTALL COPYING README TODO AUTHORS NEWS
    8477%doc docs/en/mondorescue-howto.html docs/en/mondorescue-howto.pdf
    8578
     79<<<<<<< .working
    8680%attr(755,root,root) %{_sbindir}/*
    8781%attr(755,root,root) %{_datadir}/%{name}/restore-scripts/%{name}/*
     
    8983%attr(755,root,root) %{_datadir}/%{name}/post-nuke.sample/usr/bin/post-nuke
    9084%{_datadir}/%{name}/*
     85=======
     86%{_sbindir}/*
     87%{_datadir}/%{name}
     88>>>>>>> .merge-right.r575
    9189%{_mandir}/man8/*
    9290
Note: See TracChangeset for help on using the changeset viewer.