rpms/perl-IO-Compress-Base/devel perl-IO-Compress-Base.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:47:52 UTC 2007


Author: rnorwood

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-IO-Compress-Base.spec 
Log Message:
Initial checkin: perl-IO-Compress-Base



--- NEW FILE perl-IO-Compress-Base.spec ---
Name:           perl-IO-Compress-Base
Version:        2.004
Release:        1%{?dist}
Summary:        Base Class for IO::Compress modules
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/IO-Compress-Base/
Source0:        http://www.cpan.org/modules/by-module/IO/IO-Compress-Base-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::NoWarnings)

%description
This module is the base class for all IO::Compress and IO::Uncompress
modules.  This module is not intended for direct use in application
code.  Its sole purpose is to to be sub-classed by IO::Compress
modules.

%prep
%setup -q -n IO-Compress-Base-%{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 \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Wed Mar 21 2007 Robin Norwood <rnorwood at redhat.com> - 2.004-1
- Fix some minor issues, and go to 2.004 from upstream

* Tue Feb 13 2007 Robin Norwood <rnorwood at redhat.com> - 2.003-1
- Specfile autogenerated by cpanspec 1.69.1.


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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Compress-Base/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Jun 2007 23:19:34 -0000	1.1
+++ sources	12 Jun 2007 14:47:17 -0000	1.2
@@ -0,0 +1 @@
+a48a6185d239985d3a9755a36c2ff659  IO-Compress-Base-2.004.tar.gz




More information about the fedora-extras-commits mailing list