Summary: An apache module that integrates cvs Name: mod_cvs Version: 0.5.91 Release: 1 License: AFL Group: System Environment/Daemons Source0: http://resare.com/noa/mod_cvs/dist/mod_cvs-%{version}.tar.gz Source1: 0mod_cvs.conf URL: http://resare.com/noa/mod_cvs/ Requires: httpd, cvs BuildRequires: httpd-devel Buildroot: %{_tmppath}/%{name}-root %description Smart integration of apache and cvs %prep %setup %build ./configure make %install make install DESTDIR=${RPM_BUILD_ROOT} mkdir -p $RPM_BUILD_ROOT/etc/httpd/conf.d cp 0mod_cvs.conf $RPM_BUILD_ROOT/etc/httpd/conf.d/0mod_cvs.conf %files %defattr(-,root,root) %doc README doc/*.html %{_libdir}/httpd/modules/mod_cvs.so %{_sysconfdir}/httpd/conf.d/0mod_cvs.conf %changelog * Sat Dec 13 2003 Noa Resare - generic spec file file