]> git.pld-linux.org Git - packages/perl-File-CounterFile.git/blob - perl-File-CounterFile.spec
- updated to 1.02
[packages/perl-File-CounterFile.git] / perl-File-CounterFile.spec
1 #
2 # Conditional build:
3 # _without_tests - do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define pdir    File
7 %define pnam    CounterFile
8 Summary:        File::CounterFile Perl module
9 Summary(cs):    Modul File::CounterFile pro Perl
10 Summary(da):    Perlmodul File::CounterFile
11 Summary(de):    File::CounterFile Perl Modul
12 Summary(es):    Módulo de Perl File::CounterFile
13 Summary(fr):    Module Perl File::CounterFile
14 Summary(it):    Modulo di Perl File::CounterFile
15 Summary(ja):    File::CounterFile Perl ¥â¥¸¥å¡¼¥ë
16 Summary(ko):    File::CounterFile ÆÞ ¸ðÁÙ
17 Summary(no):    Perlmodul File::CounterFile
18 Summary(pl):    Modu³ Perla File::CounterFile
19 Summary(pt):    Módulo de Perl File::CounterFile
20 Summary(pt_BR): Módulo Perl File::CounterFile
21 Summary(ru):    íÏÄÕÌØ ÄÌÑ Perl File::CounterFile
22 Summary(sv):    File::CounterFile Perlmodul
23 Summary(uk):    íÏÄÕÌØ ÄÌÑ Perl File::CounterFile
24 Summary(zh_CN): File::CounterFile Perl Ä£¿é
25 Name:           perl-File-CounterFile
26 Version:        1.02
27 Release:        1
28 License:        GPL
29 Group:          Development/Languages/Perl
30 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
31 # Source0-md5:  5d60cbf081a9b23b55ac5db429cc4dfc
32 BuildRequires:  rpm-perlprov >= 4.1-13
33 BuildRequires:  perl-devel >= 5.6
34 BuildArch:      noarch
35 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37 %description
38 File::CounterFile - Persistent counter class.
39
40 %description -l pl
41 Modu³ perla File::CounterFile.
42
43 %prep
44 %setup -q -n %{pdir}-%{pnam}-%{version}
45
46 %build
47 %{__perl} Makefile.PL \
48         INSTALLDIRS=vendor
49 %{__make}
50 %{!?_without_tests:%{__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_vendorlib}/File/CounterFile.pm
64 %{_mandir}/man3/*
This page took 0.105514 seconds and 4 git commands to generate.