mod_dav-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. %define min_apache_version 1.3.6
  2. %define configfile_sample httpd.conf.mod_dav
  3. Summary: A DAV module for Apache.
  4. Name: mod_dav
  5. Version: 1.0.3
  6. Release: 4vl1
  7. Group: System Environment/Daemons
  8. URL: http://www.webdav.org/mod_dav/
  9. Source0: http://www.webdav.org/mod_dav/mod_dav-%{version}-%{min_apache_version}.tar.gz
  10. Source99: %{configfile_sample}
  11. Distribution: Vine Linux
  12. Vendor: Project Vine
  13. Packager: IWAI Masaharu <iwaim@cc.mbn.or.jp>
  14. Copyright: Apache-style
  15. BuildRoot: %{_tmppath}/%{name}-root
  16. BuildPrereq: apache-devel
  17. Requires: apache
  18. %description
  19. mod_dav enables Apache to understand DAV protocol (extensions to
  20. HTTP). DAV stands for "Distributed Authoring and Versioning", and is
  21. defined by RFC 2518. DAV is intended to replace proprietary authoring
  22. protocols such as those used by Frontpage or NetObjects' Fusion, but
  23. is also a complete set of protocols for manipulating a webserver's
  24. files and directories, and their properties.
  25. %prep
  26. %setup -q -n %{name}-%{version}-%{min_apache_version}
  27. cp %{SOURCE99} httpd.conf.sample
  28. rm -rf ${RPM_BUILD_ROOT}
  29. %build
  30. %configure --with-apxs=%{_sbindir}/apxs
  31. make
  32. %install
  33. mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/apache
  34. install -m 755 libdav.so ${RPM_BUILD_ROOT}%{_libdir}/apache
  35. %clean
  36. rm -rf ${RPM_BUILD_ROOT}
  37. %files
  38. %defattr(-,root,root)
  39. %doc README CHANGES INSTALL LICENSE.html httpd.conf.sample sdbm util
  40. %{_libdir}/apache/libdav.so
  41. %changelog
  42. * Tue Nov 6 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp> 1.0.3-4vl1
  43. - upstream release
  44. - added sdbm and util directory in %%doc
  45. * Wed Aug 15 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp>
  46. - 1.0.2-4vl2
  47. - add sample for Apache Configuration file
  48. * Tue Aug 14 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp>
  49. - 1.0.2-4vl1
  50. - first release for VineLinux (based RedHat7.1 1.0.2-4)
  51. * Fri Dec 1 2000 Nalin Dahyabhai <nalin@redhat.com>
  52. - rebuild in new environment
  53. * Fri Nov 17 2000 Nalin Dahyabhai <nalin@redhat.com>
  54. - update to 1.0.2
  55. - depend on external expat-devel
  56. * Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
  57. - fix summary
  58. * Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
  59. - update to 1.0.1
  60. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  61. - automatic rebuild
  62. * Tue Jun 13 2000 Nalin Dahyabhai <nalin@redhat.com>
  63. - update to mod_dav-1.0.0 for the main distribution
  64. * Sun Jun 4 2000 Nalin Dahyabhai <nalin@redhat.com>
  65. - update to mod_dav-0.9.17 for Power Tools
  66. - add URL: tag
  67. - rename apache_version macro to min_apache_version
  68. - add defattr
  69. - remove outdated faq and readme
  70. * Mon Feb 28 2000 Nalin Dahyabhai <nalin@redhat.com>
  71. - rebuild for new Apache (release 2)
  72. * Thu Feb 24 2000 Nalin Dahyabhai <nalin@redhat.com>
  73. - upgraded to 0.9.15 for 3.2
  74. * Tue Sep 14 1999 Preston Brown <pbrown@redhat.com>
  75. - upgraded to 0.9.11.
  76. * Thu May 06 1999 Preston Brown <pbrown@redhat.com>
  77. - initial RPM for SWS 3.0