]> git.pld-linux.org Git - SPECS.git/blob - perl-String-RewritePrefix.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / perl-String-RewritePrefix.spec
1 #
2 # Conditional build:
3 %bcond_without  tests           # do not perform "make test"
4 #
5 %define pdir    String
6 %define pnam    RewritePrefix
7 Summary:        String::RewritePrefix - rewrite strings based on a set of known prefixes
8 Summary(pl.UTF-8):      String::RewritePrefix - przepisz łańcucy znaków w oparciu o zbiór znanych prefiksów
9 Name:           perl-String-RewritePrefix
10 Version:        0.007
11 Release:        1
12 License:        GPL v1+ or Artistic
13 Group:          Development/Languages/Perl
14 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/%{pdir}-%{pnam}-%{version}.tar.gz
15 # Source0-md5:  7135a69bd8cf74cf17dba857b2372d16
16 URL:            http://search.cpan.org/dist/String-RewritePrefix/
17 BuildRequires:  perl-Sub-Exporter
18 BuildRequires:  perl-devel >= 1:5.8.0
19 BuildRequires:  rpm-perlprov >= 4.1-13
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Perl library to rewrite strings based on string prefixes.
25
26 %description -l pl.UTF-8
27 Biblioteka Perla do przepisywania lancuow na bazie prefiksow.
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}/String/*.pm
52 %{_mandir}/man3/*
This page took 0.14441 seconds and 3 git commands to generate.