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

Revision 9167, 3.4 KB checked in by inagaki, 9 years ago (diff)

2014-12-19 Ryoichi INAGAKI <ryo1@…>

  • perl-Authen-{Captcha, Radius, SASL}, perl-DBM-Deep, perl-DateTime?-Format-{HTTP, Mail}, perl-Dist-CheckConflicts?, perl-Eval-Closure, perl-Package-DeprecationManager?, perl-Regexp-Common, perl-Term-ReadLine?-Gnu, perl-Text-Template: updated
  • perl-DateTime?-Format-{IBeat, W3CDTF}, perl-Declare-Constraints-Simple, perl-Text-Markdown: rebuilt
  • perl-String-Random: NEW


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