]> git.pld-linux.org Git - packages/perl-DelimMatch.git/blob - perl-DelimMatch.spec
- s/no/nb/ in Summary langs
[packages/perl-DelimMatch.git] / perl-DelimMatch.spec
1 #
2 # Conditional build:
3 # _without_tests - do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define         pdir    Text
7 %define         pnam    DelimMatch
8 Summary:        DelimMatch Perl module
9 Summary(cs):    Modul DelimMatch pro Perl
10 Summary(da):    Perlmodul DelimMatch
11 Summary(de):    DelimMatch Perl Modul
12 Summary(es):    Módulo de Perl DelimMatch
13 Summary(fr):    Module Perl DelimMatch
14 Summary(it):    Modulo di Perl DelimMatch
15 Summary(ja):    DelimMatch Perl ¥â¥¸¥å¡¼¥ë
16 Summary(ko):    DelimMatch ÆÞ ¸ðÁÙ
17 Summary(nb):    Perlmodul DelimMatch
18 Summary(pl):    Modu³ Perla DelimMatch
19 Summary(pt):    Módulo de Perl DelimMatch
20 Summary(pt_BR): Módulo Perl DelimMatch
21 Summary(ru):    íÏÄÕÌØ ÄÌÑ Perl DelimMatch
22 Summary(sv):    DelimMatch Perlmodul
23 Summary(uk):    íÏÄÕÌØ ÄÌÑ Perl DelimMatch
24 Summary(zh_CN): DelimMatch Perl Ä£¿é
25 Name:           perl-DelimMatch
26 Version:        1.06a
27 Release:        1
28 License:        GPL or Artistic
29 Group:          Development/Languages/Perl
30 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
31 # Source0-md5:  8efb70c2326d0b8f551708e9cdc2b649
32 BuildRequires:  rpm-perlprov >= 4.1-13
33 BuildRequires:  perl-devel >= 5.6.1
34 BuildArch:      noarch
35 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37 %description
38 DelimMatch - Perl extension to find regexp delimited strings with
39 proper nesting.
40
41 %description -l pl
42 DelimMatch - rozszerzenie Perla do wyszukiwania ³añcuchów
43 ograniczonych wyra¿eniami regularnymi z w³a¶ciwym zagnie¿d¿eniem.
44
45 %prep
46 %setup -q -n DelimMatch-1.06
47
48 %build
49 %{__perl} Makefile.PL \
50         INSTALLDIRS=vendor
51 %{__make}
52 %{!?_without_tests:%{__make} test}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc README
65 %{perl_vendorlib}/Text/DelimMatch.pm
66 # empty autosplit.ix
67 #%dir %{perl_vendorlib}/auto/Text/DelimMatch
68 #%%{perl_vendorlib}/auto/Text/DelimMatch/autosplit.ix
69 %{_mandir}/man3/*
This page took 0.212585 seconds and 4 git commands to generate.