auto-import perl-Devel-Caller-0.11-1 on branch devel from

perl-Devel-Caller-0.11-1.src.rpm
This commit is contained in:
Steven Pritchard 2007-03-13 15:44:40 +00:00
parent 5cfa8f4433
commit 2c183d46c5
3 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1 @@
Devel-Caller-0.11.tar.gz

50
perl-Devel-Caller.spec Normal file
View File

@ -0,0 +1,50 @@
Name: perl-Devel-Caller
Version: 0.11
Release: 1%{?dist}
Summary: Meatier versions of caller
License: GPL or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Devel-Caller/
Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Devel-Caller-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(Module::Build)
BuildRequires: perl(PadWalker) >= 0.08
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Devel::Caller - Meatier versions of caller.
%prep
%setup -q -n Devel-Caller-%{version}
%build
%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
./Build
%install
rm -rf $RPM_BUILD_ROOT
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
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 Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Devel*
%{_mandir}/man3/*
%changelog
* Thu Feb 01 2007 Steven Pritchard <steve@kspei.com> 0.11-1
- Specfile autogenerated by cpanspec 1.69.1.
- "Fix" description.
- Remove explicit dependency on PadWalker.

View File

@ -0,0 +1 @@
56c7ed8204be4e7c63d524d21fa56050 Devel-Caller-0.11.tar.gz