]> git.pld-linux.org Git - packages/perl-Text-DelimMatch.git/commitdiff
- pl, cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Mar 2008 23:22:31 +0000 (23:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Text-DelimMatch.spec -> 1.2

perl-Text-DelimMatch.spec

index e9bdee314f07aaa6310695ce546868c2fc864c45..0bf65423c13a21d37120f279d601a2be7f63026c 100644 (file)
@@ -1,20 +1,19 @@
 #
 # Conditional build:
-%bcond_without autodeps        # don't BR packages needed only for resolving deps
 %bcond_without tests           # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Text
 %define        pnam    DelimMatch
 Summary:       Text::DelimMatch - Perl extension to find regexp delimited strings with proper nesting
-#Summary(pl.UTF-8):    
+Summary(pl.UTF-8):     Text::DelimMatch - znajdowanie łańcuchów ograniczonych wyrażeniami regularnymi
 Name:          perl-Text-DelimMatch
 Version:       1.06a
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-authors/id/N/NW/NWALSH/DelimMatch-%{version}.tar.gz
+Source0:       http://www.cpan.org/modules/by-module/Text/DelimMatch-%{version}.tar.gz
 # Source0-md5: 8efb70c2326d0b8f551708e9cdc2b649
 URL:           http://search.cpan.org/dist/DelimMatch/
 BuildRequires: perl-devel >= 1:5.8.0
@@ -23,14 +22,17 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-These routines allow you to match delimited substrings in a
-buffer.  The delimiters can be specified with any regular
-expression and the start and end delimiters need not be the
-same.  If the delimited text is properly nested, entire nested
-groups are returned.
-
-# %description -l pl.UTF-8
-# TODO
+These routines allow you to match delimited substrings in a buffer.
+The delimiters can be specified with any regular expression and the
+start and end delimiters need not be the same. If the delimited text
+is properly nested, entire nested groups are returned.
+
+%description -l pl.UTF-8
+Funkcje z tego modułu pozwalają dopasowywać ograniczone podłańcuchy
+do bufora. Ograniczniki mogą być zadane dowolnym wyrażeniem
+regularnym, a ograniczniki początkowe i końcowe nie muszą być takie
+same. Jeśli ograniczony tekst jest właściwie zagnieżdżony, zwracane
+są całe zagnieżdżone grupy.
 
 %prep
 %setup -q -n DelimMatch-1.06
@@ -54,5 +56,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%{perl_vendorlib}/*/*.pm
+%{perl_vendorlib}/Text/*.pm
 %{_mandir}/man3/*
This page took 0.07615 seconds and 4 git commands to generate.