rpms/perl-MooseX-Getopt/devel perl-MooseX-Getopt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri May 4 15:14:13 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Getopt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28120/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-MooseX-Getopt.spec 
Log Message:
initial import



--- NEW FILE perl-MooseX-Getopt.spec ---
Name:           perl-MooseX-Getopt
Version:        0.03
Release:        1%{?dist}
Summary:        Moose role for processing command line options
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/MooseX-Getopt/
Source0:        http://www.cpan.org/authors/id/S/ST/STEVAN/MooseX-Getopt-%{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(Module::Build)
BuildRequires:  perl(Moose) >= 0.19

# tests...
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Exception) >= 0.21
BuildRequires:  perl(Scalar::Util)

# optional tests
BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)


%description
This is a Moose role which provides an alternate constructor for creating 
objects using parameters passed in from the command line.

%prep
# Note, you'll see this, but we work just fine with 2.35:
# Checking prerequisites...
# - ERROR: Getopt::Long (2.35) is installed, but we need version >= 2.36
%setup -q -n MooseX-Getopt-%{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 ChangeLog README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu May 03 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
- update to 0.03

* Fri Apr 20 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.02-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 May 2007 01:09:52 -0000	1.1
+++ .cvsignore	4 May 2007 15:13:38 -0000	1.2
@@ -0,0 +1 @@
+MooseX-Getopt-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 May 2007 01:09:52 -0000	1.1
+++ sources	4 May 2007 15:13:38 -0000	1.2
@@ -0,0 +1 @@
+4c925eaa9d071ff58b97ba26a5d29b18  MooseX-Getopt-0.03.tar.gz




More information about the fedora-extras-commits mailing list