perl-dbix.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. ##
  2. ## perl-dbix.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. # versions of individual parts
  26. %define V_dbix_dbschema 0.22
  27. %define V_dbix_datasource 0.02
  28. %define V_dbix_searchbuilder 0.97
  29. # package information
  30. Name: perl-dbix
  31. Summary: High Level Perl Modules on top of DBI
  32. URL: http://www.cpan.org/
  33. Vendor: Perl Community
  34. Packager: The OpenPKG Project
  35. Distribution: OpenPKG
  36. Class: BASE
  37. Group: Language
  38. License: GPL/Artistic
  39. Version: 20040213
  40. Release: 20040213
  41. # list of sources
  42. Source0: http://www.cpan.org/modules/by-module/DBIx/DBIx-DBSchema-%{V_dbix_dbschema}.tar.gz
  43. Source1: http://www.cpan.org/modules/by-module/DBIx/DBIx-DataSource-%{V_dbix_datasource}.tar.gz
  44. Source2: http://www.cpan.org/modules/by-module/DBIx/DBIx-SearchBuilder-%{V_dbix_searchbuilder}.tar.gz
  45. # build information
  46. Prefix: %{l_prefix}
  47. BuildRoot: %{l_buildroot}
  48. BuildPreReq: OpenPKG, openpkg >= 20040130, perl, perl-openpkg >= 20040126, perl-dbi, perl-util, perl-sys
  49. PreReq: OpenPKG, openpkg >= 20040130, perl, perl-openpkg >= 20040126, perl-dbi, perl-util, perl-sys
  50. AutoReq: no
  51. AutoReqProv: no
  52. %description
  53. Various modules for using the DBI API of Perl:
  54. - DBIx::DBSchema (%{V_dbix_dbschema})
  55. - DBIx::DataSource (%{V_dbix_datasource})
  56. - DBIx::SearchBuilder (%{V_dbix_searchbuilder})
  57. %track
  58. prog perl-dbix:DBIx-DataSource = {
  59. version = %{V_dbix_datasource}
  60. url = http://www.cpan.org/modules/by-module/DBIx/
  61. regex = DBIx-DataSource-(__VER__)\.tar\.gz
  62. }
  63. prog perl-dbix:DBIx-DBSchema = {
  64. version = %{V_dbix_dbschema}
  65. url = http://www.cpan.org/modules/by-module/DBIx/
  66. regex = DBIx-DBSchema-(__VER__)\.tar\.gz
  67. }
  68. prog perl-dbix:DBIx-SearchBuilder = {
  69. version = %{V_dbix_searchbuilder}
  70. url = http://www.cpan.org/modules/by-module/DBIx/
  71. regex = DBIx-SearchBuilder-(__VER__)\.tar\.gz
  72. }
  73. %prep
  74. %setup -q -c
  75. %setup -q -T -D -a 1
  76. %setup -q -T -D -a 2
  77. %build
  78. %install
  79. %{l_prefix}/bin/perl-openpkg prepare
  80. %{l_prefix}/bin/perl-openpkg -d %{SOURCE0} configure build install
  81. %{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build install
  82. %{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build install
  83. %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
  84. %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
  85. %files -f files
  86. %clean
  87. rm -rf $RPM_BUILD_ROOT