meta-ldap.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. ##
  2. ## meta-ldap.spec -- OpenPKG RPM Specification
  3. ## Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/>
  4. ## Copyright (c) 2000-2004 Ralf S. Engelschall <rse@engelschall.com>
  5. ## Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/>
  6. ##
  7. ## Permission to use, copy, modify, and distribute this software for
  8. ## any purpose with or without fee is hereby granted, provided that
  9. ## the above copyright notice and this permission notice appear in all
  10. ## copies.
  11. ##
  12. ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  13. ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  14. ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  15. ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  16. ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  17. ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  18. ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  19. ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  20. ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  21. ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  22. ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  23. ## SUCH DAMAGE.
  24. ##
  25. # package information
  26. Name: meta-ldap
  27. Summary: OpenPKG Meta Package: LDAP
  28. URL: -
  29. Vendor: The OpenPKG Project
  30. Packager: The OpenPKG Project
  31. Distribution: OpenPKG
  32. Class: EVAL
  33. Group: Meta
  34. License: -
  35. Version: 20040203
  36. Release: 20040203
  37. # package options
  38. %option with_perl yes
  39. %option with_x11 yes
  40. # build information
  41. Prefix: %{l_prefix}
  42. BuildRoot: %{l_buildroot}
  43. BuildPreReq: OpenPKG, openpkg >= 20040130
  44. PreReq: OpenPKG, openpkg >= 20040130
  45. PreReq: openldap
  46. PreReq: ldapdiff
  47. PreReq: ldapvi
  48. PreReq: cpu
  49. %if "%{with_perl}" == "yes"
  50. PreReq: perl-ldap
  51. %endif
  52. %if "%{with_x11}" == "yes"
  53. PreReq: gq
  54. %endif
  55. AutoReq: no
  56. AutoReqProv: no
  57. %description
  58. This is the OpenPKG Meta Package for LDAP. Installing this and its
  59. referenced packages ensures that all essential packages for working
  60. with LDAP are available on a particular platform.
  61. It references the following packages:
  62. openldap, ldapdiff, ldapvi, cpu, perl-ldap*, gq*
  63. %track
  64. prog meta-ldap = {
  65. disabled
  66. comment = "this is a meta-package without any vendor sources"
  67. url = http://www.openpkg.org/
  68. regex = .*
  69. }
  70. %prep
  71. %build
  72. %install
  73. %files
  74. %clean