rpms/perl-IPC-Run3/F-7 perl-IPC-Run3.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 Makefile, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Thu Sep 6 22:40:59 UTC 2007


Author: corsepiu

Update of /cvs/pkgs/rpms/perl-IPC-Run3/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1137/F-7

Modified Files:
	.cvsignore Makefile sources 
Added Files:
	perl-IPC-Run3.spec 
Log Message:
* Fri Sep 07 2007 Ralf Corsépius <rc040203 at freenet.de> 0.037-2
- Initial import.
- Update license tag.



--- NEW FILE perl-IPC-Run3.spec ---
Name:           perl-IPC-Run3
Version:        0.037
Release:        2%{?dist}
Summary:        Run a subprocess in batch mode (a la system) on Unix, Win32, etc
License:        GPL+ or BSD or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/IPC-Run3/
Source0:        http://www.cpan.org/modules/by-module/IPC/IPC-Run3-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
# For improved tests
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module allows you to run a subprocess and redirect stdin, stdout,
and/or stderr to files and perl data structures. It aims to satisfy 99% of
the need for using system, qx, and open3 with a simple, extremely Perlish
API and none of the bloat and rarely used features of IPC::Run.

%prep
%setup -q -n IPC-Run3-%{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 LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Sep 07 2007 Ralf Corsépius <rc040203 at freenet.de> 0.037-2
- Initial import.
- Update license tag.

* Tue Aug 07 2007 Ralf Corsépius <rc040203 at freenet.de> 0.037-1
- Initial submission.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IPC-Run3/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Sep 2007 00:41:37 -0000	1.1
+++ .cvsignore	6 Sep 2007 22:40:27 -0000	1.2
@@ -0,0 +1 @@
+IPC-Run3-0.037.tar.gz


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IPC-Run3/F-7/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	6 Sep 2007 00:41:37 -0000	1.1
+++ Makefile	6 Sep 2007 22:40:27 -0000	1.2
@@ -1,6 +1,6 @@
-# Makefile for source rpm: perl-IPC-RUN3
+# Makefile for source rpm: perl-IPC-Run3
 # $Id$
-NAME := perl-IPC-RUN3
+NAME := perl-IPC-Run3
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IPC-Run3/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Sep 2007 00:41:37 -0000	1.1
+++ sources	6 Sep 2007 22:40:27 -0000	1.2
@@ -0,0 +1 @@
+075b81f65ebc22faa6641893d5a9d174  IPC-Run3-0.037.tar.gz




More information about the fedora-extras-commits mailing list