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

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Tue Jun 12 14:57:42 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-IO-Compress-Bzip2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17380/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-IO-Compress-Bzip2.spec 
Log Message:
initial checkin: perl-IO-Compress-Bzip2



--- NEW FILE perl-IO-Compress-Bzip2.spec ---
Name:           perl-IO-Compress-Bzip2
Version:        2.004
Release:        1%{?dist}
Summary:        Perl interface to allow reading and writing of bzip2 data

Group:          Development/Libraries
License:        Artistic or GPL
URL:            http://search.cpan.org/dist/IO-Compress-Bzip2/
Source0:        http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-Bzip2-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl, perl(ExtUtils::MakeMaker), perl(Test::Pod)
BuildRequires:  perl(Compress::Raw::Bzip2), perl(IO::Compress::Base)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides a Perl interface that allows reading and writing
bzip2 compressed data to files or buffers.


%prep
%setup -q -n IO-Compress-Bzip2-%{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 -depth -type d -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 Jun 06 2007 Robin Norwood <rnorwood at redhat.com> - 2.004-1
- Initial build from CPAN.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Compress-Bzip2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Jun 2007 23:21:52 -0000	1.1
+++ .cvsignore	12 Jun 2007 14:57:06 -0000	1.2
@@ -0,0 +1 @@
+IO-Compress-Bzip2-2.004.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Compress-Bzip2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Jun 2007 23:21:52 -0000	1.1
+++ sources	12 Jun 2007 14:57:06 -0000	1.2
@@ -0,0 +1 @@
+5ddb54bf0f91187786952cfbcf66cd00  IO-Compress-Bzip2-2.004.tar.gz




More information about the fedora-extras-commits mailing list