diff --git a/.cvsignore b/.cvsignore index e69de29..e1247c8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +IPC-Cmd-0.24.tar.gz diff --git a/perl-IPC-Cmd.spec b/perl-IPC-Cmd.spec new file mode 100644 index 0000000..01dad3e --- /dev/null +++ b/perl-IPC-Cmd.spec @@ -0,0 +1,53 @@ +Name: perl-IPC-Cmd +Version: 0.24 +Release: 1%{?dist} +Summary: Finding and running system commands made easy +License: GPL or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/IPC-Cmd/ +Source0: http://www.cpan.org/authors/id/K/KA/KANE/IPC-Cmd-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: perl(Locale::Maketext::Simple) +BuildRequires: perl(Module::Load::Conditional) +BuildRequires: perl(Params::Check) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +IPC::Cmd allows you to run commands, interactively if desired, platform +independent but have them still work. + +%prep +%setup -q -n IPC-Cmd-%{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.24-1 +- Specfile autogenerated by cpanspec 1.62. +- Fix License. +- Drop explicit Requires. diff --git a/sources b/sources index e69de29..d918678 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9061bd187defad873432f91fa6de9f9b IPC-Cmd-0.24.tar.gz