- Upstream update.
- chmod -x files from source tarball.
This commit is contained in:
parent
7d1b9bf6b5
commit
3c61a78754
@ -1 +1 @@
|
||||
IPC-Run3-0.039.tar.gz
|
||||
IPC-Run3-0.040.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-IPC-Run3
|
||||
Version: 0.039
|
||||
Release: 2%{?dist}
|
||||
Version: 0.040
|
||||
Release: 1%{?dist}
|
||||
Summary: Run a subprocess in batch mode (a la system) on Unix, Win32, etc
|
||||
License: GPL+ or BSD or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -22,6 +22,8 @@ API and none of the bloat and rarely used features of IPC::Run.
|
||||
|
||||
%prep
|
||||
%setup -q -n IPC-Run3-%{version}
|
||||
# Perms in tarballs are broken
|
||||
find -type f -exec chmod -x {} \;
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
@ -50,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%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
|
||||
- Bump release to please koji suckage.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user