You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-DBIx-ContextualFetch/perl-DBIx-ContextualFetch.spec

59 lines
1.5 KiB

Name: perl-DBIx-ContextualFetch
19 years ago
Version: 1.03
Release: 1%{?dist}
Summary: Add contextual fetches to DBI
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/DBIx-ContextualFetch
Source0: http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/DBIx-ContextualFetch-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(DBI)
19 years ago
BuildRequires: perl(DBD::SQLite), perl(Test::Pod::Coverage)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(DBI)
%description
%{summary}.
%prep
%setup -q -n DBIx-ContextualFetch-%{version}
%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
%{perl_vendorlib}/DBIx
%{_mandir}/man3/*.3*
%changelog
19 years ago
* Thu Jan 5 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.03-1
- bump to 1.03
* Wed Aug 17 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.02-3
- more cleanups
* Fri Jul 8 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.02-2
- cleanups
* Wed Jul 6 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.02-1
- Initial package for Fedora Extras