- Update to 1.10.
- Use fixperms macro instead of our own chmod incantation. - Update Source0 URL. - BR Test::More.
This commit is contained in:
parent
ddef8b3cb2
commit
eeed77fd4d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
IO-Tty-1.08.tar.gz
|
||||
/IO-Tty-1.10.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user