From 75f28277e84e327643a29c3b8fa3acf636243477 Mon Sep 17 00:00:00 2001
From: Andreas Thienemann <i...@fedoraproject.org>
Date: Thu, 13 Apr 2006 11:11:25 +0000
Subject: auto-import perl-Authen-Radius-0.12-2 on branch devel from    
 perl-Authen-Radius-0.12-2.src.rpm

---
 .cvsignore              |  1 +
 perl-Authen-Radius.spec | 57 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources                 |  1 +
 3 files changed, 59 insertions(+)
 create mode 100644 perl-Authen-Radius.spec

diff --git a/.cvsignore b/.cvsignore
index e69de29..9d819af 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+RadiusPerl-0.12.tar.gz
diff --git a/perl-Authen-Radius.spec b/perl-Authen-Radius.spec
new file mode 100644
index 0000000..5d07f56
--- /dev/null
+++ b/perl-Authen-Radius.spec
@@ -0,0 +1,57 @@
+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 <andr...@bawue.net> 0.12-2
+- Final cleanup for inclusion.
+
+* Wed Mar 29 2006 Andreas Thienemann <andr...@bawue.net> 0.12-1
+- Cleaned up for FE
+- Specfile autogenerated by cpanspec 1.64.
diff --git a/sources b/sources
index e69de29..0ca6dda 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8427f931a4e0e689ecf8ddf30e5a0ea7  RadiusPerl-0.12.tar.gz
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Authen-Radius.git/commit/?h=epel7&id=75f28277e84e327643a29c3b8fa3acf636243477
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to