]> git.pld-linux.org Git - packages/perl-Locale-Hebrew.git/blob - perl-Locale-Hebrew.spec
rebuild with perl 5.32
[packages/perl-Locale-Hebrew.git] / perl-Locale-Hebrew.spec
1 #
2 # Conditional build:
3 %bcond_without  tests           # do not perform "make test"
4 #
5 %define pdir    Locale
6 %define pnam    Hebrew
7 Summary:        Locale::Hebrew - Bidirectional Hebrew support
8 Summary(pl.UTF-8):      Locale::Hebrew - obsługa języka hebrajskiego z dwukierunkowym pismem
9 Name:           perl-Locale-Hebrew
10 Version:        1.05
11 Release:        12
12 # same as perl
13 License:        GPL v1+ or Artistic
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-authors/id/A/AU/AUDREYT/Locale-Hebrew-%{version}.tar.gz
16 # Source0-md5:  424209b23bf423f1923f9b24b5ae2179
17 Patch0:         format-security.patch
18 URL:            http://search.cpan.org/dist/Locale-Hebrew/
19 %{?with_tests:BuildRequires:    perl-Encode}
20 BuildRequires:  perl-devel >= 1:5.8.0
21 BuildRequires:  rpm-perlprov >= 4.1-13
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 This module is based on code from the Unicode Consortium.
26
27 The charset on their code was bogus, therefore this module had to work
28 the real charset from scratch. There might have some mistakes, though.
29
30 One function, hebrewflip, is exported by default.
31
32 %description -l pl.UTF-8
33 Ten moduł jest oparty na kodzie z Unicode Consortium. Zestaw znaków w
34 tamtym kodzie był błędny, więc obsługa prawdziwego zestawu znaków
35 musiała być napisana od zera. Może jednak zawierać błędy.
36
37 Domyślnie eksportowana jest jedna funkcja - hebrewflip.
38
39 %prep
40 %setup -q -n %{pdir}-%{pnam}-%{version}
41 %patch0 -p1
42
43 %build
44 %{__perl} Makefile.PL \
45         INSTALLDIRS=vendor
46 %{__make} \
47         CC="%{__cc}" \
48         OPTIMIZE="%{rpmcflags}"
49
50 %{?with_tests:%{__make} test}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc Changes README
64 %{perl_vendorarch}/Locale/*.pm
65 %dir %{perl_vendorarch}/auto/Locale/Hebrew
66 %{perl_vendorarch}/auto/Locale/Hebrew/autosplit.ix
67 %attr(755,root,root) %{perl_vendorarch}/auto/Locale/Hebrew/*.so
68 %{_mandir}/man3/*
This page took 0.032485 seconds and 4 git commands to generate.