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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Sep 14 18:26:17 UTC 2005


Author: spot

Update of /cvs/extras/rpms/perl-Class-DBI-Loader/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22958/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-DBI-Loader.spec 
Log Message:
auto-import perl-Class-DBI-Loader-0.22-4 on branch devel from perl-Class-DBI-Loader-0.22-4.src.rpm


--- NEW FILE perl-Class-DBI-Loader.spec ---
Name:           perl-Class-DBI-Loader
Version:        0.22
Release:        4%{?dist}
Summary:        Dynamic definition of Class::DBI sub classes
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Class-DBI-Loader
Source0:        http://search.cpan.org/CPAN/authors/id/S/SR/SRI/Class-DBI-Loader-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:	perl(Lingua::EN::Inflect), perl(Test::Pod::Coverage), perl(Test::Pod)
BuildRequires:  perl(Class::DBI::mysql), perl(Class::DBI::Pg), perl(Class::DBI::SQLite)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
%{summary}.

%prep
%setup -q -n Class-DBI-Loader-%{version}
perldoc -t perlartistic > Artistic
perldoc -t perlgpl > COPYING

%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
# Coverage test fails
mv t/03podcoverage.t .
TEST_POD=1 make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Artistic COPYING Changes
%{perl_vendorlib}/Class/DBI
%{_mandir}/man3/*.3*


%changelog
* Fri Sep  9 2005 Paul Howarth <paul at city-fan.org> 0.22-4
- include POD tests in %%check, but disable failing POD coverage test
- remove explicit Class::DBI dep because it's pulled in by other deps
  that are autodetected

* Wed Sep  7 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.22-3
- remove redundant BR: perl
- honor %%{_smp_mflags}
- include license text

* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.22-2
- cleanups

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-DBI-Loader/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Sep 2005 18:25:48 -0000	1.1
+++ .cvsignore	14 Sep 2005 18:26:15 -0000	1.2
@@ -0,0 +1 @@
+Class-DBI-Loader-0.22.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-DBI-Loader/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Sep 2005 18:25:48 -0000	1.1
+++ sources	14 Sep 2005 18:26:15 -0000	1.2
@@ -0,0 +1 @@
+fdb246040add571cffc1134184e9ca0f  Class-DBI-Loader-0.22.tar.gz




More information about the fedora-extras-commits mailing list