Author: qboosh Date: Sat Mar 5 18:22:30 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.044
---- Files affected: packages/perl-IPC-Run3: perl-IPC-Run3.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: packages/perl-IPC-Run3/perl-IPC-Run3.spec diff -u packages/perl-IPC-Run3/perl-IPC-Run3.spec:1.9 packages/perl-IPC-Run3/perl-IPC-Run3.spec:1.10 --- packages/perl-IPC-Run3/perl-IPC-Run3.spec:1.9 Tue Sep 15 12:57:34 2009 +++ packages/perl-IPC-Run3/perl-IPC-Run3.spec Sat Mar 5 19:22:25 2011 @@ -9,22 +9,24 @@ Summary: IPC::Run3 - Run a subprocess in batch mode (a la system) on Unix, Win32, etc. Summary(pl.UTF-8): IPC::Run3 - uruchamianie podprocesu w trybie wsadowym (tak jak system) Name: perl-IPC-Run3 -Version: 0.043 +Version: 0.044 Release: 1 -License: GPL or Artistic +License: BSD, GPL or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: ef3c073f900bcc9c3e30e91f1fc00fda -BuildRequires: perl-IO-Tty >= 1.00 +Source0: http://www.cpan.org/modules/by-module/IPC/RJBS/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: 7df73a65d9efc7b9e7eb04075ff1fd8f +URL: http://search.cpan.org/dist/IPC-Run3/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 +%if %{with tests} +BuildRequires: perl-Test-Simple >= 0.31 +BuildRequires: perl-Time-HiRes +%endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _noautoreq 'perl(IO::Pty)' - %description -Run a subprocess in batch mode (a la system) on Unix, Win32, etc.. +Run a subprocess in batch mode (a la system) on Unix, Win32, etc. %description -l pl.UTF-8 Uruchamianie podprocesu w trybie wsadowym (tak jak system) na @@ -51,10 +53,10 @@ %files %defattr(644,root,root,755) +%doc Changes LICENSE README %{perl_vendorlib}/IPC/Run3.pm -%dir %{perl_vendorlib}/IPC/Run3 -%{perl_vendorlib}/IPC/Run3/* -%{_mandir}/man3/* +%{perl_vendorlib}/IPC/Run3 +%{_mandir}/man3/IPC::Run3*.3pm* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -62,6 +64,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2011/03/05 18:22:25 qboosh +- updated to 0.044 + Revision 1.9 2009/09/15 10:57:34 amateja - fixed commit log ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-IPC-Run3/perl-IPC-Run3.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
