rpms/perl-Catalyst-Controller-BindLex/devel perl-Catalyst-Controller-BindLex.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Mar 19 16:32:17 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9051/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Catalyst-Controller-BindLex.spec 
Log Message:
initial commit



--- NEW FILE perl-Catalyst-Controller-BindLex.spec ---
Name:           perl-Catalyst-Controller-BindLex
Version:        0.03
Release:        1%{?dist}
Summary:        Stash your lexical goodness
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Catalyst-Controller-BindLex/
Source0:        http://www.cpan.org/authors/id/N/NU/NUFFIN/Catalyst-Controller-BindLex-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires:  perl >= 1:5.8.1
BuildRequires:  perl(Array::RefElem)
BuildRequires:  perl(Catalyst)
BuildRequires:  perl(Devel::Caller)
BuildRequires:  perl(Devel::LexAlias)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(PadWalker)
BuildRequires:  perl(Test::use::ok)

%description
This plugin lets you put your lexicals on the stash and elsewhere
very easily.

%prep
%setup -q -n Catalyst-Controller-BindLex-%{version}

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

%install
rm -rf %{buildroot}

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

%{_fixperms} %{buildroot}/*

%check
./Build test

%clean
rm -rf %{buildroot}

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

%changelog
* Mon Mar 17 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
- Specfile autogenerated by cpanspec 1.74.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Mar 2008 16:06:50 -0000	1.1
+++ .cvsignore	19 Mar 2008 16:31:39 -0000	1.2
@@ -0,0 +1 @@
+Catalyst-Controller-BindLex-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Controller-BindLex/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Mar 2008 16:06:50 -0000	1.1
+++ sources	19 Mar 2008 16:31:39 -0000	1.2
@@ -0,0 +1 @@
+b498197c02104352563ad20ee4a5d1f9  Catalyst-Controller-BindLex-0.03.tar.gz




More information about the fedora-extras-commits mailing list