]> git.pld-linux.org Git - packages/perl-Filesys-SmbClient.git/commitdiff
- added test on BCond perl-Filesys-SmbClient-1_1-4
authorankry <ankry@pld-linux.org>
Sat, 3 Aug 2002 11:30:16 +0000 (11:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added autosplit.ix
- release 4

Changed files:
    perl-Filesys-SmbClient.spec -> 1.5

perl-Filesys-SmbClient.spec

index b3e886c71dc844dd4f949848c16f776feb74f0b3..0058ef09b82f7fb6db09eacc924bd0fd68282dfd 100644 (file)
@@ -1,5 +1,8 @@
 # TODO:
 # - make cgi scripts from doc as separate packages
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Filesys
 %define                pnam    SmbClient
@@ -22,7 +25,7 @@ Summary(uk):  
 Summary(zh_CN):        Filesys::SmbClient Perl Ä£¿é
 Name:          perl-Filesys-SmbClient
 Version:       1.1
-Release:       3
+Release:       4
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -95,6 +98,8 @@ autoconf
 perl Makefile.PL
 %{__make}
 
+%{!?_without_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -109,8 +114,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{perl_sitearch}/Filesys
 %{perl_sitearch}/Filesys/*.pm
 %dir %{perl_sitearch}/auto/Filesys/SmbClient
-%attr(755,root,root) %{perl_sitearch}/auto/Filesys/SmbClient/SmbClient.so
+%{perl_sitearch}/auto/Filesys/SmbClient/autosplit.ix
 %{perl_sitearch}/auto/Filesys/SmbClient/SmbClient.bs
+%attr(755,root,root) %{perl_sitearch}/auto/Filesys/SmbClient/SmbClient.so
 # this is NOT duplicate:
 %dir %{perl_sitearch}/auto/Filesys
 %dir %{perl_sitearch}/auto/Filesys/Smbclient
This page took 0.165305 seconds and 4 git commands to generate.