]> git.pld-linux.org Git - packages/perl-Array-Unique.git/blob - perl-Array-Unique.spec
- cleaning
[packages/perl-Array-Unique.git] / perl-Array-Unique.spec
1 #
2 # Conditional build:
3 # _without_tests - do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define pdir    Array
7 %define pnam    Unique
8 Summary:        %{pdir}::%{pnam} perl module
9 Summary(cs):    Modul %{pdir}::%{pnam} pro Perl
10 Summary(da):    Perlmodul %{pdir}::%{pnam}
11 Summary(de):    %{pdir}::%{pnam} Perl Modul
12 Summary(es):    Módulo de Perl %{pdir}::%{pnam}
13 Summary(fr):    Module Perl %{pdir}::%{pnam}
14 Summary(it):    Modulo di Perl %{pdir}::%{pnam}
15 Summary(ja):    %{pdir}::%{pnam} Perl ¥â¥¸¥å¡¼¥ë
16 Summary(ko):    %{pdir}::%{pnam} ÆÞ ¸ðÁÙ
17 Summary(no):    Perlmodul %{pdir}::%{pnam}
18 Summary(pl):    Modu³ perla %{pdir}::%{pnam}
19 Summary(pt_BR): Módulo Perl %{pdir}::%{pnam}
20 Summary(pt):    Módulo de Perl %{pdir}::%{pnam}
21 Summary(ru):    íÏÄÕÌØ ÄÌÑ Perl %{pdir}::%{pnam}
22 Summary(sv):    %{pdir}::%{pnam} Perlmodul
23 Summary(uk):    íÏÄÕÌØ ÄÌÑ Perl %{pdir}::%{pnam}
24 Summary(zh_CN): %{pdir}::%{pnam} Perl Ä£¿é
25 Name:           perl-%{pdir}-%{pnam}
26 Version:        0.03
27 Release:        1
28 License:        GPL/Artistic
29 Group:          Development/Languages/Perl
30 Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
31 BuildRequires:  rpm-perlprov >= 3.0.3-16
32 BuildRequires:  perl >= 5.005
33 %{!?_without_tests:BuildRequires:       perl-Tie-IxHash}
34 BuildArch:      noarch
35 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37 %description
38 Array::Compare is a Perl module which allows you to compare two arrays.
39
40 %description -l pl
41 Array::Compare jest rozszerzeniem Perla, umo¿liwiaj±cym porównywanie
42 dwóch tablic
43
44 %prep
45 %setup -q -n %{pdir}-%{pnam}-%{version}
46
47 %build
48 perl Makefile.PL
49 %{__make}
50 %{!?_without_test:%{__make} test}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install DESTDIR=$RPM_BUILD_ROOT
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc Changes README
63 %{perl_sitelib}/%{pdir}/%{pnam}.pm
64 %{perl_sitelib}/%{pdir}/%{pnam}
65 %{_mandir}/man3/*.3pm*
This page took 0.055874 seconds and 4 git commands to generate.