- Update to 1.10.

- Use fixperms macro instead of our own chmod incantation.
- Update Source0 URL.
- BR Test::More.
This commit is contained in:
Steven Pritchard 2010-12-28 16:04:06 -06:00
parent ddef8b3cb2
commit eeed77fd4d
3 changed files with 13 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
IO-Tty-1.08.tar.gz
/IO-Tty-1.10.tar.gz

View File

@ -1,15 +1,16 @@
Name: perl-IO-Tty
Version: 1.08
Release: 6%{?dist}
Version: 1.10
Release: 1%{?dist}
Summary: Perl interface to pseudo tty's
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/IO-Tty/
Source0: http://www.cpan.org/authors/id/R/RG/RGIERSIG/IO-Tty-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# don't "provide" private Perl libs
@ -37,7 +38,7 @@ 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 f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@ -57,6 +58,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Dec 28 2010 Steven Pritchard <steve@kspei.com> 1.10-1
- Update to 1.10.
- Use fixperms macro instead of our own chmod incantation.
- Update Source0 URL.
- BR Test::More.
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.08-6
- 661697 rebuild for fixing problems with vendorach/lib

View File

@ -1 +1 @@
e99d819a6f8c11ae105b770cc508a4fc IO-Tty-1.08.tar.gz
46baec86a145e57f0ec661fa412b097c IO-Tty-1.10.tar.gz