Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > b8b54e4a46a191d9a3c7e2e56b65fa49 > files > 2

perl-Net-Libdnet-0.01-1mdv2008.0.src.rpm

%define module Net-Libdnet

Summary:        Perl interface to libdnet
Name:		perl-%{module}
Version:        0.01
Release:        %mkrel 1
License:        BSD
Group:		Development/Perl
URL:            http://search.cpan.org/dist/%{module}/
Source0:        http://search.cpan.org/CPAN/authors/id/V/VM/VMAN/%{module}-%{version}.tar.gz
BuildRequires:	perl-devel
BuildRequires:  libdnet-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
perl-Net-Libdnet provides perl bindings to the dnet library

%prep

%setup -q -n %{module}-%{version}

%build
%serverbuild

%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$CFLAGS" LIBS="-L%{_libdir} -ldnet" INC="-I%{_includedir}"

%make LD_RUN_PATH=""

%check
make test

%install
rm -rf %{buildroot}

%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Net
%{_mandir}/man?/*


%changelog
* Fri Jul 20 2007 Oden Eriksson <oeriksson@mandriva.com> 0.01-1mdv2008.0
+ Revision: 53925
- Import perl-Net-Libdnet



* Fri Jul 20 2007 Oden Eriksson <oeriksson@mandriva.com> 0.01-1mdv2008.0
- initial Mandriva package