diff --git a/.cvsignore b/.cvsignore index e69de29..15c3657 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Module-Load-Conditional-0.08.tar.gz diff --git a/perl-Module-Load-Conditional.spec b/perl-Module-Load-Conditional.spec new file mode 100644 index 0000000..3cf03e0 --- /dev/null +++ b/perl-Module-Load-Conditional.spec @@ -0,0 +1,53 @@ +Name: perl-Module-Load-Conditional +Version: 0.08 +Release: 1%{?dist} +Summary: Looking up module information / loading at runtime +License: GPL or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Module-Load-Conditional/ +Source0: http://www.cpan.org/authors/id/K/KA/KANE/Module-Load-Conditional-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: perl(Locale::Maketext::Simple) +BuildRequires: perl(Module::Load) +BuildRequires: perl(Params::Check) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +Module::Load::Conditional provides simple ways to query and possibly load +any of the modules you have installed on your system during runtime. + +%prep +%setup -q -n Module-Load-Conditional-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT + +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT + +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; + +chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* + +%check +make test + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Thu Mar 23 2006 Steven Pritchard 0.08-1 +- Specfile autogenerated by cpanspec 1.62. +- Fix License. +- Drop explicit Requires. diff --git a/sources b/sources index e69de29..57de349 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9e2a706b6511651ca4eb6de0c4c89a12 Module-Load-Conditional-0.08.tar.gz