Author: misc Date: Fri Feb 9 10:47:16 2007 New Revision: 118346 Added: packages/cooker/perl-Authen-Smb/current/SOURCES/Authen-Smb-0.91-64bit-fixes.patch Removed: packages/cooker/perl-Authen-Smb/current/SOURCES/Authen-Smb-0.91-64bit-fixes.patch.bz2 Modified: packages/cooker/perl-Authen-Smb/current/SPECS/perl-Authen-Smb.spec
Log: - bunzip patch - rebuilt to get ride of mdk extension Added: packages/cooker/perl-Authen-Smb/current/SOURCES/Authen-Smb-0.91-64bit-fixes.patch ============================================================================== --- (empty file) +++ packages/cooker/perl-Authen-Smb/current/SOURCES/Authen-Smb-0.91-64bit-fixes.patch Fri Feb 9 10:47:16 2007 @@ -0,0 +1,10 @@ +--- Authen-Smb-0.91/smbval/smblib.c.64bit-fixes 1999-06-07 03:54:23.000000000 +0200 ++++ Authen-Smb-0.91/smbval/smblib.c 2003-09-17 13:35:54.000000000 +0200 +@@ -25,6 +25,7 @@ + + #include "config.h" + #include <malloc.h> ++#include <string.h> + + int SMBlib_errno; + int SMBlib_SMB_Error; Modified: packages/cooker/perl-Authen-Smb/current/SPECS/perl-Authen-Smb.spec ============================================================================== --- packages/cooker/perl-Authen-Smb/current/SPECS/perl-Authen-Smb.spec (original) +++ packages/cooker/perl-Authen-Smb/current/SPECS/perl-Authen-Smb.spec Fri Feb 9 10:47:16 2007 @@ -3,12 +3,12 @@ Summary: Perl extension to authenticate against an SMB server Name: perl-%module Version: 0.91 -Release: %mkrel 7 +Release: %mkrel 8 License: GPL Url: http://search.cpan.org/dist/%module/ Group: Development/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{module}-%{version}.tar.gz -Patch0: Authen-Smb-0.91-64bit-fixes.patch.bz2 +Patch0: Authen-Smb-0.91-64bit-fixes.patch BuildRequires: perl-devel >= 5.6 BuildRoot: %{_tmppath}/%{name}-%{version} @@ -17,7 +17,7 @@ %prep %setup -q -n %{module}-%{version} -%patch0 -p1 -b .64bit-fxies +%patch0 -p1 -b .64bit-fixes %build CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
