Accepting request 31772 from devel:languages:perl
Copy from devel:languages:perl/perl-IPC-Run3 based on submit request 31772 from user coolo OBS-URL: https://build.opensuse.org/request/show/31772 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IPC-Run3?expand=0&rev=2
This commit is contained in:
parent
ca66a523cd
commit
be5e34a2da
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 30 00:36:31 UTC 2010 - larry+opensuse@l2g.to
|
||||
|
||||
- Changed the spec for current openSUSE package conventions and to
|
||||
make file list stricter
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 15:22:48 CET 2010 - anicka@suse.cz
|
||||
|
||||
|
@ -19,14 +19,15 @@
|
||||
|
||||
Name: perl-IPC-Run3
|
||||
Version: 0.043
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Run a subprocess with input/ouput redirection
|
||||
License: OSI-Approved, see LICENSE
|
||||
Group: Development/Libraries
|
||||
License: BSDv1+ ; Artistic V1+ ; GPLv1+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/IPC-Run3/
|
||||
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Test::Pod)
|
||||
Requires: perl = %{perl_version}
|
||||
|
||||
%description
|
||||
@ -43,9 +44,8 @@ Perlish API.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -57,7 +57,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes LICENSE README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
%{perl_vendorlib}/IPC/Run3.pm
|
||||
%{perl_vendorlib}/IPC/Run3
|
||||
%{_mandir}/man3/IPC::Run3*.3*
|
||||
%{perl_vendorarch}/auto/IPC/Run3
|
||||
%dir %{perl_vendorarch}/auto/IPC
|
||||
%dir %{perl_vendorlib}/IPC
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user