File:  [LON-CAPA] / loncom / build / customizerpm.xml
Revision 1.1: download - view: text, annotated - select for diffs
Tue Jan 8 23:53:02 2002 UTC (22 years, 5 months ago) by harris41
Branches: MAIN
CVS tags: stable_2002_spring, HEAD
defining variables to construct better RPMs with make_rpm.pl; this
also allows make_rpm.pl to be more independent of things unrelated
to making an rpm

    1: <vendor>
    2: Laboratory for Instructional Technology Education, Division of
    3: Science and Mathematics Education, Michigan State University.
    4: </vendor>
    5: <summary>Files for the <tag /> component of LON-CAPA</summary>
    6: <name>LON-CAPA-<tag /></name>
    7: <copyright>Michigan State University patents may apply.</copyright>
    8: <group>Utilities/System</group>
    9: <AutoReqProv>no</AutoReqProv>
   10: <requires tag='setup'>
   11: <item>PreReq: setup</item>
   12: <item>PreReq: passwd</item>
   13: <item>PreReq: util-linux</item>
   14: </requires>
   15: <requires tag='base'>
   16: <item>PreReq: LON-CAPA-setup</item>
   17: <item>PreReq: apache</item>
   18: <item>PreReq: /etc/httpd/conf/access.conf</item>
   19: </requires>
   20: <requires>
   21: <item>Requires: LON-CAPA-base</item>
   22: </requires>
   23: <description>
   24: This package is automatically generated by the make_rpm.pl perl
   25: script (written by the LON-CAPA development team, www.lon-capa.org,
   26: Scott Harrison). This implements the <tag /> component for LON-CAPA.
   27: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
   28: </description>
   29: <pre>
   30: echo "***********************************************************************"
   31: echo "LON-CAPA  LearningOnline with CAPA"
   32: echo "http://www.lon-capa.org/"
   33: echo " "
   34: echo "Laboratory for Instructional Technology Education"
   35: echo "Michigan State University"
   36: echo " "
   37: echo "** Michigan State University patents may apply **"
   38: echo " "
   39: echo "This installation assumes an installation of Redhat 6.2"
   40: echo " "
   41: echo "The server computer should be currently connected to the ethernet"
   42: echo " "
   43: echo "The files in this package are only those for the <tag /> component."
   44: echo "***********************************************************************"
   45: </pre>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>