Browse Source

perl-Authen-Smb-0.91-3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8736 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
e70533c6bf
1 changed files with 5 additions and 1 deletions
  1. 5 1
      p/perl-Authen-Smb/perl-Authen-Smb-vl.spec

+ 5 - 1
p/perl-Authen-Smb/perl-Authen-Smb-vl.spec

@@ -3,7 +3,7 @@
 Summary: Authenticate against an SMB server
 Name: perl-Authen-Smb
 Version: 0.91
-Release: 2%{_dist_release}
+Release: 3%{?_dist_release}
 License: Artistic
 Group: Development/Libraries
 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
 
 BuildRequires: perl >= 5.10.0
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 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
 
 %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
 - changed Group to Development/Libraries