rpms/perl-IPC-Run/EL-4 .cvsignore, 1.2, 1.3 perl-IPC-Run.spec, 1.5, 1.6 sources, 1.2, 1.3

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Dec 18 15:19:11 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-IPC-Run/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11143

Modified Files:
	.cvsignore perl-IPC-Run.spec sources 
Log Message:
Sync with devel.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IPC-Run/EL-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:02:41 -0000	1.2
+++ .cvsignore	18 Dec 2007 15:18:23 -0000	1.3
@@ -1 +1 @@
-IPC-Run-0.78.tar.gz
+IPC-Run-0.80.tar.gz


Index: perl-IPC-Run.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IPC-Run/EL-4/perl-IPC-Run.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-IPC-Run.spec	10 Dec 2004 22:03:08 -0000	1.5
+++ perl-IPC-Run.spec	18 Dec 2007 15:18:23 -0000	1.6
@@ -1,19 +1,18 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-IPC-Run
-Version:        0.78
-Release:        1
-Epoch:          0
+Version:        0.80
+Release:        3%{?dist}
 Summary:        Perl module for interacting with child processes
 
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IPC-Run/
-Source0:        http://www.cpan.org/authors/id/R/RB/RBS/IPC-Run-0.78.tar.gz
+Source0:        http://www.cpan.org/authors/id/R/RS/RSOD/IPC-Run-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl-IO-Tty
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IO::Pty)
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 IPC::Run allows you run and interact with child processes using files,
@@ -26,36 +25,28 @@
 
 %prep
 %setup -q -n IPC-Run-%{version}
-chmod 644 lib/IPC/*.pm lib/IPC/Run/*.pm Changes
-
-# Create our own find-requires to avoid some nasty Win32 specific dependencies.
-%define _use_internal_dependency_generator 0
-cat <<EOF > %{name}-findreq
-#!/bin/sh
-%{__find_requires} | grep -v 'perl(Win32'
-EOF
-%define __find_requires %{_builddir}/IPC-Run-%{version}/%{name}-findreq
-chmod +x %{__find_requires}
+chmod 644 lib/IPC/*.pm lib/IPC/Run/*.pm Changes eg/*
+%{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' eg/run_daemon
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install \
-  PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \
-  INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib}
-find $RPM_BUILD_ROOT -type f -a \( -name perllocal.pod -o -name .packlist \
-  -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+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 ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/IPC/Run/Win32*.pm
+rm -f $RPM_BUILD_ROOT%{_mandir}/man3/IPC::Run::Win32*.3*
 
 
-%check || :
-make test
+%check
+# https://rt.cpan.org/NoAuth/Bug.html?id=11129
+[ ! -d /dev/pts ] || IPCRUNDEBUG=2 make test
 
 
 %clean
@@ -64,12 +55,36 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes
-%{perl_vendorlib}/IPC
-%{_mandir}/man3/*.3*
+%doc Changes TODO eg/
+%{perl_vendorlib}/IPC/
+%{_mandir}/man3/IPC::Run*.3*
 
 
 %changelog
+* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.80-3
+- BuildRequire perl(ExtUtils::MakeMaker).
+
+* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.80-2
+- Fix order of arguments to find(1).
+
+* Thu May 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.80-1
+- 0.80, fine tune build dependencies.
+
+* Tue Jan 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.79-3
+- Rebuild, cosmetic cleanups.
+
+* Sun Apr 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.79-2
+- Exclude Win32 specific modules.
+- Include more docs.
+- Skip tests if /dev/pts doesn't exist.
+
+* Sat Apr  2 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.79-1
+- 0.79.
+
+* Sat Apr  2 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.78-2
+- Sync with fedora-rpmdevtools' Perl spec template.
+- Improve dependency filtering script.
+
 * Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.78-0.fdr.1
 - Update to 0.78.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IPC-Run/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:02:41 -0000	1.2
+++ sources	18 Dec 2007 15:18:23 -0000	1.3
@@ -1 +1 @@
-3ee9757db89822211eb710d6498e661d  IPC-Run-0.78.tar.gz
+a867e694862afd4a3c429124618fc15e  IPC-Run-0.80.tar.gz




More information about the fedora-extras-commits mailing list