]> git.pld-linux.org Git - SPECS.git/blob - perl-Locale-PO.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / perl-Locale-PO.spec
1 #
2 # Conditional build:
3 %bcond_without  tests           # do not perform "make test"
4 #
5 %define         pdir    Locale
6 %define         pnam    PO
7 Summary:        Locale::PO - Perl module for manipulating .po entries from GNU gettext
8 Summary(pl.UTF-8):      Locale::PO - moduł Perla do operacji na wpisach .po z GNU gettexta
9 Name:           perl-Locale-PO
10 Version:        0.27
11 Release:        1
12 # same as perl
13 License:        GPL v1+ or Artistic
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/Locale/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5:  81545852a510f8e5332ea1e9d6b64a39
17 URL:            http://search.cpan.org/dist/Locale-PO/
18 BuildRequires:  perl-devel >= 1:5.8.0
19 BuildRequires:  rpm-perlprov >= 4.1-13
20 %if %{with tests}
21 BuildRequires:  perl-File-Slurp
22 BuildRequires:  perl-Test-Simple
23 %endif
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 This module simplifies management of GNU gettext .po files and is an
29 alternative to using emacs po-mode. It provides an object-oriented
30 interface in which each entry in a .po file is a Locale::PO object.
31
32 %description -l pl.UTF-8
33 Ten moduł upraszcza zarządzanie plikami .po GNU gettexta i jest
34 alternatywą dla trybu po emacsa. Udostępnia zorientowany obiektowo
35 interfejs, w którym każdy wpis pliku .po jest obiektem Locale::PO.
36
37 %prep
38 %setup -q -n %{pdir}-%{pnam}-%{version}
39
40 %build
41 %{__perl} Makefile.PL \
42         INSTALLDIRS=vendor
43 %{__make}
44
45 %{?with_tests:%{__make} test}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} pure_install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc Changes
59 %{perl_vendorlib}/Locale/PO.pm
60 %{_mandir}/man3/Locale::PO.3pm*
This page took 0.145951 seconds and 3 git commands to generate.