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:
OBS User autobuild 2010-02-09 21:41:31 +00:00 committed by Git OBS Bridge
parent ca66a523cd
commit be5e34a2da
2 changed files with 19 additions and 8 deletions

View File

@ -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 Mon Jan 25 15:22:48 CET 2010 - anicka@suse.cz

View File

@ -19,14 +19,15 @@
Name: perl-IPC-Run3 Name: perl-IPC-Run3
Version: 0.043 Version: 0.043
Release: 1 Release: 2
Summary: Run a subprocess with input/ouput redirection Summary: Run a subprocess with input/ouput redirection
License: OSI-Approved, see LICENSE License: BSDv1+ ; Artistic V1+ ; GPLv1+
Group: Development/Libraries Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/IPC-Run3/ Url: http://search.cpan.org/dist/IPC-Run3/
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(Test::Pod)
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
%description %description
@ -43,9 +44,8 @@ Perlish API.
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT %perl_make_install
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %perl_process_packlist
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
@ -57,7 +57,12 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc Changes LICENSE README %doc Changes LICENSE README
%{perl_vendorlib}/* %{perl_vendorlib}/IPC/Run3.pm
%{_mandir}/man3/* %{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 %changelog