2.32 bump
This commit is contained in:
parent
3d4a3f44a9
commit
b9dcb03734
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
TermReadKey-2.30.tar.gz
|
||||
/TermReadKey-2.32.tar.gz
|
||||
|
||||
@ -1,17 +1,19 @@
|
||||
Name: perl-TermReadKey
|
||||
Version: 2.30
|
||||
Release: 20%{?dist}
|
||||
Version: 2.32
|
||||
Release: 1%{?dist}
|
||||
Summary: A perl module for simple terminal control
|
||||
Group: Development/Libraries
|
||||
License: (Copyright only) and (Artistic or GPL+)
|
||||
URL: http://search.cpan.org/~jstowe/TermReadKey/
|
||||
Source0: http://www.cpan.org/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Run-time:
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Fcntl)
|
||||
BuildRequires: perl(vars)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
@ -28,14 +30,14 @@ good likelyhood of it working.
|
||||
%setup -q -n TermReadKey-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags} OPTIMIZE="%{optflags}"
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$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 {} ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} +
|
||||
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} +
|
||||
chmod -R u+w %{buildroot}/*
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -46,8 +48,10 @@ make test
|
||||
%{perl_vendorarch}/auto/Term/
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 26 2014 Petr Šabata <contyk@redhat.com> - 2.32-1
|
||||
- 2.32 bump
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.30-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user