Name: perl-Proc-Simple Version: 1.25 Release: 1%{?dist} Summary: Launch and control background processes License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Proc-Simple/ Source0: http://www.cpan.org/authors/id/M/MS/MSCHILLI/Proc-Simple-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The Proc::Simple package provides objects mimicing real-life processes from a user's point of view. Either external programs or perl subroutines can be launched and controlled as processes in the background. %prep # tar archive do not longer contains directory Proc-Simple-%{version} %setup -q -n mschilli-proc-simple-perl-54fa3ecd4a55aba3aa83d2843c13ecbe14d8291b %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Jun 28 2009 Jan Klepek - 1.25-1 - upgraded version * Mon Jun 22 2009 Jan Klepek 1.24-1 - Specfile autogenerated by cpanspec 1.78.