7293524
Name:           perl-Class-DBI-FromCGI
02ae1ee
Version:        1.00
88db296
Release:        3%{?dist}
7293524
Summary:        Update Class::DBI data using CGI::Untaint
7293524
Group:          Development/Libraries
88db296
License:        GPL+ or Artistic
7293524
URL:            http://search.cpan.org/dist/Class-DBI-FromCGI
7293524
Source0:        http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/Class-DBI-FromCGI-%{version}.tar.gz
7293524
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
7293524
7293524
BuildArch:      noarch
02ae1ee
BuildRequires:	perl(Class::DBI), perl(CGI::Untaint), perl(DBD::SQLite) 
02ae1ee
BuildRequires:	perl(Test::More)
7293524
Requires:  perl(Class::DBI), perl(CGI::Untaint)
7293524
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
7293524
7293524
%description
7293524
%{summary}.
7293524
7293524
%prep
7293524
%setup -q -n Class-DBI-FromCGI-%{version}
7293524
perldoc -t perlartistic > Artistic
7293524
perldoc -t perlgpl > COPYING
7293524
7293524
%build
7293524
%{__perl} Makefile.PL INSTALLDIRS=vendor
7293524
make %{?_smp_mflags}
7293524
7293524
%install
7293524
rm -rf $RPM_BUILD_ROOT
7293524
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
7293524
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
7293524
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
7293524
chmod -R u+w $RPM_BUILD_ROOT/*
7293524
7293524
%check
7293524
make test
7293524
7293524
%clean
7293524
rm -rf $RPM_BUILD_ROOT
7293524
7293524
%files
7293524
%defattr(-,root,root,-)
7293524
%doc Artistic COPYING Changes
7293524
%{perl_vendorlib}/Class/DBI
7293524
%{_mandir}/man3/*.3*
7293524
7293524
7293524
%changelog
88db296
* Fri Aug 24 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.00-3
88db296
- license fix
88db296
4be5644
* Thu Sep 14 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 1.00-2
4be5644
- bump for FC-6
4be5644
02ae1ee
* Mon Jan  9 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 1.00-1
02ae1ee
- bump to 1.00
02ae1ee
7293524
* Wed Sep  7 2005 Paul Howarth <paul@city-fan.org> - 0.94-3
7293524
- remove redundant BR: perl
7293524
- honor %%{_smp_mflags}
7293524
- include license text
7293524
- add BR: perl(DBD::SQLite) for better test cover
7293524
7293524
* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.94-2
7293524
- cleanups
7293524
7293524
* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.94-1
7293524
- Initial package for Fedora Extras