source: projects/specs/trunk/p/perl-Authen-Radius/perl-Authen-Radius-vl.spec @ 5878

Revision 5878, 3.3 KB checked in by shaolin, 12 years ago (diff)
  • new packages
Line 
1Name:           perl-Authen-Radius
2Version:        0.13
3Release:        1%{?_dist_release}
4Summary:        Perl Authen::Radius modules
5# See LICENSING.txt
6License:        Artistic 2.0
7Group:          Development/Libraries
8URL:            http://search.cpan.org/dist/RadiusPerl/
9Source0:        http://www.cpan.org/modules/by-module/Authen/RadiusPerl-%{version}.tar.gz
10Source1:        LICENSING.txt
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12BuildArch:      noarch
13BuildRequires:  perl(Data::HexDump) >= 0.02
14BuildRequires:  perl(Digest::MD5) >= 2.20, perl(IO) >= 1.12
15Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19
20%description
21RadiusPerl is a Perl 5 module (Radius.pm) which allows you to
22communicate with a Radius server from Perl. You can just authenticate
23usernames/passwords via Radius, or completely imitate AAA requests and
24process server response.
25
26%prep
27%setup -q -n Authen-Radius-%{version}
28cp %{SOURCE1} .
29
30%build
31%{__perl} Makefile.PL INSTALLDIRS=vendor
32make %{?_smp_mflags}
33
34%install
35rm -rf %{buildroot}
36
37make pure_install PERL_INSTALL_ROOT=%{buildroot}
38
39find %{buildroot} -type f -name .packlist -exec rm -f {} \;
40find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null \;
41
42chmod -R u+rwX,go+rX,go-w %{buildroot}/*
43
44%check
45# Disabled check, as a running Radius-server is needed
46#make test
47
48%clean
49rm -rf %{buildroot}
50
51%files
52%defattr(-,root,root,-)
53%doc Changes README LICENSING.txt
54%{perl_vendorlib}/*
55%{_mandir}/man3/*
56
57%changelog
58* Sat Mar 10 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org>- 0.13-1
59- initial build for Vine Linux
60
61* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-11
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
63
64* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.13-10
65- Perl mass rebuild
66
67* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-9
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
69
70* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.13-8
71- 661697 rebuild for fixing problems with vendorach/lib
72
73* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.13-7
74- Mass rebuild with perl-5.12.0
75
76* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.13-6
77- rebuild against perl 5.10.1
78
79* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-5
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
81
82* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-4
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
84
85* Tue Sep  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.13-3
86- fix license tag (with permission from upstream)
87
88* Thu Feb  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.13-2
89- rebuild for new perl
90
91* Sat Mar 10 2007 Andreas Thienemann <andreas@bawue.net> - 0.13-1
92- Updated to 0.13
93- Added perl-devel BuildReq
94
95* Fri Sep 08 2006 Andreas Thienemann <andreas@bawue.net> - 0.12-3
96- FE6 Rebuild
97
98* Thu Apr 13 2006 Andreas Thienemann <andreas@bawue.net> 0.12-2
99- Final cleanup for inclusion.
100
101* Wed Mar 29 2006 Andreas Thienemann <andreas@bawue.net> 0.12-1
102- Cleaned up for FE
103- Specfile autogenerated by cpanspec 1.64.
Note: See TracBrowser for help on using the repository browser.