Packages have been obsoleted by base perl 5.10.0.

This commit is contained in:
Tom Callaway 2008-03-10 15:07:17 +00:00
parent ed1b2bded8
commit 07b1a75c79
3 changed files with 1 additions and 98 deletions

1
dead.package Normal file
View File

@ -0,0 +1 @@
Package obsoleted by the base perl package in 5.10.0.

View File

@ -1,97 +0,0 @@
Name: perl-version
Version: 0.74
Release: 2%{?dist}
Summary: Perl extension for Version Objects
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/version
Source0: http://search.cpan.org/CPAN/authors/id/J/JP/JPEACOCK/version-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Epoch: 2
BuildRequires: perl(Module::Build) >= 0.2611, perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
%{summary}
%prep
%setup -q -n version-%{version}
sed -i "s|#!perl|#!%{__perl}|" lib/version.pm
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
chmod u+x blib/lib/version.pm blib/lib/version/vxs.pm
make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -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
%doc %{perl_vendorarch}/version.pod
%{perl_vendorarch}/auto/version/
%{perl_vendorarch}/version/
%{perl_vendorarch}/version.pm
%{_mandir}/man3/*.3*
%changelog
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2:0.74-2
- Autorebuild for GCC 4.3
* Wed Nov 28 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2:0.74-1
- hate, hate, hate perl numbering. Bumping to 0.74, epoch to 2.
* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1:0.7203-2
- license tag fix, rebuild for ppc32
* Tue Jul 3 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1:0.7203-1.1
- add BR: Test::More
* Tue Jul 3 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1:0.7203-1
- i love perl versioning. bumping to 0.7203
* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1:0.69-1
- funky perl numbering gives us an epoch as we go to 0.69
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.6701-1
- bump to 0.6701
* Fri Jul 7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.64-1
- bump to 0.64
* Fri Mar 31 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.59-1
- bump to 0.59
* Tue Feb 28 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.57-1
- bump to 0.57
* Mon Jan 9 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.51-3
- one sed line only, not global, using __perl
* Sun Jan 8 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.51-2
- clean up scripty bits of some .pm files
* Fri Jan 6 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.51-1
- bump to 0.51
- pod file is doc
* Fri Jan 6 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.50-2
- don't pass optflags twice
- remove .bs files
* Thu Jan 5 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.50-1
- Initial package for Fedora Extras

View File

@ -1 +0,0 @@
f4601fef731ad3cc4c70a59d496ff7f4 version-0.74.tar.gz