Name: perl-Net-Domain-TLD Version: 1.69 Release: 1%{?dist} Summary: Work with TLD names Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Net-Domain-TLD Source0: http://search.cpan.org/CPAN/authors/id/A/AL/ALEXP/Net-Domain-TLD-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(Storable) BuildRequires: perl(Exporter) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description The purpose of this module is to provide user with current list of available top level domain names including new ICANN additions and CC TLDs %prep %setup -q -n Net-Domain-TLD-%{version} find lib -name "*.pm" -exec chmod -c a-x {} + %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find %{buildroot} -type f -name .packlist -exec rm -f {} ';' %{_fixperms} %{buildroot}/* %check make test %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Jan 23 2013 Normunds Neimanis 1.69-1 - Initial Package for Fedora