rpms/perl-IO-CaptureOutput/devel perl-IO-CaptureOutput.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Aug 18 04:12:13 UTC 2005


Author: spot

Update of /cvs/extras/rpms/perl-IO-CaptureOutput/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29417/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-IO-CaptureOutput.spec 
Log Message:
auto-import perl-IO-CaptureOutput-1.03-4 on branch devel from perl-IO-CaptureOutput-1.03-4.src.rpm


--- NEW FILE perl-IO-CaptureOutput.spec ---
Name:           perl-IO-CaptureOutput
Version:        1.03
Release:        4%{?dist}
Summary:        Capture STDOUT/STDERR from subprocesses and XS/C modules
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/IO-CaptureOutput
Source0:        http://search.cpan.org/CPAN/authors/id/S/SI/SIMONFLK/IO-CaptureOutput-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(Inline), perl(Parse::RecDescent), perl(Test::Pod::Coverage), perl(Test::Pod)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
%{summary}.

%prep
%setup -q -n IO-CaptureOutput-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/IO
%{_mandir}/man3/*.3*


%changelog
* Wed Aug 17 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.03-4
- add BR (Test::Pod)

* Wed Aug 17 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.03-3
- more cleanups
- add BR so testing passes

* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.03-2
- cleanups

* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.03-1
- Initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-CaptureOutput/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Aug 2005 04:11:46 -0000	1.1
+++ .cvsignore	18 Aug 2005 04:12:11 -0000	1.2
@@ -0,0 +1 @@
+IO-CaptureOutput-1.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-CaptureOutput/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Aug 2005 04:11:46 -0000	1.1
+++ sources	18 Aug 2005 04:12:11 -0000	1.2
@@ -0,0 +1 @@
+a117ecf931cf03967bf6a6843164667a  IO-CaptureOutput-1.03.tar.gz




More information about the fedora-extras-commits mailing list