|
From: Jeff S. <jsq...@us...> - 2002-10-27 13:23:40
|
Update of /cvsroot/env-switcher/modules-oscar/dist
In directory usw-pr-cvs1:/tmp/cvs-serv14862
Modified Files:
modules-oscar.spec
Log Message:
Ensure to copy the LICENSE.OSCAR and AUTHORS.OSCAR file over when
building the RPM.
Index: modules-oscar.spec
===================================================================
RCS file: /cvsroot/env-switcher/modules-oscar/dist/modules-oscar.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** modules-oscar.spec 27 Oct 2002 13:13:13 -0000 1.12
--- modules-oscar.spec 27 Oct 2002 13:23:35 -0000 1.13
***************
*** 134,140 ****
%__mkdir_p %{_moddir}/oscar-modulefiles
! # Install the README.OSCAR file
srcdir="$RPM_BUILD_DIR/modules-oscar-@MORPM_VERSION@"
%__cp $srcdir/README.OSCAR .
# Install the "oscar" module and set its default
--- 134,142 ----
%__mkdir_p %{_moddir}/oscar-modulefiles
! # Install the *.OSCAR files
srcdir="$RPM_BUILD_DIR/modules-oscar-@MORPM_VERSION@"
%__cp $srcdir/README.OSCAR .
+ %__cp $srcdir/LICENSE.OSCAR .
+ %__cp $srcdir/AUTHORS.OSCAR .
# Install the "oscar" module and set its default
|