]> git.pld-linux.org Git - packages/perl-DelimMatch.git/blame - perl-DelimMatch.spec
use generic url
[packages/perl-DelimMatch.git] / perl-DelimMatch.spec
CommitLineData
842ec96d 1#
2# Conditional build:
d62c6d5d 3%bcond_without tests # do not perform "make test"
bcb15508 4
5f1e7171 5%define pdir Text
6%define pnam DelimMatch
bcb15508 7%include /usr/lib/rpm/macros.perl
6e17d231 8Summary: DelimMatch - find regexp delimited strings with proper nesting
d850e333 9Summary(pl.UTF-8): DelimMatch - poszukiwanie łańcuchów ograniczonych wyrażeniami regularnymi
0ef03e97 10Name: perl-DelimMatch
8171469e 11Version: 1.06a
f849fba1 12Release: 2
6e17d231 13# same as perl
14License: GPL v1+ or Artistic
0ef03e97 15Group: Development/Languages/Perl
72dead2e 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
8171469e 17# Source0-md5: 8efb70c2326d0b8f551708e9cdc2b649
bcb15508 18URL: http://search.cpan.org/dist/Text-DelimMatch/
dd359d68 19BuildRequires: perl-devel >= 1:5.8.0
bcb15508 20BuildRequires: rpm-perlprov >= 4.1-13
3c3ef114 21BuildArch: noarch
a51a2d03 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
0ef03e97 23
24%description
6e17d231 25DelimMatch is a Perl extension to find regexp delimited strings with
f2b6c163 26proper nesting.
0ef03e97 27
87404ecb
JR
28%description -l pl.UTF-8
29DelimMatch jest rozszerzeniem Perla do wyszukiwania łańcuchów
30ograniczonych wyrażeniami regularnymi z właściwym zagnieżdżeniem.
0ef03e97 31
32%prep
8171469e 33%setup -q -n DelimMatch-1.06
0ef03e97 34
35%build
e2612212 36%{__perl} Makefile.PL \
09bb0394 37 INSTALLDIRS=vendor
4176d59d 38%{__make}
d62c6d5d 39
40%{?with_tests:%{__make} test}
0ef03e97 41
42%install
43rm -rf $RPM_BUILD_ROOT
0ef03e97 44
1cfdae6a 45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
0ef03e97 47
0ef03e97 48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
390a5cbc 53%doc README
e2612212 54%{perl_vendorlib}/Text/DelimMatch.pm
842ec96d 55# empty autosplit.ix
e2612212 56#%dir %{perl_vendorlib}/auto/Text/DelimMatch
57#%%{perl_vendorlib}/auto/Text/DelimMatch/autosplit.ix
0ef03e97 58%{_mandir}/man3/*
This page took 0.071871 seconds and 4 git commands to generate.