Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 9587ec71d19d5afcc496a16e50b33484 > files > 2

perl-Net-Radius-2.103.0-2.mga3.src.rpm

%define upstream_name       Net-Radius
%define upstream_version 2.103

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2
Summary:        Object-oriented Perl interface to RADIUS
License:        GPL or Artistic
Group:          Development/Perl
URL:            http://search.cpan.org/dist/%{upstream_name}
Source:     http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz
Buildrequires:  perl(Test::Warn)
BuildArch:      noarch


%description
The modules included here provide an interface to the RADIUS
protocol. It consists of the following modules:

Net::Radius::Packet - Deals with RADIUS packets
Net::Radius::Dictionary - Deals with RADIUS dictionaries

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
%{__make} test

%install
%makeinstall_std

%files
%doc Changes README* examples META.yml
%{perl_vendorlib}/Net
%{_mandir}/*/*


%changelog

* Tue Jan 15 2013 sander85 <sander85> 2.103.0-2.mga3
+ Revision: 388241
- Fix spec

  + umeabot <umeabot>
    - Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Jan 21 2011 jquelin <jquelin> 2.103.0-1.mga1
+ Revision: 29157
- mageia rebuild
- imported package perl-Net-Radius