File perl-DBIx-Transaction.spec of Package perl-DBIx-Transaction
#
# spec file for package perl-DBIx-Transaction (Version 1.002)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-DBIx-Transaction
BuildRequires: perl-DBI perl-Module-Build
Url: http://cpan.org/modules/by-module/DBIx/
License: Artistic License; GPL v2 or later
Group: Development/Libraries/Perl
Requires: perl = %{perl_version}
Requires: perl-DBI
AutoReqProv: on
Summary: Allow transactions to be nested in DBI
Version: 1.002
Release: 39
Source: DBIx-Transaction-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
DBIx::Transaction is a wrapper around DBI that helps you manage your
database transactions.
Authors:
--------
Tyler "Crackerjack" MacDonald <japh@crackerjack.net>
%prep
%setup -n DBIx-Transaction-%{version}
%build
perl Makefile.PL
make
%check
make test
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc Changes MANIFEST README
%dir %{perl_vendorlib}/DBIx
%dir %{perl_vendorlib}/DBIx/Transaction
%{perl_vendorlib}/DBIx/Transaction.*
%{perl_vendorlib}/DBIx/Transaction/*.pm
%dir %{perl_vendorarch}/auto/DBIx
%dir %{perl_vendorarch}/auto/DBIx/Transaction
%{perl_vendorarch}/auto/DBIx/Transaction/.packlist
%{_mandir}/man3/*
/var/adm/perl-modules/perl-DBIx-Transaction
%changelog
* Wed Mar 26 2008 anicka@suse.cz
- package created (version 1.002)