]> git.pld-linux.org Git - packages/perl-Text-Query-Advanced.git/blob - perl-Text-Query-Advanced.spec
1cc629fcd72e1093bbc475f11deba0a6cb8737a1
[packages/perl-Text-Query-Advanced.git] / perl-Text-Query-Advanced.spec
1 #
2 # Conditional build:
3 %bcond_without  tests   # do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define         pdir    Text
7 %define         pnam    Query-Advanced
8 Summary:        Text::Query::Advanced perl module
9 Summary(pl.UTF-8):      Moduł perla Text::Query::Advanced
10 Name:           perl-Text-Query-Advanced
11 Version:        0.05
12 Release:        9
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:  2b1e5a7dd9bed41645e67a3057614a69
18 BuildRequires:  rpm-perlprov >= 4.1-13
19 BuildRequires:  perl-devel >= 1:5.8.0
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Text::Query::Advanced - matches text against Boolean expression.
25
26 %description -l pl.UTF-8
27 Text::Query::Advanced - wyszukuje tekst stosując operatory logiczne.
28
29 %prep
30 %setup -q -n %{pdir}-%{pnam}-%{version}
31
32 %build
33 %{__perl} Makefile.PL \
34         INSTALLDIRS=vendor
35 %{__make}
36
37 %{?with_tests:%{__make} test}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc Changes readme
51 %{perl_vendorlib}/Text/Query/Advanced.pm
52 %{_mandir}/man3/*
This page took 0.051273 seconds and 2 git commands to generate.