Name: perl-Net-Ident Version: 1.20 Release: 1%{?dist} Summary: Lookup the username on the remote end of a TCP/IP connection License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Net-Ident/ Source0: http://www.cpan.org/modules/by-module/Net/Net-Ident-%{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)) %description You can either use the simple interface, which does one ident lookup at a time, or use the asynchronous interface to perform (possibly) many simultaneous lookups, or simply continue serving other things while the lookup is proceeding. %prep %setup -q -n Net-Ident-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* #%check #make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Feb 18 2008 Andreas Thienemann 1.20-1 - Specfile autogenerated by cpanspec 1.74. - Fixed up for fedora