mod_gzip-vl.spec 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Summary: an Internet Content Accelerator module for Apache
  2. Name: mod_gzip
  3. Version: 1.3.26.1a
  4. Release: 0vl2
  5. License: Apache Software License
  6. Group: System Environment/Daemons
  7. URL: http://sourceforge.net/projects/mod-gzip/
  8. Source0: http://keihanna.dl.sourceforge.net/sourceforge/mod-gzip/%{name}-%{version}.tgz
  9. PreReq: apache-devel < 2
  10. BuildPreReq: apache-devel
  11. Buildroot: %{_tmppath}/%{name}-%{version}-root
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. %description
  15. mod_gzip is an Internet Content Acceleration module for the popular
  16. Apache Web Server.
  17. mod_gzip does NOT require ANY 'extra' software to be installed on the
  18. Client side. There is no 'Plug-in' or 'Client Proxy' of any kind. All
  19. you need is your current HTTP 1.1 compliant browser. All modern
  20. browsers released sinced early 1999 are already capable of receiving
  21. compressed Internet content via standard IETF Content Encoding if they
  22. are HTTP 1.1 compliant.
  23. %prep
  24. %setup -q
  25. %build
  26. make APXS=/usr/sbin/apxs
  27. %install
  28. rm -rf %{buildroot}
  29. mkdir -p %{buildroot}/usr/lib/apache
  30. install -s mod_gzip.so %{buildroot}/usr/lib/apache
  31. %clean
  32. rm -rf %{buildroot}
  33. %post
  34. /usr/sbin/apxs -e -S LIBEXECDIR=modules -a -n gzip mod_gzip.so 2> /dev/null
  35. %postun
  36. /usr/sbin/apxs -e -S LIBEXECDIR=modules -A -n gzip mod_gzip.so 2> /dev/null
  37. %files
  38. %defattr(-,root,root)
  39. %doc docs/manual docs/mod_gzip.conf.sample
  40. /usr/lib/apache/*
  41. %changelog
  42. * Wed May 5 2004 Nobuyuki Tsuchimura <tutimura@nn.iij4u.or.jp> 1.3.26.1a-0vl2
  43. - changed License to Apache Software License
  44. - added Apache version check (PreReq: apache-devel < 2)
  45. (Apache 2 includes mod_deflate)
  46. * Tue May 4 2004 Nobuyuki Tsuchimura <tutimura@nn.iij4u.or.jp> 1.3.26.1a-0vl1
  47. - updated to 1.3.26.1a
  48. * Thu Sep 06 2001 Toru Sagami <sagami@vinelinux.org>
  49. - 1.3.19.1a-0vl2: was ported to VineSeedPlus with minor spec fixes
  50. * Thu Jun 7 2001 Nobuyuki Tsuchimura <tutimura@nn.iij4u.or.jp>
  51. - 1st release