|
@@ -3,7 +3,7 @@
|
|
Summary: Authenticate against an SMB server
|
|
Summary: Authenticate against an SMB server
|
|
Name: perl-Authen-Smb
|
|
Name: perl-Authen-Smb
|
|
Version: 0.91
|
|
Version: 0.91
|
|
-Release: 2%{_dist_release}
|
|
+Release: 3%{?_dist_release}
|
|
License: Artistic
|
|
License: Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/Authen-Smb/
|
|
URL: http://search.cpan.org/dist/Authen-Smb/
|
|
@@ -16,6 +16,7 @@ Source: http://www.cpan.org/modules/by-module/Authen/Authen-Smb-%{version}.tar.g
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
BuildRequires: perl >= 5.10.0
|
|
BuildRequires: perl >= 5.10.0
|
|
|
|
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
%description
|
|
%description
|
|
Authen::Smb allows you to authenticate users against an NT server.
|
|
Authen::Smb allows you to authenticate users against an NT server.
|
|
@@ -44,6 +45,9 @@ Authen::Smb allows you to authenticate users against an NT server.
|
|
%{perl_vendorarch}/auto/Authen/Smb
|
|
%{perl_vendorarch}/auto/Authen/Smb
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jul 4 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.91-3
|
|
|
|
+- rebuilt with perl-5.16.3.
|
|
|
|
+
|
|
* Mon Nov 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.91-2
|
|
* Mon Nov 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.91-2
|
|
- changed Group to Development/Libraries
|
|
- changed Group to Development/Libraries
|
|
|
|
|