rpms/perl-IPC-Run/FC-4 .cvsignore, 1.3, 1.4 perl-IPC-Run.spec, 1.10, 1.11 sources, 1.3, 1.4

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu May 11 15:32:14 UTC 2006


Author: scop

Update of /cvs/extras/rpms/perl-IPC-Run/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21237/FC-4

Modified Files:
	.cvsignore perl-IPC-Run.spec sources 
Log Message:
* Thu May 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.80-1
- 0.80, fine tune build dependencies.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Run/FC-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	2 Apr 2005 17:46:46 -0000	1.3
+++ .cvsignore	11 May 2006 15:32:14 -0000	1.4
@@ -1 +1 @@
-IPC-Run-0.79.tar.gz
+IPC-Run-0.80.tar.gz


Index: perl-IPC-Run.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Run/FC-4/perl-IPC-Run.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-IPC-Run.spec	10 Apr 2005 17:09:46 -0000	1.10
+++ perl-IPC-Run.spec	11 May 2006 15:32:14 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           perl-IPC-Run
-Version:        0.79
-Release:        2
+Version:        0.80
+Release:        1%{?dist}
 Summary:        Perl module for interacting with child processes
 
 License:        GPL or Artistic
@@ -10,7 +10,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(IO::Tty)
+BuildRequires:  perl(IO::Pty)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -25,6 +25,7 @@
 %prep
 %setup -q -n IPC-Run-%{version}
 chmod 644 lib/IPC/*.pm lib/IPC/Run/*.pm Changes eg/*
+%{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' eg/run_daemon
 
 
 %build
@@ -38,9 +39,11 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -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 || :
+%check
 # https://rt.cpan.org/NoAuth/Bug.html?id=11129
 [ ! -d /dev/pts ] || IPCRUNDEBUG=2 make test
 
@@ -53,12 +56,16 @@
 %defattr(-,root,root,-)
 %doc Changes TODO eg/
 %{perl_vendorlib}/IPC/
-%exclude %{perl_vendorlib}/IPC/Run/Win32*.pm
 %{_mandir}/man3/IPC::Run*.3*
-%exclude %{_mandir}/man3/IPC::Run::Win32*.3*
 
 
 %changelog
+* 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.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Run/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	2 Apr 2005 17:46:46 -0000	1.3
+++ sources	11 May 2006 15:32:14 -0000	1.4
@@ -1 +1 @@
-a1044306a9669b376f58315884c13392  IPC-Run-0.79.tar.gz
+a867e694862afd4a3c429124618fc15e  IPC-Run-0.80.tar.gz




More information about the fedora-extras-commits mailing list