initial import
This commit is contained in:
parent
6a20ceed61
commit
abdf64ab3c
@ -0,0 +1 @@
|
||||
Term-Size-Perl-0.029.tar.gz
|
||||
59
perl-Term-Size-Perl.spec
Normal file
59
perl-Term-Size-Perl.spec
Normal file
@ -0,0 +1,59 @@
|
||||
Name: perl-Term-Size-Perl
|
||||
Version: 0.029
|
||||
Release: 2%{?dist}
|
||||
Summary: Perl extension for retrieving terminal size (Perl version)
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Term-Size-Perl/
|
||||
Source0: http://www.cpan.org/authors/id/F/FE/FERREIRA/Term-Size-Perl-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
# although the resulting rpm appears to be noarch, the build is arch-dependent
|
||||
# and produces different code for ppc and x86
|
||||
%global debug_package %nil
|
||||
|
||||
%description
|
||||
Yet another implementation of Term::Size. Now in pure Perl, with the
|
||||
exception of a C probe run on build time.
|
||||
|
||||
%prep
|
||||
%setup -q -n Term-Size-Perl-%{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 Changes README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 07 2009 Iain Arnell <iarnell@gmail.com> 0.029-2
|
||||
- BR Test::Pod Test::Pod::Coverage
|
||||
|
||||
* Sat Apr 04 2009 Iain Arnell 0.029-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
||||
Loading…
Reference in New Issue
Block a user