perl-POE-Component-Server-DNS/perl-POE-Component-Server-DNS.spec

Name: perl-POE-Component-Server-DNS
Summary: Non-blocking, concurrent DNS server component
Version: 0.20
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/POE-Component-Server-DNS/
Description: Non-blocking, concurrent DNS server component.

CentOS 7 x86_64

The build could not start because the following file is missing: POE-Component-Server-DNS-0.20.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: POE-Component-Server-DNS-0.20.tar.gz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dries
# Upstream: Chris Williams <chris$bingosnet,co,uk>

%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)

%define real_name POE-Component-Server-DNS

Summary: Non-blocking, concurrent DNS server component
Name: perl-POE-Component-Server-DNS
Version: 0.20
Release: 1%{?dist}
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/POE-Component-Server-DNS/

Source: http://www.cpan.org/modules/by-module/POE/POE-Component-Server-DNS-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)

%description
Non-blocking, concurrent DNS server component.

%prep
%setup -n %{real_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} pure_install

### Clean up buildroot
find %{buildroot} -name .packlist -exec %{__rm} {} \;

### Clean up docs
find examples/ -type f -exec %{__chmod} a-x {} \;

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc Changes LICENSE MANIFEST META.yml README examples/
%doc %{_mandir}/man3/POE::Component::Server::DNS.3pm*
%dir %{perl_vendorlib}/POE/
%dir %{perl_vendorlib}/POE/Component/
%dir %{perl_vendorlib}/POE/Component/Server/
#%{perl_vendorlib}/POE/Component/Server/DNS/
%{perl_vendorlib}/POE/Component/Server/DNS.pm

%changelog
* Sat Jul  4 2009 Christoph Maser <cmr@financial.com> - 0.20-1
- Updated to version 0.20.

* Thu Feb 28 2008 Dag Wieers <dag@wieers.com> - 0.14-1
- Updated to release 0.14.

* Sun Nov 18 2007 Dag Wieers <dag@wieers.com> - 0.13-1
- Updated to release 0.13.

* Sun Nov 19 2006 Dries Verachtert <dries@ulyssis.org> - 0.02-1
- Initial package.