]> git.pld-linux.org Git - packages/perl-File-CounterFile.git/blob - perl-File-CounterFile.spec
- massive attack: change CPAN URLs
[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.00
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 BuildRequires:  rpm-perlprov >= 3.0.3-16
32 BuildRequires:  perl >= 5.6
33 BuildArch:      noarch
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 File::CounterFile - Persistent counter class.
38
39 %description -l pl
40 Modu³ perla File::CounterFile.
41
42 %prep
43 %setup -q -n %{pdir}-%{pnam}-%{version}
44
45 %build
46 perl Makefile.PL
47 %{__make}
48 %{!?_without_tests:%{__make} test}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc Changes README
61 %{perl_sitelib}/File/CounterFile.pm
62 %{_mandir}/man3/*
This page took 0.067938 seconds and 4 git commands to generate.