diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..be499dc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Package obsoleted by the base perl package in 5.10.0. diff --git a/perl-IO-Zlib.spec b/perl-IO-Zlib.spec deleted file mode 100644 index e864a52..0000000 --- a/perl-IO-Zlib.spec +++ /dev/null @@ -1,114 +0,0 @@ -Name: perl-IO-Zlib -Version: 1.07 -Release: 3%{?dist} -Summary: Perl IO:: style interface to Compress::Zlib - -Group: Development/Libraries -License: GPL+ or Artistic -URL: http://search.cpan.org/dist/IO-Zlib/ -Source0: http://www.cpan.org/authors/id/T/TO/TOMHUGHES/IO-Zlib-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: perl(Compress::Zlib) -BuildRequires: perl(ExtUtils::MakeMaker) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Compress::Zlib) - -%description -This modules provides an IO:: style interface to the Compress::Zlib -package. The main advantage is that you can use an IO::Zlib object in -much the same way as an IO::File object so you can have common code -that doesn't know which sort of file it is using. - - -%prep -%setup -q -n IO-Zlib-%{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 ChangeLog README -%{perl_vendorlib}/IO/ -%{_mandir}/man3/*.3* - - -%changelog -* Fri Dec 21 2007 Steven Pritchard 1.07-3 -- Fix find option order. -- Use fixperms macro instead of our own chmod incantation. - -* Tue Oct 23 2007 Robin Norwood - 1.07-2 -- Remove BR: perl -- Minor specfile cleanups - -* Tue Oct 16 2007 Tom "spot" Callaway - 1.07-1 -- bump to 1.07 -- correct license tag -- add BR: perl(ExtUtils::MakeMaker) - -* Wed Jul 12 2006 Jesse Keating - 1.04-4.2.1 -- rebuild - -* Fri Feb 03 2006 Jason Vas Dias - 1.04-4.2 -- rebuild for new perl-5.8.8 - -* Fri Dec 16 2005 Jesse Keating -- rebuilt for new gcc - -* Fri Dec 16 2005 Jesse Keating -- rebuilt for new gcj - -* Fri Apr 2 2005 Jose Pedro Oliveira - 1.04-3 -- Explicit requirement: Compress::Zlib. - -* Fri Apr 1 2005 Jose Pedro Oliveira - 1.04-2 -- Update for Fedora Core 4. - -* Sun Oct 3 2004 Jose Pedro Oliveira - 0:1.04-0.fdr.1 -- Update to 1.04. - -* Tue Aug 24 2004 Jose Pedro Oliveira - 0:1.03-0.fdr.2 -- Signature test problem take 2: removed the test file instead (bug 2012). - -* Tue Aug 24 2004 Jose Pedro Oliveira - 0:1.03-0.fdr.1 -- Update to 1.03. -- Relocation of debug*.list files during the tests in order to avoid problems - with Module::Signature (files not listed in MANIFEST). - -* Mon May 10 2004 Jose Pedro Oliveira - 0:1.01-0.fdr.5 -- Avoid creation of the perllocal.pod file (make pure_install). - -* Thu Apr 29 2004 Ville Skyttä - 0:1.01-0.fdr.4 -- perl -> %%{__perl} in %%build (bug 1525). - -* Sun Apr 25 2004 Ville Skyttä - 0:1.01-0.fdr.3 -- Require perl(:MODULE_COMPAT_*). -- Reduce directory ownership bloat. - -* Tue Oct 21 2003 Ville Skyttä - 0:1.01-0.fdr.2 -- BuildArch: noarch. - -* Thu Sep 4 2003 Ville Skyttä - 0:1.01-0.fdr.1 -- First build. diff --git a/sources b/sources deleted file mode 100644 index 1fa0efd..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -06aa91c973aac0985e439ab8660e687f IO-Zlib-1.07.tar.gz