File perl-DBD-XBase.spec of Package perl-DBD-XBase
#
# spec file for package perl-DBD-XBase (Version 0.241)
#
# 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-DBD-XBase
BuildRequires: perl-DBI
Version: 0.241
Release: 171
Obsoletes: dbdxbase
Provides: dbdxbase
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
Url: http://cpan.org/modules/by-module/DBD/
Summary: Provides Access to XBase Files
Source: http://www.cpan.org/authors/id/JANPAZ/DBD-XBase-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Module XBase provides access to XBase (dBase, Fox*) database files,
namely dbf, dbt, fpt, ndx, ntx, mdx, idx and cdx.
Authors:
--------
Jan Pazdziora <adelton@fi.muni.cz>
%prep
%setup -n DBD-XBase-%{version}
%build
perl Makefile.PL
make
make test
%install
rm -rf $RPM_BUILD_ROOT
%perl_make_install
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc Changes README ToDo
%doc %{_mandir}/man?/*
%{perl_vendorlib}/DBD
%{perl_vendorlib}/XBase
%{perl_vendorlib}/XBase.pm
%{perl_vendorarch}/auto/XBase
%{_bindir}/*
/var/adm/perl-modules/%{name}
%changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Feb 26 2004 mjancar@suse.cz
- update to 2.4.1
* Thu Oct 30 2003 mjancar@suse.cz
- update to 0.240
- no root for build
* Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with
* Thu Jul 24 2003 mjancar@suse.cz
- update to 0.234
* Tue Jul 15 2003 mjancar@suse.cz
- adapt to perl-5.8.1
- use %%perl_process_packlist
* Tue May 20 2003 mjancar@suse.cz
- remove unpackaged files
* Thu Nov 28 2002 prehak@suse.cz
- update to version 0.231
- enabled make test for alpha
* Tue Jul 02 2002 mls@suse.de
- remove race in .packlist generation
* Thu Jan 03 2002 cihlar@suse.cz
- update to version 0.210
* Tue Aug 14 2001 rvasice@suse.cz
- update to version 0.177
- spec file cleanup
* Thu Apr 19 2001 cihlar@suse.cz
- disabled make test on alpha due to
Floating point exception
* Fri Mar 23 2001 cihlar@suse.cz
- added make test
* Tue Mar 06 2001 cihlar@suse.cz
- renamed dbdxbase -> perl-DBD-XBase
- updated to version 0.176
* Mon Oct 30 2000 cihlar@suse.cz
- added %%defattr(-,root,root)
* Tue Aug 22 2000 ro@suse.de
- fixed perl path
* Tue Aug 01 2000 cihlar@suse.cz
- package created