Packages have been obsoleted by base perl 5.10.0.
This commit is contained in:
parent
753b8cc3c5
commit
2e2427d3c0
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
||||
Package obsoleted by the base perl package in 5.10.0.
|
||||
@ -1,81 +0,0 @@
|
||||
Name: perl-IPC-Cmd
|
||||
Version: 0.40
|
||||
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(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Locale::Maketext::Simple)
|
||||
BuildRequires: perl(Module::Load::Conditional)
|
||||
BuildRequires: perl(Params::Check) >= 0.20
|
||||
BuildRequires: perl(Test::More)
|
||||
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 -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 11 2007 Steven Pritchard <steve@kspei.com> 0.40-1
|
||||
- Update to 0.40.
|
||||
|
||||
* Mon Oct 15 2007 Steven Pritchard <steve@kspei.com> 0.38-1
|
||||
- Update to 0.38.
|
||||
- Update License tag.
|
||||
- BR Test::More.
|
||||
|
||||
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.36-2
|
||||
- BR ExtUtils::MakeMaker.
|
||||
|
||||
* Fri Nov 24 2006 Steven Pritchard <steve@kspei.com> 0.36-1
|
||||
- Update to 0.36.
|
||||
|
||||
* Fri Nov 03 2006 Steven Pritchard <steve@kspei.com> 0.34-1
|
||||
- Update to 0.34.
|
||||
- Explicitly BR Params::Check >= 0.20.
|
||||
|
||||
* Tue Oct 17 2006 Steven Pritchard <steve@kspei.com> 0.32-1
|
||||
- Update to 0.32.
|
||||
- Use fixperms macro instead of our own chmod incantation.
|
||||
|
||||
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 0.25-1
|
||||
- Update to 0.25.
|
||||
- Fix find option order.
|
||||
|
||||
* Thu Mar 23 2006 Steven Pritchard <steve@kspei.com> 0.24-1
|
||||
- Specfile autogenerated by cpanspec 1.62.
|
||||
- Fix License.
|
||||
- Drop explicit Requires.
|
||||
Loading…
Reference in New Issue
Block a user