perl-util.spec 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. ##
  2. ## perl-util.spec -- OpenPKG RPM Specification
  3. ## Copyright (c) 2000-2002 Cable & Wireless Deutschland GmbH
  4. ## Copyright (c) 2000-2002 The OpenPKG Project <http://www.openpkg.org/>
  5. ## Copyright (c) 2000-2002 Ralf S. Engelschall <rse@engelschall.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. # versions of individual parts
  26. %define V_alias 2.32
  27. %define V_class_loader 2.02
  28. %define V_class_makemethods 1.005
  29. %define V_class_methodmaker 1.08
  30. %define V_class_returnvalue 0.40
  31. %define V_devel_stacktrace 1.02
  32. %define V_attribute_handlers 0.78
  33. %define V_params_validate 0.24
  34. # package information
  35. Name: perl-util
  36. Summary: Perl Modules for general utility usage
  37. URL: http://www.cpan.org/
  38. Vendor: Perl Community
  39. Packager: The OpenPKG Project
  40. Distribution: OpenPKG [BASE]
  41. Group: Language
  42. License: GPL/Artistic
  43. Version: 20021210
  44. Release: 20021210
  45. # list of sources
  46. Source0: http://www.cpan.org/modules/by-module/Alias/Alias-%{V_alias}.tar.gz
  47. Source1: http://www.cpan.org/modules/by-module/Class/Class-Loader-%{V_class_loader}.tar.gz
  48. Source2: http://www.cpan.org/modules/by-module/Class/Class-MakeMethods-%{V_class_makemethods}.tar.gz
  49. Source3: http://www.cpan.org/modules/by-module/Class/Class-MethodMaker-%{V_class_methodmaker}.tar.gz
  50. Source4: http://www.cpan.org/modules/by-module/Devel/Devel-StackTrace-%{V_devel_stacktrace}.tar.gz
  51. Source5: http://www.cpan.org/modules/by-module/Class/Class-ReturnValue-%{V_class_returnvalue}.tar.gz
  52. Source6: http://www.cpan.org/modules/by-module/Attribute/Attribute-Handlers-%{V_attribute_handlers}.tar.gz
  53. Source7: http://www.cpan.org/modules/by-module/Attribute/Params-Validate-%{V_params_validate}.tar.gz
  54. # build information
  55. Prefix: %{l_prefix}
  56. BuildRoot: %{l_buildroot}
  57. BuildPreReq: OpenPKG, openpkg >= 20020206, perl >= 5.8.0
  58. PreReq: OpenPKG, openpkg >= 20020206, perl >= 5.8.0
  59. AutoReq: no
  60. AutoReqProv: no
  61. %description
  62. Perl modules for general utility usage:
  63. - Alias (%{V_alias})
  64. - Class::Loader (%{V_class_loader})
  65. - Class::MakeMethods (%{V_class_makemethods})
  66. - Class::MethodMaker (%{V_class_methodmaker})
  67. - Class::ReturnValue (%{V_class_returnvalue})
  68. - Devel::StackTrace (%{V_devel_stacktrace})
  69. - Attribute::Handlers (%{V_attribute_handlers})
  70. - Params::Validate (%{V_params_validate})
  71. %prep
  72. %setup0 -q -c
  73. %setup1 -q -T -D -a 1
  74. %setup2 -q -T -D -a 2
  75. %setup3 -q -T -D -a 3
  76. %setup4 -q -T -D -a 4
  77. %setup5 -q -T -D -a 5
  78. %setup6 -q -T -D -a 6
  79. %setup6 -q -T -D -a 7
  80. %build
  81. %install
  82. # perform common prolog operations
  83. %{l_prefix}/bin/perl-openpkg prolog
  84. # build and install individual modules
  85. %{l_prefix}/bin/perl-openpkg install -d %{SOURCE0}
  86. %{l_prefix}/bin/perl-openpkg install -d %{SOURCE1}
  87. %{l_prefix}/bin/perl-openpkg install -d %{SOURCE2}
  88. %{l_prefix}/bin/perl-openpkg install -d %{SOURCE3}
  89. %{l_prefix}/bin/perl-openpkg install -d %{SOURCE4}
  90. %{l_prefix}/bin/perl-openpkg install -d %{SOURCE5}
  91. %{l_prefix}/bin/perl-openpkg install -d %{SOURCE6}
  92. %{l_prefix}/bin/perl-openpkg install -d %{SOURCE7}
  93. # perform common epilog operations
  94. %{l_prefix}/bin/perl-openpkg epilog
  95. %files -f files
  96. %clean
  97. rm -rf $RPM_BUILD_ROOT