Changeset 755 in MondoRescue for branches/stable/mondo-doc


Ignore:
Timestamp:
Aug 7, 2006, 1:15:58 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • Use _defaultdocdir instead of RPM_DOC_DIR for doc built
  • %doc in spec files reviewed
  • Log file for all build scripts
  • Fix a bug for ebuild
  • src file is now name-verion.tar.gz (without TAG)
  • deb pkgs should now be copied on ftp server
  • Fix 2 warnings in mondo
  • Fix a bug introduced for LVM on Debian hopefully
  • Fix a bug on old distros where mktemp needs a template
File:
1 edited

Legend:

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

    r722 r755  
    3232%install
    3333%{__rm} -rf $RPM_BUILD_ROOT
    34 %{__make} -f Makefile.man install INSTALLDIR=${RPM_BUILD_ROOT}/${RPM_DOC_DIR}/%{name}-%{version}
    35 %{__make} -f Makefile.howto install INSTALLDIR=${RPM_BUILD_ROOT}/${RPM_DOC_DIR}/%{name}-%{version}
     34%{__make} -f Makefile.man install INSTALLDIR=${RPM_BUILD_ROOT}/%{_defaultdocdir}/%{name}-%{version}
     35%{__make} -f Makefile.howto install INSTALLDIR=${RPM_BUILD_ROOT}/%{_defaultdocdir}/%{name}-%{version}
    3636
    3737%clean
     
    4040%files
    4141%defattr(-,root,root)
    42 %doc svn.log
    43 %doc mindi.8 mondoarchive.8 mondorestore.8
    44 %doc mindi.8.html mindi.8.txt mindi.8.ps mindi.8.pdf
    45 %doc mondoarchive.8.html mondoarchive.8.txt mondoarchive.8.ps mondoarchive.8.pdf
    46 %doc mondorestore.8.html mondorestore.8.txt mondorestore.8.ps mondorestore.8.pdf
    47 %doc mondorescue-howto.html mondorescue-howto.pdf mondorescue-howto.ps mondorescue-howto.rtf mondorescue-howto.txt mondorescue-howto/ images/
     42%doc %{_defaultdocdir}/%{name}-%{version}
    4843
    4944%changelog
Note: See TracChangeset for help on using the changeset viewer.