rpms/perl-DBD-XBase/devel perl-DBD-XBase.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Fri Dec 16 11:25:21 UTC 2005


Author: jpo

Update of /cvs/extras/rpms/perl-DBD-XBase/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7214/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-DBD-XBase.spec 
Log Message:
auto-import perl-DBD-XBase-0.241-1 on branch devel from perl-DBD-XBase-0.241-1.src.rpm


--- NEW FILE perl-DBD-XBase.spec ---
Name:           perl-DBD-XBase
Version:        0.241
Release:        1%{?dist}
Summary:        Perl module for reading and writing the dbf files

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/DBD-XBase/
Source0:        http://www.cpan.org/authors/id/J/JA/JANPAZ/DBD-XBase-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(DBI)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module can read and write XBase database files, known as dbf in
dBase and FoxPro world. It also transparently reads memo fields from
the dbt, fpt and smt files and works with index files (ndx, ntx, mdx, idx,
cdx and SDBM). This module XBase.pm provides simple native interface
to XBase files. For DBI compliant database access, see DBD::XBase and
DBI modules and their man pages.


%prep
%setup -q -n DBD-XBase-%{version}
chmod a-x eg/*table

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README ToDo driver_characteristics new-XBase
%doc eg/
%{_bindir}/*
%{perl_vendorlib}/DBD/
%{perl_vendorlib}/XBase*
%{_mandir}/man1/*.1*
%{_mandir}/man3/*.3*


%changelog
* Sat Nov 05 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.241-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-XBase/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Dec 2005 11:24:38 -0000	1.1
+++ .cvsignore	16 Dec 2005 11:25:18 -0000	1.2
@@ -0,0 +1 @@
+DBD-XBase-0.241.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-XBase/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Dec 2005 11:24:38 -0000	1.1
+++ sources	16 Dec 2005 11:25:18 -0000	1.2
@@ -0,0 +1 @@
+ed36f8722f09406d35c8af801fa78c3b  DBD-XBase-0.241.tar.gz




More information about the scm-commits mailing list