Changeset 403 in MondoRescue for trunk/mondo/distributions/rpm/mondo.spec


Ignore:
Timestamp:
Feb 18, 2006, 2:42:20 PM (18 years ago)
Author:
bcornec
Message:

merge -r397:402 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/distributions/rpm/mondo.spec

    r388 r403  
    3232%endif
    3333
    34 #%package xmondo
    35 #Summary:   A QT based graphical front end for %{name}
    36 #Group:     Applications/Archiving
    37 #Requires:  %{name} = %{version}-${release}, qt, kdelibs
    38 #
    39 #%package %{name}-devel
    40 #Summary:   Header files for building against Mondo
    41 #%if %is_mandrake
    42 #Group:     Development/Libraries
    43 #%endif
    44 #if %is_redhat
    45 #Group:     Development/Other
    46 #%endif
    47 #Provides: libmondo-devel mondo-devel
    48 #Obsoletes: libmondo-devel
    49 #
    50 #%description -n %{name}-devel
    51 #Mondo libraries and includes
    52 
    5334%description
    5435Mondo is a GPL disaster recovery solution to create backup media (CD, DVD, tape, network images) that can be used to redeploy the damaged system, as well as deploy similar or less similar systems.
     
    7455con cintas y NFS, tambien.
    7556
    76 #%description xmondo
    77 #Xmondo is a QT based graphical frontend to mondoarchive.  It can help you
    78 #set up a backup by following onscreen prompts.
    79 
     57%debug_package
    8058%prep
    8159%setup -q -n %name-%{version}
    8260
    8361%build
    84 %configure %{!?_without_xmondo:--with-x11}
     62%configure
    8563%{__make} VERSION=%{version} CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT"
    8664
     
    10684%doc ChangeLog svn.log
    10785%doc INSTALL COPYING README TODO AUTHORS NEWS
     86%doc docs/en/mondorescue-howto.html docs/en/mondorescue-howto.pdf
    10887
    10988%attr(755,root,root) %{_sbindir}/*
     
    11291%{_mandir}
    11392
    114 #%{!?_without_xmondo:%files xmondo}
    115 #%{!?_without_xmondo:%{_sbindir}/xmondo}
    116 #%{!?_without_xmondo:%{_libdir}/libXmondo-%{libversion}.so}
    117 #%{!?_without_xmondo:%{_libdir}/libXmondo.so}
    118 #%{!?_without_xmondo:%{_datadir}/mondo/mondo.png}
    119 
    12093%changelog
     94* Fri Feb 17 2006 Bruno Cornec <bcornec@users.berlios.de> 2.0.7
     95- Updated to 2.0.7
     96- RPM sepc files are now generated
     97
    12198* Fri Nov 05 2005 Bruno Cornec <bcornec@users.berlios.de> 1.05
    12299- ia64 is now working
Note: See TracChangeset for help on using the changeset viewer.