rpms/perl-DBM-Deep/devel perl-DBM-Deep.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Fri Apr 28 02:42:22 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/perl-DBM-Deep/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2890/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-DBM-Deep.spec 
Log Message:
auto-import perl-DBM-Deep-0.983-1 on branch devel from perl-DBM-Deep-0.983-1.src.rpm


--- NEW FILE perl-DBM-Deep.spec ---
Name:           perl-DBM-Deep
Version:        0.983
Release:        1%{?dist}
Summary:        A pure perl multi-level hash/array DBM
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/DBM-Deep/
Source0:        http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build), perl(Test::Exception)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
A unique flat-file database module, written in pure perl. True multi-level
hash/array support (unlike MLDBM, which is faked), hybrid OO / tie()
interface, cross-platform FTPable files, and quite fast. Can handle
millions of keys and unlimited hash levels without significant slow-down.
Written from the ground-up in pure perl -- this is NOT a wrapper around a
C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and Windows.

%prep
%setup -q -n DBM-Deep-%{version}

%build
perl Build.PL installdirs=vendor
./Build

%install
rm -rf %{buildroot}

./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w %{buildroot}/*

%check
./Build test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Apr 27 2006 Andreas Thienemann <andreas at bawue.net> 0.983-1
- Specfile autogenerated by cpanspec 1.64.
- Cleaned up for FE


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DBM-Deep/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Apr 2006 02:41:51 -0000	1.1
+++ .cvsignore	28 Apr 2006 02:42:21 -0000	1.2
@@ -0,0 +1 @@
+DBM-Deep-0.983.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DBM-Deep/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Apr 2006 02:41:51 -0000	1.1
+++ sources	28 Apr 2006 02:42:21 -0000	1.2
@@ -0,0 +1 @@
+09ddd163183e983bf1085688d0b25b75  DBM-Deep-0.983.tar.gz




More information about the fedora-extras-commits mailing list