]> git.pld-linux.org Git - packages/perl-MLDBM.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 20:20:14 +0000 (20:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-MLDBM.spec -> 1.20

perl-MLDBM.spec

index f62405679ac8733b6c060916655f6df928bce138..942f9a08f25103699cad9ea102cdcffb17d10144 100644 (file)
@@ -5,30 +5,14 @@
 %include       /usr/lib/rpm/macros.perl
 %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 Ä£¿é
+Summary:       MLDBM - store multi-level hash structure in single level tied hash
 Name:          perl-MLDBM
 Version:       2.01
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: perl >= 5.6
 BuildRequires: perl-FreezeThaw
 BuildRequires: perl-Storable
@@ -38,15 +22,14 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 MLDBM - store multi-level hash structure in single level tied hash.
 
-%description -l pl
-Modu³ perla MLDBM.
-
 %prep
 %setup -q -n %{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
+
 %{!?_without_tests:%{__make} test}
 
 %install
@@ -60,6 +43,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_sitelib}/MLDBM.pm
-%{perl_sitelib}/MLDBM
+%{perl_vendorlib}/MLDBM.pm
+%{perl_vendorlib}/MLDBM
 %{_mandir}/man3/*
This page took 0.038592 seconds and 4 git commands to generate.