perl-DBD-SQLite-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. %define module DBD-SQLite
  2. %define name perl-%{module}
  3. %define version 1.14
  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.03
  14. BuildRequires: perl(DBI) >= 1.03
  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. * Fri May 02 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-1vl5
  50. - rebuild with perl 5.10
  51. - new versioning policy
  52. * Mon Mar 10 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-0vl1
  53. - rebuild for VineSeed
  54. - disable test
  55. * Sat Mar 08 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-0vl0.43
  56. - add Requires: perl(DBI) >= 1.03
  57. * Sun Mar 02 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-0vl0.42
  58. - new upstream release
  59. - built for Vine 4.2 testing
  60. * Sun Dec 17 2006 Guillaume Rousse <guillomovitch@mandriva.org> 1.13-2mdv2007.0
  61. + Revision: 98263
  62. - fix build dependencies
  63. * Sat Dec 16 2006 Guillaume Rousse <guillomovitch@mandriva.org> 1.13-1mdv2007.1
  64. + Revision: 98198
  65. - new version
  66. * Mon Aug 07 2006 Olivier Thauvin <nanardon@mandriva.org> 1.12-2mdv2007.0
  67. + Revision: 53730
  68. - rebuild
  69. - Import perl-DBD-SQLite
  70. * Thu Apr 13 2006 Guillaume Rousse <guillomovitch@mandriva.org> 1.12-1mdk
  71. - New release 1.12
  72. - better source URL
  73. - better buildrequires syntax
  74. * Tue Dec 20 2005 Guillaume Rousse <guillomovitch@mandriva.org> 1.11-1mdk
  75. - new version
  76. - fix directory ownership
  77. * Mon Sep 26 2005 Guillaume Rousse <guillomovitch@mandriva.org> 1.09-2mdk
  78. - rebuild to link against external library
  79. - spec cleanup
  80. - %%mkrel
  81. * Tue Jun 21 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.09-1mdk
  82. - 1.09
  83. - spec cleanups
  84. * Mon Mar 14 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.08-1mdk
  85. - new veresion 1.08
  86. * Mon Nov 15 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.07-2mdk
  87. - rebuild for new perl
  88. - remove README.urpmi
  89. * Thu Oct 14 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.07-1mdk
  90. - 1.07.
  91. * Tue Aug 10 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.03-1mdk
  92. - 1.03.
  93. - Remove patch 1.
  94. * Wed Jul 28 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.00-1mdk
  95. - 1.00, incompatible format with previous versions.
  96. - Remove MANIFEST, add README.update.urpmi.
  97. - Patch to prevent interactivity in Makefile.PL
  98. * Mon May 17 2004 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.31-2mdk
  99. - Fix compile FLAGS
  100. * Fri Nov 01 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.31-1mdk
  101. - first version of rpm.