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:
parent
ac46b5f4ba
commit
a9437c9a23
@ -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.
BIN
xCAT-client-2.0/share/doc/xCAT2.0.odt
Normal file
BIN
xCAT-client-2.0/share/doc/xCAT2.0.odt
Normal file
Binary file not shown.
BIN
xCAT-client-2.0/share/doc/xCAT2.0.pdf
Normal file
BIN
xCAT-client-2.0/share/doc/xCAT2.0.pdf
Normal file
Binary file not shown.
BIN
xCAT-client-2.0/share/doc/xCAT2onAIX.odt
Normal file
BIN
xCAT-client-2.0/share/doc/xCAT2onAIX.odt
Normal file
Binary file not shown.
BIN
xCAT-client-2.0/share/doc/xCAT2onAIX.pdf
Normal file
BIN
xCAT-client-2.0/share/doc/xCAT2onAIX.pdf
Normal file
Binary file not shown.
@ -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/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user