rpms/perl-Tie-DBI/devel perl-Tie-DBI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Jul 8 18:45:55 UTC 2005


Author: spot

Update of /cvs/extras/rpms/perl-Tie-DBI/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6547/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Tie-DBI.spec 
Log Message:
auto-import perl-Tie-DBI-1.01-2 on branch devel from perl-Tie-DBI-1.01-2.src.rpm


--- NEW FILE perl-Tie-DBI.spec ---
Name:           perl-Tie-DBI
Version:        1.01
Release:        2%{?dist}
Summary:        Tie hashes to DBI relational databases
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Tie-DBI/
Source0:        http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Tie-DBI-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
This distribution contains Tie::DBI and Tie::RDBM, two modules that
allow you to tie associative arrays to relational databases using the
DBI library.  The hash is tied to a table in a local or networked
database.  Reading from the hash retrieves values from the datavbase.
Storing into the hash updates the database (if you have sufficient
privileges).

%prep
%setup -q -n Tie-DBI-%{version}

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

%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
# needs a running mysql server
#make test

%clean
rm -rf $RPM_BUILD_ROOT

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


%changelog
* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.01-2
- cleanups, new description

* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.01-1
- Initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Tie-DBI/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Jul 2005 18:45:26 -0000	1.1
+++ .cvsignore	8 Jul 2005 18:45:53 -0000	1.2
@@ -0,0 +1 @@
+Tie-DBI-1.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Tie-DBI/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Jul 2005 18:45:26 -0000	1.1
+++ sources	8 Jul 2005 18:45:53 -0000	1.2
@@ -0,0 +1 @@
+acdf6ea3c01dc46af8f0c847f8cf40ea  Tie-DBI-1.01.tar.gz




More information about the scm-commits mailing list