Name: perl-Net-Telnet-Cisco Version: 1.10 Release: 7%{?dist} Summary: Interact with a Cisco router License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Net-Telnet-Cisco/ Source0: http://www.cpan.org/modules/by-module/Net/Net-Telnet-Cisco-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) ExcludeArch: ppc64 %description This module provides additional functionality to Net::Telnet for dealing with Cisco routers. %prep %setup -q -n Net-Telnet-Cisco-%{version} chmod 0644 Changes Cisco.pm %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/* %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Sep 3 2011 Colin Coe - 1.10-7 - Exclude ppc64 * Fri Jun 17 2011 Marcela Mašláňová - 1.10-6 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 1.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Dec 21 2010 Marcela Maslanova - 1.10-4 - 661697 rebuild for fixing problems with vendorach/lib * Wed Sep 1 2010 Colin Coe 1.10-3 - Correct permissions * Thu Aug 26 2010 Colin Coe 1.10-2 - Silence rpmlint warning * Wed Aug 25 2010 Colin Coe 1.10-1 - Don't 'make test' as router name, username and password is required. - Specfile autogenerated by cpanspec 1.77.