perl-DBD-SQLite-vl.spec 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. %define module DBD-SQLite
  2. %define name perl-%{module}
  3. %define version 1.31
  4. %define release 1%{_dist_release}
  5. Name: %{name}
  6. Version: %{version}
  7. Release: %{release}
  8. Summary: Self Contained RDBMS in a DBI Driver
  9. License: GPL
  10. URL: http://search.cpan.org/dist/%{module}/
  11. Source: ftp://ftp.perl.org/pub/CPAN/modules/by-module/DBD/%{module}-%{version}.tar.gz
  12. Group: Development/Languages
  13. Requires: perl(DBI) >= 1.57
  14. BuildRequires: perl(DBI) >= 1.57
  15. BuildRequires: sqlite3-devel
  16. Buildroot: %{_tmppath}/%{name}-%{version}
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. %description
  20. SQLite is a small fast embedded SQL database engine.
  21. DBD::SQLite embeds that database engine into a DBD driver, so
  22. if you want a relational database for your project, but don't
  23. want to install a large RDBMS system like MySQL or PostgreSQL,
  24. then DBD::SQLite may be just what you need.
  25. It supports quite a lot of features, such as transactions (atomic
  26. commit and rollback), indexes, DBA-free operation, a large subset
  27. of SQL92 supported, and more.
  28. #'
  29. %prep
  30. %setup -q -n %{module}-%{version}
  31. %build
  32. CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
  33. %{__make}
  34. # %check
  35. # %{__make} test
  36. %install
  37. rm -rf %{buildroot}
  38. %makeinstall
  39. rm -f %{buildroot}%{perl_vendorarch}/auto/*/*/.packlist
  40. %clean
  41. rm -rf %{buildroot}
  42. %files
  43. %defattr(-,root,root)
  44. %doc README* Changes
  45. %{perl_vendorarch}/DBD
  46. %{perl_vendorarch}/auto/DBD
  47. %{_mandir}/*/*
  48. %changelog
  49. * Thu Mar 31 2011 IWAI, Masaharu <iwai@alib.jp> 1.31-1
  50. - new upstream release
  51. - update {Build,}Requires: perl-DBI version: sync upstream
  52. * Fri May 02 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-1vl5
  53. - rebuild with perl 5.10
  54. - new versioning policy
  55. * Mon Mar 10 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-0vl1
  56. - rebuild for VineSeed
  57. - disable test
  58. * Sat Mar 08 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-0vl0.43
  59. - add Requires: perl(DBI) >= 1.03
  60. * Sun Mar 02 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-0vl0.42
  61. - new upstream release
  62. - built for Vine 4.2 testing
  63. * Sun Dec 17 2006 Guillaume Rousse <guillomovitch@mandriva.org> 1.13-2mdv2007.0
  64. + Revision: 98263
  65. - fix build dependencies
  66. * Sat Dec 16 2006 Guillaume Rousse <guillomovitch@mandriva.org> 1.13-1mdv2007.1
  67. + Revision: 98198
  68. - new version
  69. * Mon Aug 07 2006 Olivier Thauvin <nanardon@mandriva.org> 1.12-2mdv2007.0
  70. + Revision: 53730
  71. - rebuild
  72. - Import perl-DBD-SQLite
  73. * Thu Apr 13 2006 Guillaume Rousse <guillomovitch@mandriva.org> 1.12-1mdk
  74. - New release 1.12
  75. - better source URL
  76. - better buildrequires syntax
  77. * Tue Dec 20 2005 Guillaume Rousse <guillomovitch@mandriva.org> 1.11-1mdk
  78. - new version
  79. - fix directory ownership
  80. * Mon Sep 26 2005 Guillaume Rousse <guillomovitch@mandriva.org> 1.09-2mdk
  81. - rebuild to link against external library
  82. - spec cleanup
  83. - %%mkrel
  84. * Tue Jun 21 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.09-1mdk
  85. - 1.09
  86. - spec cleanups
  87. * Mon Mar 14 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.08-1mdk
  88. - new veresion 1.08
  89. * Mon Nov 15 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.07-2mdk
  90. - rebuild for new perl
  91. - remove README.urpmi
  92. * Thu Oct 14 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.07-1mdk
  93. - 1.07.
  94. * Tue Aug 10 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.03-1mdk
  95. - 1.03.
  96. - Remove patch 1.
  97. * Wed Jul 28 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.00-1mdk
  98. - 1.00, incompatible format with previous versions.
  99. - Remove MANIFEST, add README.update.urpmi.
  100. - Patch to prevent interactivity in Makefile.PL
  101. * Mon May 17 2004 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.31-2mdk
  102. - Fix compile FLAGS
  103. * Fri Nov 01 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.31-1mdk
  104. - first version of rpm.