[BACK]Return to failsafedocs.spec CVS log [TXT][DIR] Up to [Development] / projects / failsafe / FailSafe-books

File: [Development] / projects / failsafe / FailSafe-books / failsafedocs.spec (download)

Revision 1.1, Sun Aug 6 01:04:49 2000 UTC (17 years, 2 months ago) by scotth
Branch: MAIN

books/sgi-failsafedocs.spec 1.1 Renamed to books/failsafedocs.spec

Name: sgi-failsafedocs
Summary: Linux FailSafe 1.0 documentation
Version: 1.0
Release: 1
Copyright: Copyright 2000 Silicon Graphics, Inc., All rights reserved.
Group: Documentation

Source: sgi-failsafedocs.tar.gz
BuildArchitectures: noarch
BuildRoot: /var/tmp/%{name}-root/books

%description
Linux FailSafe 1.0 documentation

%package print
Summary: print formats for Linux FailSafe 1.0 docs (pdf/postscript)
Version: 1.0
Release: 1
Copyright: Copyright 2000 Silicon Graphics, Inc., All rights reserved.
Group: Documentation
%description print
Contains print formats for Linux FailSafe 1.0 docs (pdf/postscript)

%package sgml
Summary: SGML source for Linux FailSafe 1.0 docs
Version: 1.0
Release: 1
Copyright: Copyright 2000 Silicon Graphics, Inc., All rights reserved.
Group: Documentation
%description sgml
Contains SGML source files for Linux FailSafe 1.0 docs

%prep
%setup -q -n books

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
tar cBf - usr | (cd $RPM_BUILD_ROOT && tar xBf -)

%clean
make clean
rm -rf $RPM_BUILD_ROOT

%files -f html_targets.auto
%postun
find /usr/doc/sgi -depth -type d | xargs rmdir 2>&- || true

%files print -f print_targets.auto
%postun print
find /usr/doc/sgi -depth -type d | xargs rmdir 2>&- || true

%files sgml -f sgml_targets.auto
%postun sgml
find /usr/doc/sgi -depth -type d | xargs rmdir 2>&- || true

%changelog