]> git.pld-linux.org Git - packages/perl-DelimMatch.git/commitdiff
- translations, cleaning perl-DelimMatch-1_03-8
authorankry <ankry@pld-linux.org>
Sat, 27 Jul 2002 21:31:55 +0000 (21:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pl description
- new %%doc
- added autosplit.ix
- release 8

Changed files:
    perl-DelimMatch.spec -> 1.17

perl-DelimMatch.spec

index 0e7f155e7a950d12615953bdd3787c530ef35d9c..e17e834d77a891ce34284451e874acdff574f69e 100644 (file)
@@ -1,12 +1,29 @@
 %include       /usr/lib/rpm/macros.perl
-Summary:       DelimMatch perl module
-Summary(pl):   Modu³ perla DelimMatch
+%define                pdir    Text
+%define                pnam    DelimMatch
+Summary:       DelimMatch Perl module
+Summary(cs):   Modul DelimMatch pro Perl
+Summary(da):   Perlmodul DelimMatch
+Summary(de):   DelimMatch Perl Modul
+Summary(es):   Módulo de Perl DelimMatch
+Summary(fr):   Module Perl DelimMatch
+Summary(it):   Modulo di Perl DelimMatch
+Summary(ja):   DelimMatch Perl ¥â¥¸¥å¡¼¥ë
+Summary(ko):   DelimMatch ÆÞ ¸ðÁÙ
+Summary(no):   Perlmodul DelimMatch
+Summary(pl):   Modu³ Perla DelimMatch
+Summary(pt):   Módulo de Perl DelimMatch
+Summary(pt_BR):        Módulo Perl DelimMatch
+Summary(ru):   íÏÄÕÌØ ÄÌÑ Perl DelimMatch
+Summary(sv):   DelimMatch Perlmodul
+Summary(uk):   íÏÄÕÌØ ÄÌÑ Perl DelimMatch
+Summary(zh_CN):        DelimMatch Perl Ä£¿é
 Name:          perl-DelimMatch
 Version:       1.03
-Release:       7
+Release:       8
 License:       GPL
 Group:         Development/Languages/Perl
-Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Text/DelimMatch-%{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.1
 BuildArch:     noarch
@@ -17,7 +34,8 @@ DelimMatch - Perl extension to find regexp delimited strings with
 proper nesting.
 
 %description -l pl
-Modu³ perla DelimMatch.
+DelimMatch - rozszerzenie Perla do wyszukiwania ³añcuchów
+ograniczonych wyra¿eniami regularnymi z w³a¶ciwym zagnie¿d¿eniem.
 
 %prep
 %setup -q -n DelimMatch-%{version}
@@ -31,13 +49,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README
 %{perl_sitelib}/Text/DelimMatch.pm
+%dir %{perl_sitelib}/auto/Text/DelimMatch
+%{perl_sitelib}/auto/Text/DelimMatch/autosplit.ix
 %{_mandir}/man3/*
This page took 0.070349 seconds and 4 git commands to generate.