]> git.pld-linux.org Git - packages/perl-Text-Balanced.git/blob - perl-Text-Balanced.spec
use generic url
[packages/perl-Text-Balanced.git] / perl-Text-Balanced.spec
1 #
2 # Conditional build:
3 %bcond_without  tests   # do not perform "make test"
4
5 %define         pdir    Text
6 %define         pnam    Balanced
7 %include        /usr/lib/rpm/macros.perl
8 Summary:        Text::Balanced - extract delimited text sequences from strings
9 Summary(pl.UTF-8):      Text::Balanced - wydzielanie z łańcuchów rozgraniczonych ciągów tekstowych
10 Name:           perl-Text-Balanced
11 Version:        2.02
12 Release:        1
13 # same as perl
14 License:        GPL v1+ or Artistic
15 Group:          Development/Languages/Perl
16 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
17 # Source0-md5:  f1f2257693b33f534db196161b92f6db
18 URL:            http://search.cpan.org/dist/Text-Balanced/
19 BuildRequires:  perl-devel >= 1:5.8.0
20 BuildRequires:  rpm-perlprov >= 4.1-13
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Text::Balanced Perl module - extract delimited text sequences from
26 strings.
27
28 %description -l pl.UTF-8
29 Moduł Perla Text::Balanced - wydzielanie z łańcuchów rozgraniczonych
30 ciągów tekstowych.
31
32 %prep
33 %setup -q -n %{pdir}-%{pnam}-%{version}
34
35 %build
36 %{__perl} Makefile.PL \
37         INSTALLDIRS=vendor
38 %{__make}
39
40 %{?with_tests:%{__make} test}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc Changes README
53 %{perl_vendorlib}/Text/Balanced.pm
54 %{_mandir}/man3/*
This page took 0.12796 seconds and 3 git commands to generate.