]> git.pld-linux.org Git - packages/perl-MLDBM.git/commitdiff
- added tests, translations; cleaning RA-1_0 STABLE perl-MLDBM-2_01-1
authorankry <ankry@pld-linux.org>
Fri, 27 Sep 2002 14:11:08 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- version 2.01, rel. 1

Changed files:
    perl-MLDBM.spec -> 1.16

perl-MLDBM.spec

index 53583f1f0dd18336c3e047e30004734df1a7eb29..9a4e4d665a45a86f7bc2c79186f30a809489ea9b 100644 (file)
@@ -1,12 +1,33 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
-Summary:       MLDBM perl module
-Summary(pl):   Modu³ perla MLDBM
+%define                pdir    MLDBM
+%define                pnam    MLDBM
+Summary:       MLDBM Perl module
+Summary(cs):   Modul MLDBM pro Perl
+Summary(da):   Perlmodul MLDBM
+Summary(de):   MLDBM Perl Modul
+Summary(es):   Módulo de Perl MLDBM
+Summary(fr):   Module Perl MLDBM
+Summary(it):   Modulo di Perl MLDBM
+Summary(ja):   MLDBM Perl ¥â¥¸¥å¡¼¥ë
+Summary(ko):   MLDBM ÆÞ ¸ðÁÙ
+Summary(no):   Perlmodul MLDBM
+Summary(pl):   Modu³ Perla MLDBM
+Summary(pt):   Módulo de Perl MLDBM
+Summary(pt_BR):        Módulo Perl MLDBM
+Summary(ru):   íÏÄÕÌØ ÄÌÑ Perl MLDBM
+Summary(sv):   MLDBM Perlmodul
+Summary(uk):   íÏÄÕÌØ ÄÌÑ Perl MLDBM
+Summary(zh_CN):        MLDBM Perl Ä£¿é
 Name:          perl-MLDBM
-Version:       2.00
-Release:       6
+Version:       2.01
+Release:       1
 License:       GPL
 Group:         Development/Languages/Perl
-Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/MLDBM/MLDBM-%{version}.tar.gz
+Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
 BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildRequires: perl >= 5.6
 BuildRequires: perl-FreezeThaw
@@ -21,11 +42,12 @@ MLDBM - store multi-level hash structure in single level tied hash.
 Modu³ perla MLDBM.
 
 %prep
-%setup -q -n MLDBM-%{version}
+%setup -q -n %{pnam}-%{version}
 
 %build
 perl Makefile.PL
 %{__make}
+%{!?_without_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.059996 seconds and 4 git commands to generate.