Author: iburrell

Update of /cvs/pkgs/rpms/perl-Class-Can/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv671

Modified Files:
        .cvsignore sources 
Added Files:
        perl-Class-Can.spec 
Log Message:
copy from devel


--- NEW FILE perl-Class-Can.spec ---
Name:           perl-Class-Can
Version:        0.01
Release:        1%{?dist}
Summary:        Inspect a class/method and say what it can do (and why)
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Class-Can/
Source0:        
http://www.cpan.org/modules/by-module/Class/Class-Can-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 0:5.006
BuildRequires:  perl(Devel::Symdump)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
Requires:       perl(Devel::Symdump)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
Class::Can interrogates the object heirarchy of a package to return a hash
detailling what methods the class could dispatch (as the key), and the
package it found it in (as the value).

%prep
%setup -q -n Class-Can-%{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
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Feb 05 2009 Ian Burrell <ianburr...@gmail.com> 0.01-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Class-Can/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  8 Feb 2009 22:11:31 -0000       1.1
+++ .cvsignore  9 Feb 2009 05:08:45 -0000       1.2
@@ -0,0 +1 @@
+Class-Can-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Class-Can/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources     8 Feb 2009 22:11:31 -0000       1.1
+++ sources     9 Feb 2009 05:08:45 -0000       1.2
@@ -0,0 +1 @@
+c2a1ad6968e86c63b706d4bc4970d442  Class-Can-0.01.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to