Changed the cookbooks to openoffice format and moved them to the client pkg

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@757 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2008-03-11 14:57:56 +00:00
parent ac46b5f4ba
commit a9437c9a23
10 changed files with 9 additions and 11 deletions

View File

@ -52,15 +52,6 @@ cp -r xCAT/* $RPM_BUILD_ROOT/%{prefix}/lib/perl/xCAT/
chmod 644 $RPM_BUILD_ROOT/%{prefix}/lib/perl/xCAT/*
chmod 644 $RPM_BUILD_ROOT/%{prefix}/lib/perl/xCAT/data/*
%ifos linux
cp xCAT2.0.doc $RPM_BUILD_ROOT/%{prefix}/share/doc
cp xCAT2.0.pdf $RPM_BUILD_ROOT/%{prefix}/share/doc
%else
cp xCAT2onAIX.doc $RPM_BUILD_ROOT/%{prefix}/share/doc
cp xCAT2onAIX.pdf $RPM_BUILD_ROOT/%{prefix}/share/doc
%endif
chmod 644 $RPM_BUILD_ROOT/%{prefix}/share/doc/*
cp LICENSE.html $RPM_BUILD_ROOT/%{prefix}/share/doc/packages/perl-xCAT
chmod 644 $RPM_BUILD_ROOT/%{prefix}/share/doc/packages/perl-xCAT/*
@ -81,8 +72,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-, root, root)
#%doc LICENSE.html
#%doc README
#%doc xCAT2.0.doc
#%doc xCAT2.0.pdf
# Just package everything that has been copied into RPM_BUILD_ROOT
%{prefix}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -65,6 +65,15 @@ chmod 444 $RPM_BUILD_ROOT/%{prefix}/share/man/man5/*
# cp share/man/man8/* $RPM_BUILD_ROOT/%{prefix}/share/man/man8
# chmod 444 $RPM_BUILD_ROOT/%{prefix}/share/man/man8/*
%ifos linux
cp share/doc/xCAT2.0.odt $RPM_BUILD_ROOT/%{prefix}/share/doc
cp share/doc/xCAT2.0.pdf $RPM_BUILD_ROOT/%{prefix}/share/doc
%else
cp share/doc/xCAT2onAIX.odt $RPM_BUILD_ROOT/%{prefix}/share/doc
cp share/doc/xCAT2onAIX.pdf $RPM_BUILD_ROOT/%{prefix}/share/doc
%endif
chmod 644 $RPM_BUILD_ROOT/%{prefix}/share/doc/*
cp LICENSE.html $RPM_BUILD_ROOT/%{prefix}/share/doc/packages/xCAT-client
chmod 644 $RPM_BUILD_ROOT/%{prefix}/share/doc/packages/xCAT-client/*