rpms/perl-IPC-Run/devel perl-IPC-Run.spec,1.10,1.11

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Jan 17 21:43:32 UTC 2006


Author: scop

Update of /cvs/extras/rpms/perl-IPC-Run/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2433

Modified Files:
	perl-IPC-Run.spec 
Log Message:
* Tue Jan 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.79-3
- Rebuild, cosmetic cleanups.



Index: perl-IPC-Run.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Run/devel/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	17 Jan 2006 21:43:32 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           perl-IPC-Run
 Version:        0.79
-Release:        2
+Release:        3%{?dist}
 Summary:        Perl module for interacting with child processes
 
 License:        GPL or Artistic
@@ -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,13 @@
 %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
+* 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.




More information about the fedora-extras-commits mailing list