rpms/perl-Check-ISA/devel import.log, NONE, 1.1 perl-Check-ISA.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Tue Nov 25 19:00:54 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Check-ISA/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8549/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Check-ISA.spec 
Log Message:
initial commit



--- NEW FILE import.log ---
perl-Check-ISA-0_04-1_fc9:HEAD:perl-Check-ISA-0.04-1.fc9.src.rpm:1227639604


--- NEW FILE perl-Check-ISA.spec ---

Name:       perl-Check-ISA 
Version:    0.04 
Release:    1%{?dist}
# see lib/Check/ISA.pm
License:    GPL+ or Artistic
Group:      Development/Libraries
Summary:    DWIM, correct checking of an object's class 
Source:     http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/Check-ISA-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/Check-ISA
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) 
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::use::ok)
# optional tests
BuildRequires: perl(Moose), perl(Moose::Role)
BuildRequireS: perl(asa)

%description
This module provides several functions to assist in testing whether a value
is an object, and if so, ask about its class.


%prep
%setup -q -n Check-ISA-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Tue Nov 18 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.04-1
- update for submission

* Tue Nov 18 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.04-0.1
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Check-ISA/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Nov 2008 16:42:19 -0000	1.1
+++ .cvsignore	25 Nov 2008 19:00:24 -0000	1.2
@@ -0,0 +1 @@
+Check-ISA-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Check-ISA/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Nov 2008 16:42:19 -0000	1.1
+++ sources	25 Nov 2008 19:00:24 -0000	1.2
@@ -0,0 +1 @@
+7d118aadd4069b4287f309482776a2bd  Check-ISA-0.04.tar.gz




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