rpms/perl-Catalyst-Plugin-Singleton/F-9 perl-Catalyst-Plugin-Singleton.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Sun Mar 1 04:55:54 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Catalyst-Plugin-Singleton/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13132/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Catalyst-Plugin-Singleton.spec 
Log Message:
initial import


--- NEW FILE perl-Catalyst-Plugin-Singleton.spec ---
Name:           perl-Catalyst-Plugin-Singleton
Version:        0.02
Release:        1%{?dist}
Summary:        Singleton to context
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Catalyst-Plugin-Singleton/
Source0:        http://www.cpan.org/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-Singleton-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Singleton accessors to context.

%prep
%setup -q -n Catalyst-Plugin-Singleton-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
TEST_POD=1 ./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Sat Feb 28 2009 Iain Arnell 0.02-1
- Specfile autogenerated by cpanspec 1.77.
- enable pod tests


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Singleton/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Mar 2009 00:09:52 -0000	1.1
+++ .cvsignore	1 Mar 2009 04:55:24 -0000	1.2
@@ -0,0 +1 @@
+Catalyst-Plugin-Singleton-0.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Catalyst-Plugin-Singleton/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Mar 2009 00:09:53 -0000	1.1
+++ sources	1 Mar 2009 04:55:24 -0000	1.2
@@ -0,0 +1 @@
+2b52d9aa50e49a761a3a3c9e51720478  Catalyst-Plugin-Singleton-0.02.tar.gz




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