- Upstream update.

- chmod -x files from source tarball.
This commit is contained in:
corsepiu 2007-12-27 23:34:33 +00:00
parent 7d1b9bf6b5
commit 3c61a78754
3 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
IPC-Run3-0.039.tar.gz IPC-Run3-0.040.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-IPC-Run3 Name: perl-IPC-Run3
Version: 0.039 Version: 0.040
Release: 2%{?dist} Release: 1%{?dist}
Summary: Run a subprocess in batch mode (a la system) on Unix, Win32, etc Summary: Run a subprocess in batch mode (a la system) on Unix, Win32, etc
License: GPL+ or BSD or Artistic License: GPL+ or BSD or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -22,6 +22,8 @@ API and none of the bloat and rarely used features of IPC::Run.
%prep %prep
%setup -q -n IPC-Run3-%{version} %setup -q -n IPC-Run3-%{version}
# Perms in tarballs are broken
find -type f -exec chmod -x {} \;
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
@ -50,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Dec 28 2007 Ralf Corsépius <rc040203@freenet.de> 0.040-1
- Upstream update.
- chmod -x files from source tarball.
* Tue Nov 27 2007 Ralf Corsépius <rc040203@freenet.de> 0.039-2 * Tue Nov 27 2007 Ralf Corsépius <rc040203@freenet.de> 0.039-2
- Bump release to please koji suckage. - Bump release to please koji suckage.

View File

@ -1 +1 @@
a47eda8d42018d58c460e45177a8ad42 IPC-Run3-0.039.tar.gz 8131233d424352daa14f49a9691672f3 IPC-Run3-0.040.tar.gz