This commit is contained in:
Ville Skyttä 2005-04-02 17:46:46 +00:00
parent b871a04913
commit 56448f0c6e
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
IPC-Run-0.78.tar.gz IPC-Run-0.79.tar.gz

View File

@ -1,12 +1,12 @@
Name: perl-IPC-Run Name: perl-IPC-Run
Version: 0.78 Version: 0.79
Release: 2 Release: 1
Summary: Perl module for interacting with child processes Summary: Perl module for interacting with child processes
License: GPL or Artistic License: GPL or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/IPC-Run/ 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -50,7 +50,8 @@ chmod -R u+w $RPM_BUILD_ROOT/*
%check || : %check || :
make test # https://rt.cpan.org/NoAuth/Bug.html?id=11129
IPCRUNDEBUG=2 make test
%clean %clean
@ -65,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* 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 * Sat Apr 2 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.78-2
- Sync with fedora-rpmdevtools' Perl spec template. - Sync with fedora-rpmdevtools' Perl spec template.
- Improve dependency filtering script. - Improve dependency filtering script.

View File

@ -1 +1 @@
3ee9757db89822211eb710d6498e661d IPC-Run-0.78.tar.gz a1044306a9669b376f58315884c13392 IPC-Run-0.79.tar.gz