Ignore:
Timestamp:
May 18, 2006, 12:40:32 AM (18 years ago)
Author:
bcornec
Message:

Build process in 3 steps:

svn2build creates tar files from SVN (works mostly)
build2pkg creates packages from tar files (works mostly)
build2qemu (has to be created from mkqemu) will create packages for all supported virtuel machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo-doc/distributions/rpm/mondo-doc.spec

    r543 r553  
    33#
    44
    5 %define name    mondo-doc
    6 %define version VVV
    7 %define mrel    RRR
    85# if mandriva official build (rpm --with is_official)
    96%{?is_official:%define rel %{mkrel} %{mrel}}%{!?is_official:%define rel %{mrel}}
    10 %define src     SSS
    11 %define grp     GRP
    12 %define addreq  DDD
    13 %define rel     %{mrel}
     7%define rel     RRR
    148
    159Summary:    Documentation for Mondo Rescue
    1610Summary(fr):    Documentation pour Mondo Rescue
    1711
    18 Name:       %{name}
    19 Version:    %{version}
     12Name:       mondo-doc
     13Version:    VVV
    2014Release:    %{rel}
    2115License:    GPL
    22 Group:      %{grp}
     16Group:      GRP
    2317Url:        http://www.mondorescue.org
    24 Source:     %{src}
     18Source:     SSS
    2519BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    2620BuildRequires:  docbook-utils
    27 Epoch:      %(echo EEE | cut -d- -f1 | sed "s~M~~")
    28 OBS
    2921
    3022%description
Note: See TracChangeset for help on using the changeset viewer.