Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 8e73b10469cfacccf0972cf9d8a9135b > files > 2

perl-Net-Netmask-1.9002-3mdk.src.rpm

Summary:	Net-Netmask module for Perl
Name:		perl-Net-Netmask
Version:	1.9002
Release:	3mdk
License:	Distributable
Group:		Development/Perl
Source:		http://www.cpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-%{version}.tar.bz2
URL:		http://search.cpan.org/search?dist=Net-Netmask
BuildRequires:	perl-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: 	noarch
Requires:	perl >= 0:5.00503

%description
Net-Netmask module for perl

Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an
object-oriented interface. Nearly all functions are methods that operate on a
Net::Netmask object.

There are methods that provide the nearly all bits of information about a
network block that you might want.

%prep
%setup -q -n Net-Netmask-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
%make
%make test

%clean 
rm -rf %{buildroot}

%install
rm -rf %{buildroot}
make PREFIX=$RPM_BUILD_ROOT%{_prefix} install

%files
%defattr(-,root,root)
%{perl_vendorlib}/Net/*
%{_mandir}/*/*

%changelog
* Fri Feb 14 2003 Pixel <pixel@mandrakesoft.com> 1.9002-3mdk
- rebuild with vendorlib

* Fri Dec 27 2002 Alexander Skwar <ASkwar@DigitalProjects.com> 1.9002-2mdk
- Rebuild for new glibc and macros

* Fri Mar  1 2002 Alexander Skwar <ASkwar@DigitalProjects.com> 1.9002-1mdk
- First Mandrake release