]> git.pld-linux.org Git - packages/perl-Authen-Smb.git/commitdiff
- translations, cleaning RA-1_0 STABLE perl-Authen-Smb-0_91-6
authorankry <ankry@pld-linux.org>
Sat, 3 Aug 2002 11:29:10 +0000 (11:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added test on BCond, new %%doc
- added autosplit.ix
- release 6

Changed files:
    perl-Authen-Smb.spec -> 1.22

perl-Authen-Smb.spec

index c7e0f9c0f4de90fc89f97713a6861ddc69a280a2..54449abb057b79462e7cee013e92f6e0687ae344 100644 (file)
@@ -1,11 +1,29 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Authen
 %define                pnam    Smb
-Summary:       Authen::Smb perl module
-Summary(pl):   Modu³ perla Authen::Smb
+Summary:       Authen::Smb Perl module
+Summary(cs):   Modul Authen::Smb pro Perl
+Summary(da):   Perlmodul Authen::Smb
+Summary(de):   Authen::Smb Perl Modul
+Summary(es):   Módulo de Perl Authen::Smb
+Summary(fr):   Module Perl Authen::Smb
+Summary(it):   Modulo di Perl Authen::Smb
+Summary(ja):   Authen::Smb Perl ¥â¥¸¥å¡¼¥ë
+Summary(ko):   Authen::Smb ÆÞ ¸ðÁÙ
+Summary(no):   Perlmodul Authen::Smb
+Summary(pl):   Modu³ Perla Authen::Smb
+Summary(pt):   Módulo de Perl Authen::Smb
+Summary(pt_BR):        Módulo Perl Authen::Smb
+Summary(ru):   íÏÄÕÌØ ÄÌÑ Perl Authen::Smb
+Summary(sv):   Authen::Smb Perlmodul
+Summary(uk):   íÏÄÕÌØ ÄÌÑ Perl Authen::Smb
+Summary(zh_CN):        Authen::Smb Perl Ä£¿é
 Name:          perl-Authen-Smb
 Version:       0.91
-Release:       5
+Release:       6
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -26,20 +44,22 @@ Authen::Smb jest modu
 perl Makefile.PL
 %{__make} OPTIMIZE="%{rpmcflags}"
 
+%{!?_without_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf Changes README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc Changes README
 %{perl_sitearch}/Authen/Smb.pm
 %dir %{perl_sitearch}/auto/Authen/Smb
+%{perl_sitearch}/auto/Authen/Smb/autosplit.ix
+%{perl_sitearch}/auto/Authen/Smb/Smb.bs
 %attr(755,root,root) %{perl_sitearch}/auto/Authen/Smb/Smb.so
 %{_mandir}/man3/*
This page took 0.038905 seconds and 4 git commands to generate.