[LON-CAPA-cvs] cvs: modules /matthew/LON-CAPA_rpm LONCAPA-prerequisites.spec

matthew lon-capa-cvs@mail.lon-capa.org
Thu, 05 Aug 2004 19:14:45 -0000


matthew		Thu Aug  5 15:14:45 2004 EDT

  Added files:                 
    /modules/matthew/LON-CAPA_rpm	LONCAPA-prerequisites.spec 
  Log:
  Initial check in of functional spec file for LON-CAPA prerequisites.
  
  

Index: modules/matthew/LON-CAPA_rpm/LONCAPA-prerequisites.spec
+++ modules/matthew/LON-CAPA_rpm/LONCAPA-prerequisites.spec
Summary: Stub rpm to set up LONCAPA dependencies
Name: LONCAPA-prerequisites
Version: 1
Release: 1
License: GPL
Group: Applications/Internet
URL: www.loncapa.org
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: apache gd perl-GD perl-GD-Barcode perl-GDGraph perl-GD-Graph3d perl-GDTextUtil gnuplot ImageMagick ImageMagick-perl perl-suidperl mod_perl_1 mysql mysql-server perl-DBD-MySQL perl-DBI perl-Algorithm-Diff perl-Authen-Krb4 perl-Authen-Krb5 perl-Authen-PAM perl-Crypt-DES perl-Crypt-IDEA perl-Crypt-SSLeay perl-Event perl-HTML-Tree perl-IO-Socket-SSL perl-IO-stringy perl-MailTools perl-Math-Cephes perl-Math-FFT perl-Math-Random perl-Net-PH perl-Net-SNPP perl-Net-SSLeay perl-OLE-Storage_Lite perl-Parse-RecDescent perl-Pod-POM perl-PostScript-Simple perl-Safe-Hole perl-Spreadsheet-WriteExcel perl-String-Similarity perl-Text-Aspell perl-Text-Query perl-TimeDate perl-Time-HiRes aspell perl-IO-Socket-SSL perl-MIME-Lite perl-MIME-Types perl-LONCAPA-HTML-Parser 
Requires: apache <= 2.0
Conflicts: httpd php mod_throttle mod_bandwidth
Conflicts: mod_perl

%description
LONCAPA-prerequisites configures a system to run LON-CAPA.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
make PREFIX=$RPM_BUILD_ROOT%{_prefix}

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README


%changelog
* Thu Aug  5 2004  <matthew@kirk.lite.msu.edu> - 
- Initial build.