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


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

Same for mondo: setup modes correctly in SVN and get rid of %attr an %defattr in spec files to get correct packages

File:
1 edited

Legend:

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

    r556 r567  
    3737%install
    3838%{__rm} -rf $RPM_BUILD_ROOT
    39 %{__make} -f Makefile.man install INSTALLDIR=$RPM_BUILDROOT/$RPM_DOC_DIR/%name-%{version}
    40 %{__make} -f Makefile.howto install INSTALLDIR=$RPM_BUILDROOT/$RPM_DOC_DIR/%name-%{version}
     39%{__make} -f Makefile.man install INSTALLDIR=${RPM_BUILDROOT}/${RPM_DOC_DIR}/%{name}-%{version}
     40%{__make} -f Makefile.howto install INSTALLDIR=${RPM_BUILDROOT}/${RPM_DOC_DIR}/%{name}-%{version}
    4141
    4242%clean
     
    4444
    4545%files
    46 %defattr(644,root,root,755)
    4746%doc svn.log
    48 %doc
     47%doc mindi.8 mondoarchive.8 mondorestore.8
     48%doc mondorescue-howto.html mondorescue-howto.pdf mondorescue-howto.ps mondorescue-howto.rtf mondorescue-howto.txt mondorescue-howto/ images/
    4949
    5050%changelog
Note: See TracChangeset for help on using the changeset viewer.