perl-ds.spec 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. ##
  2. ## perl-ds.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 versions
  26. %define V_perl 5.8.5
  27. %define V_bit_vector 6.3
  28. %define V_set_scalar 1.19
  29. %define V_io_string 1.05
  30. %define V_io_stringy 2.109
  31. %define V_tie_ixhash 1.21
  32. %define V_tree_dag_node 1.04
  33. %define V_tree_nary 1.3
  34. %define V_tree_simple 1.10
  35. %define V_tree_trie 1.0
  36. %define V_tree_bptree 1.06
  37. %define V_array_window 0.4
  38. %define V_array_each 0.02
  39. %define V_array_sort 0.02
  40. # package information
  41. Name: perl-ds
  42. Summary: Perl Modules for use with data structures
  43. URL: http://www.cpan.org/
  44. Vendor: Perl Community
  45. Packager: The OpenPKG Project
  46. Distribution: OpenPKG
  47. Class: BASE
  48. Group: Language
  49. License: GPL/Artistic
  50. Version: %{V_perl}
  51. Release: 20040919
  52. # list of sources
  53. Source0: http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
  54. Source1: http://www.cpan.org/modules/by-module/Set/Set-Scalar-%{V_set_scalar}.tar.gz
  55. Source2: http://www.cpan.org/modules/by-module/IO/IO-String-%{V_io_string}.tar.gz
  56. Source3: http://www.cpan.org/modules/by-module/IO/IO-stringy-%{V_io_stringy}.tar.gz
  57. Source4: http://www.cpan.org/modules/by-module/Tie/Tie-IxHash-%{V_tie_ixhash}.tar.gz
  58. Source5: http://www.cpan.org/modules/by-module/Tree/Tree-DAG_Node-%{V_tree_dag_node}.tar.gz
  59. Source6: http://www.cpan.org/modules/by-module/Tree/Tree-Nary-%{V_tree_nary}.tar.gz
  60. Source7: http://www.cpan.org/modules/by-module/Tree/Tree-Simple-%{V_tree_simple}.tar.gz
  61. Source8: http://www.cpan.org/modules/by-module/Tree/Tree-Trie-%{V_tree_trie}.tar.gz
  62. Source9: http://www.cpan.org/modules/by-module/Tree/Tree-BPTree-%{V_tree_bptree}.tar.gz
  63. Source10: http://www.cpan.org/modules/by-module/Array/Array-Window-%{V_array_window}.tar.gz
  64. Source11: http://www.cpan.org/modules/by-module/Array/Array-Each-%{V_array_each}.tar.gz
  65. Source12: http://www.cpan.org/modules/by-module/Array/Array-Sort-%{V_array_sort}.tar.gz
  66. # build information
  67. Prefix: %{l_prefix}
  68. BuildRoot: %{l_buildroot}
  69. BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126
  70. PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
  71. AutoReq: no
  72. AutoReqProv: no
  73. %description
  74. Perl modules for use with data structures:
  75. - Bit::Vector (%{V_bit_vector})
  76. - Set::Scalar (%{V_set_scalar})
  77. - IO::String (%{V_io_string})
  78. - IO::stringy (%{V_io_stringy})
  79. - Tie::IxHash (%{V_tie_ixhash})
  80. - Tree::DAG_Node (%{V_tree_dag_node})
  81. - Tree::Nary (%{V_tree_nary})
  82. - Tree::Simple (%{V_tree_simple})
  83. - Tree::Trie (%{V_tree_trie})
  84. - Tree::BPTree (%{V_tree_bptree})
  85. - Array::Window (%{V_array_window})
  86. - Array::Each (%{V_array_each})
  87. - Array::Sort (%{V_array_sort})
  88. %track
  89. prog perl-ds:Bit-Vector = {
  90. version = %{V_bit_vector}
  91. url = http://www.cpan.org/modules/by-module/Bit/
  92. regex = Bit-Vector-(__VER__)\.tar\.gz
  93. }
  94. prog perl-ds:IO-String = {
  95. version = %{V_io_string}
  96. url = http://www.cpan.org/modules/by-module/IO/
  97. regex = IO-String-(__VER__)\.tar\.gz
  98. }
  99. prog perl-ds:IO-stringy = {
  100. version = %{V_io_stringy}
  101. url = http://www.cpan.org/modules/by-module/IO/
  102. regex = IO-stringy-(__VER__)\.tar\.gz
  103. }
  104. prog perl-ds:Set-Scalar = {
  105. version = %{V_set_scalar}
  106. url = http://www.cpan.org/modules/by-module/Set/
  107. regex = Set-Scalar-(__VER__)\.tar\.gz
  108. }
  109. prog perl-ds:Tie-IxHash = {
  110. version = %{V_tie_ixhash}
  111. url = http://www.cpan.org/modules/by-module/Tie/
  112. regex = Tie-IxHash-(__VER__)\.tar\.gz
  113. }
  114. prog perl-ds:Tree-DAG_Node = {
  115. version = %{V_tree_dag_node}
  116. url = http://www.cpan.org/modules/by-module/Tree/
  117. regex = Tree-DAG_Node-(__VER__)\.tar\.gz
  118. }
  119. prog perl-ds:Tree-Nary = {
  120. version = %{V_tree_nary}0
  121. url = http://www.cpan.org/modules/by-module/Tree/
  122. regex = Tree-Nary-(__VER__)\.tar\.gz
  123. transform = "s/^(\\d+\\.\\d)$/${1}0/; $_"
  124. }
  125. prog perl-ds:Tree-Simple = {
  126. version = %{V_tree_simple}
  127. url = http://www.cpan.org/modules/by-module/Tree/
  128. regex = Tree-Simple-(__VER__)\.tar\.gz
  129. }
  130. prog perl-ds:Tree-Trie = {
  131. version = %{V_tree_trie}
  132. url = http://www.cpan.org/modules/by-module/Tree/
  133. regex = Tree-Trie-(__VER__)\.tar\.gz
  134. }
  135. prog perl-ds:Tree-BPTree = {
  136. version = %{V_tree_bptree}
  137. url = http://www.cpan.org/modules/by-module/Tree/
  138. regex = Tree-BPTree-(__VER__)\.tar\.gz
  139. }
  140. prog perl-ds:Array-Window = {
  141. version = %{V_array_window}
  142. url = http://www.cpan.org/modules/by-module/Array/
  143. regex = Array-Window-(__VER__)\.tar\.gz
  144. }
  145. prog perl-ds:Array-Each = {
  146. version = %{V_array_each}
  147. url = http://www.cpan.org/modules/by-module/Array/
  148. regex = Array-Each-(__VER__)\.tar\.gz
  149. }
  150. prog perl-ds:Array-Sort = {
  151. version = %{V_array_sort}
  152. url = http://www.cpan.org/modules/by-module/Array/
  153. regex = Array-Sort-(__VER__)\.tar\.gz
  154. }
  155. %prep
  156. %setup -q -c
  157. %setup -q -T -D -a 1
  158. %setup -q -T -D -a 2
  159. %setup -q -T -D -a 3
  160. %setup -q -T -D -a 4
  161. %setup -q -T -D -a 5
  162. %setup -q -T -D -a 6
  163. %setup -q -T -D -a 7
  164. %setup -q -T -D -a 8
  165. %setup -q -T -D -a 9
  166. %setup -q -T -D -a 10
  167. %setup -q -T -D -a 11
  168. %setup -q -T -D -a 12
  169. %build
  170. %install
  171. rm -rf $RPM_BUILD_ROOT
  172. %{l_prefix}/bin/perl-openpkg prepare
  173. %{l_prefix}/bin/perl-openpkg -d %{SOURCE0} configure build install
  174. %{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build install
  175. %{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build install
  176. %{l_prefix}/bin/perl-openpkg -d %{SOURCE3} configure build install
  177. %{l_prefix}/bin/perl-openpkg -d %{SOURCE4} configure build install
  178. %{l_prefix}/bin/perl-openpkg -d %{SOURCE5} configure build install
  179. %{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install
  180. %{l_prefix}/bin/perl-openpkg -d %{SOURCE7} configure build install
  181. %{l_prefix}/bin/perl-openpkg -d %{SOURCE8} configure build install
  182. %{l_prefix}/bin/perl-openpkg -d %{SOURCE9} configure build install
  183. %{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
  184. %{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install
  185. %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
  186. %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
  187. %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
  188. %files -f files
  189. %clean
  190. rm -rf $RPM_BUILD_ROOT