rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-10 import.log, NONE, 1.1 perl-CGI-Application-Plugin-DBIC-Schema.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Fri Sep 4 08:04:56 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14702/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-CGI-Application-Plugin-DBIC-Schema.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-CGI-Application-Plugin-DBIC-Schema-0_2-1_fc11:F-10:perl-CGI-Application-Plugin-DBIC-Schema-0.2-1.fc11.src.rpm:1252051453


--- NEW FILE perl-CGI-Application-Plugin-DBIC-Schema.spec ---
Name:           perl-CGI-Application-Plugin-DBIC-Schema
Version:        0.2
Release:        1%{?dist}
Summary:        Easy DBIx::Class access from CGI::Application
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CGI-Application-Plugin-DBIC-Schema/
Source0:        http://www.cpan.org/authors/id/V/VA/VANAMBURG/CGI-Application-Plugin-DBIC-Schema-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(CGI::Application)
BuildRequires:  perl(DBIx::Class)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::Pod)
Requires:       perl(CGI::Application)
Requires:       perl(DBIx::Class)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
CGI::Application::Plugin::DBIC::Schema adds easy access to a
DBIx::Class::Schema to your Titanium or CGI::Application modules. Lazy
loading is used to prevent a database connection from being made if the
schema method is not called during the request. In other words, the
database connection is not created until it is actually needed.

%prep
%setup -q -n CGI-Application-Plugin-DBIC-Schema-%{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 -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Tue Sep 01 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 0.2-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Sep 2009 02:14:23 -0000	1.1
+++ .cvsignore	4 Sep 2009 08:04:56 -0000	1.2
@@ -0,0 +1 @@
+CGI-Application-Plugin-DBIC-Schema-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DBIC-Schema/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Sep 2009 02:14:23 -0000	1.1
+++ sources	4 Sep 2009 08:04:56 -0000	1.2
@@ -0,0 +1 @@
+a76923798dc1e03dd67f5bd0542fe3c5  CGI-Application-Plugin-DBIC-Schema-0.2.tar.gz




More information about the Fedora-perl-devel-list mailing list