rpms/perl-Authen-Radius/devel perl-Authen-Radius.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Thu Apr 13 11:11:25 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/perl-Authen-Radius/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32374/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Authen-Radius.spec 
Log Message:
auto-import perl-Authen-Radius-0.12-2 on branch devel from perl-Authen-Radius-0.12-2.src.rpm


--- NEW FILE perl-Authen-Radius.spec ---
Name:           perl-Authen-Radius
Version:        0.12
Release:        2%{?dist}
Summary:        Perl Authen::Radius modules
License:        Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/RadiusPerl/
Source0:        http://www.cpan.org/modules/by-module/Authen/RadiusPerl-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Data::HexDump) >= 0.02
BuildRequires:  perl(Digest::MD5) >= 2.20, perl(IO) >= 1.12
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This is RadiusPerl version 0.11. RadiusPerl is a Perl 5 module (Radius.pm)
which allows you to communicate with a Radius server from Perl. You can
just authenticate usernames/passwords via Radius, or completely imitate
AAA requests and process server response.

%prep
%setup -q -n Authen-Radius-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w %{buildroot}/*

%check
# Disabled check, as a running Radius-server is needed
#make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Apr 13 2006 Andreas Thienemann <andreas at bawue.net> 0.12-2
- Final cleanup for inclusion.

* Wed Mar 29 2006 Andreas Thienemann <andreas at bawue.net> 0.12-1
- Cleaned up for FE
- Specfile autogenerated by cpanspec 1.64.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Authen-Radius/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Apr 2006 11:10:52 -0000	1.1
+++ .cvsignore	13 Apr 2006 11:11:25 -0000	1.2
@@ -0,0 +1 @@
+RadiusPerl-0.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Authen-Radius/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Apr 2006 11:10:52 -0000	1.1
+++ sources	13 Apr 2006 11:11:25 -0000	1.2
@@ -0,0 +1 @@
+8427f931a4e0e689ecf8ddf30e5a0ea7  RadiusPerl-0.12.tar.gz




More information about the fedora-extras-commits mailing list