source: projects/specs/trunk/p/perl-DBM-Deep/perl-DBM-Deep-vl.spec @ 5859

Revision 5859, 3.3 KB checked in by shaolin, 12 years ago (diff)
  • new packages
Line 
1Name:           perl-DBM-Deep
2Version:        2.0004
3Release:        1%{?_dist_release}
4Summary:        A pure perl multi-level hash/array DBM
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/DBM-Deep/
8Source0:        http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz
9BuildArch:      noarch
10BuildRequires:  perl(Digest::MD5)
11BuildRequires:  perl(Module::Build)
12BuildRequires:  perl(Test::Exception)
13BuildRequires:  perl(Test::Deep)
14BuildRequires:  perl(Test::Warn)
15BuildRequires:  perl(DBD::mysql)
16BuildRequires:  perl(FileHandle::Fmode)
17Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
18
19# not automatically detected
20Requires:       perl(Digest::MD5)
21
22%description
23A unique flat-file database module, written in pure perl. True multi-level
24hash/array support (unlike MLDBM, which is faked), hybrid OO / tie()
25interface, cross-platform FTPable files, and quite fast. Can handle
26millions of keys and unlimited hash levels without significant slow-down.
27Written from the ground-up in pure perl -- this is NOT a wrapper around a
28C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and Windows.
29
30%prep
31%setup -q -n DBM-Deep-%{version}
32
33%build
34export PERL_MM_USE_DEFAULT=1
35%{__perl} Build.PL installdirs=vendor
36./Build
37
38%install
39rm -rf %{buildroot}
40
41./Build install destdir=%{buildroot} create_packlist=0
42find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null \;
43
44chmod -R u+rwX,go+rX,go-w %{buildroot}/*
45
46%check
47LONG_TESTS=1 ./Build test
48
49%files
50%doc Changes README
51%{perl_vendorlib}/*
52%{_mandir}/man3/*
53
54%changelog
55* Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.0004-1
56- initial build for Vine Linux
57
58* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0004-3
59- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
60
61* Sun Oct 09 2011 Iain Arnell <iarnell@gmail.com> 2.0004-2
62- R/BR perl(Digest::MD5)
63
64* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.0004-1
65- update to 2.004
66- clean spec, add BR Test::Deep, Test::Warn
67
68* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.983-12
69- Perl mass rebuild
70
71* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.983-11
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
73
74* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.983-10
75- 661697 rebuild for fixing problems with vendorach/lib
76
77* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.983-9
78- Mass rebuild with perl-5.12.0
79
80* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.983-7
81- Mass rebuild with perl-5.12.0
82
83* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.983-6
84- rebuild against perl 5.10.1
85
86* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.983-5
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
88
89* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.983-4
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
91
92* Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.983-3
93- rebuild for new perl
94
95* Fri Sep 08 2006 Andreas Thienemann <andreas@bawue.net> - 0.983-2
96- FE6 Rebuild
97
98* Thu Apr 27 2006 Andreas Thienemann <andreas@bawue.net> 0.983-1
99- Specfile autogenerated by cpanspec 1.64.
100- Cleaned up for FE
Note: See TracBrowser for help on using the repository browser.