From: pschwan Date: Thu, 18 Jul 2002 22:46:19 +0000 (+0000) Subject: Split the documentation and sample config files into a separate lustre-doc RPM X-Git-Tag: 0.5.1~43 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a5449d39a91f8de2d9feb2cceb22894605ec0bcf;p=fs%2Flustre-release.git Split the documentation and sample config files into a separate lustre-doc RPM --- diff --git a/lustre/scripts/lustre.spec.in b/lustre/scripts/lustre.spec.in index 7ad50f1..e56da09 100644 --- a/lustre/scripts/lustre.spec.in +++ b/lustre/scripts/lustre.spec.in @@ -26,6 +26,14 @@ Group: Development/Kernel %description -n lustre-modules Lustre file System, server and network drivers for Linux %{kversion}. +%package -n lustre-doc +Summary: Documentation and sample configuration files +Group: Documentation +#BuildArch: noarch + +%description -n lustre-doc +Documentation and sample configuration files for Lustre + %package -n lustre-source Summary: Object-Based Disk storage driver source Group: Development/Kernel @@ -53,8 +61,6 @@ find . -print | cpio -ap $RPM_BUILD_ROOT/usr/src/lustre-%{version} %files -%attr(-, root, root) %doc COPYING FDL -%attr(-, root, root) %doc doc/lustre.pdf doc/lustre-HOWTO.txt %attr(-, root, root) /usr/sbin/obdctl %attr(-, root, root) /usr/sbin/lctl %attr(-, root, root) /usr/sbin/llsetup.sh @@ -64,6 +70,17 @@ find . -print | cpio -ap $RPM_BUILD_ROOT/usr/src/lustre-%{version} %attr(-, root, root) /etc/lustre/lustre.cfg %attr(-, root, root) /etc/init.d/lustre +%files -n lustre-doc +%attr(-, root, root) %doc COPYING FDL +%attr(-, root, root) %doc doc/lustre.pdf doc/lustre-HOWTO.txt +%attr(-, root, root) %doc tests/client-echo.cfg tests/client-mount.cfg +%attr(-, root, root) %doc tests/client-mount2.cfg +%attr(-, root, root) %doc tests/elan-client.cfg tests/elan-server.cfg +%attr(-, root, root) %doc tests/ldlm.cfg tests/lustre.cfg +%attr(-, root, root) %doc tests/mds.cfg tests/net-client.cfg +%attr(-, root, root) %doc tests/net-local.cfg tests/net-server.cfg +%attr(-, root, root) %doc tests/obdecho.cfg tests/obdfilter.cfg + %files -n lustre-modules %attr(-, root, root) %doc COPYING %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/extN.o