]> git.pld-linux.org Git - packages/perl-Filesys-SmbClient.git/commitdiff
- release 2: finished upgrade, removed patch0, builds now. auto/ac/perl-Filesys-SmbClient-1_5-2
authorradek <radek@pld-linux.org>
Sun, 30 May 2004 10:04:56 +0000 (10:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Filesys-SmbClient.spec -> 1.22

perl-Filesys-SmbClient.spec

index a50901c3099f6ca52aae53fad490297f72aa543d..dce55c9b5f54ec6fd42159dcd815c7551e36fa0e 100644 (file)
@@ -11,12 +11,11 @@ Summary:    Filesys::SmbClient - interface for access Samba filesystem
 Summary(pl):   Filesys::SmbClient - interfejs dostêpu do systemu plików Samby
 Name:          perl-Filesys-SmbClient
 Version:       1.5
-Release:       1
+Release:       2
 License:       GPL or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: d5fdb54c7a36053bbf0e4f77c17fc885
-Patch0:                %{name}-notest.patch
 BuildRequires: autoconf
 BuildRequires: libsmbclient-devel
 BuildRequires: perl-devel >= 1:5.8.0
@@ -36,12 +35,13 @@ systemu plik
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
-%patch0 -p1
 
 %build
 %{__autoconf}
 %configure
-%{__perl} Makefile.PL \
+%{__perl} -MExtUtils::MakeMaker -e 'WriteMakefile(NAME=>"Filesys::SmbClient",
+       OBJECT=>"libauthSamba.o SmbClient.o", LIBS=>["-lsmbclient"],
+       VERSION_FROM=>"SmbClient.pm")' \
        INSTALLDIRS=vendor
 %{__make} \
        OPTIMIZE="%{rpmcflags}"
This page took 0.098677 seconds and 4 git commands to generate.