perl-IPC-Run/perl-IPC-Run.spec

Name: perl-IPC-Run
Summary: IPC functions
Version: 0.94
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/IPC-Run/
Description: This module provides various IPC functionalities.

CentOS 7 x86_64

The build was succesful. The following RPMs were generated:

Build Status

CentOS 6 x86_64

The build was succesful. The following RPMs were generated:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dries
# Upstream: Barrie Slaymaker <barries$slaysys,com>

### EL6 ships with perl-IPC-Run-0.84-2.el6
%{?el6:# Tag: rfx}

%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)

%define real_name IPC-Run

Summary: IPC functions
Name: perl-IPC-Run
Version: 0.94
Release: 1%{?dist}
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/IPC-Run/

Source: http://www.cpan.org/modules/by-module/IPC/IPC-Run-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)

%description
This module provides various IPC functionalities.

%prep
%setup -n %{real_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} pure_install
%{__rm} -f %{buildroot}%{perl_archlib}/perllocal.pod
%{__rm} -f %{buildroot}%{perl_vendorarch}/auto/*/*/.packlist
%{__rm} -f %{buildroot}%{perl_vendorlib}/IPC/Run/Win32*

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc Changes
%doc %{_mandir}/man3/*
%{perl_vendorlib}/IPC/Run.pm
%{perl_vendorlib}/IPC/Run/*

%changelog
* Sun May 22 2016 Dries Verachtert <dries.verachtert@dries.eu> - 0.94-1
- Updated to release 0.94.

* Tue Jul 26 2011 Yury V. Zaytsev <yury@shurup.com> - 0.84-2
- RFX'ed on RHEL6.

* Mon Jul 13 2009 Christoph Maser <cmr@financial.com> - 0.84-1
- Updated to version 0.84.

* Fri Jul 10 2009 Christoph Maser <cmr@financial.com> - 0.83-1
- Updated to version 0.83.

* Sat Jul  4 2009 Christoph Maser <cmr@financial.com> - 0.82-1
- Updated to version 0.82.

* Fri Jun  2 2006 Dries Verachtert <dries@ulyssis.org> - 0.80-1
- Updated to release 0.80.

* Wed Mar 22 2006 Dries Verachtert <dries@ulyssis.org> - 0.79-1.2
- Rebuild for Fedora Core 5.

* Fri Mar  4 2005 Dries Verachtert <dries@ulyssis.org> - 0.79-1
- Updated to release 0.79.

* Thu Jul 22 2004 Dries Verachtert <dries@ulyssis.org> - 0.78-1
- Initial package.