]> git.pld-linux.org Git - packages/perl-PGP-Sign.git/blob - perl-PGP-Sign.spec
- massive attack: change CPAN URLs
[packages/perl-PGP-Sign.git] / perl-PGP-Sign.spec
1 #
2 # Conditional build:
3 # _without_tests - do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define         pdir    PGP
7 %define         pnam    Sign
8 Summary:        PGP::Sign Perl module
9 Summary(cs):    Modul PGP::Sign pro Perl
10 Summary(da):    Perlmodul PGP::Sign
11 Summary(de):    PGP::Sign Perl Modul
12 Summary(es):    Módulo de Perl PGP::Sign
13 Summary(fr):    Module Perl PGP::Sign
14 Summary(it):    Modulo di Perl PGP::Sign
15 Summary(ja):    PGP::Sign Perl ¥â¥¸¥å¡¼¥ë
16 Summary(ko):    PGP::Sign ÆÞ ¸ðÁÙ
17 Summary(no):    Perlmodul PGP::Sign
18 Summary(pl):    Modu³ Perla PGP::Sign
19 Summary(pt):    Módulo de Perl PGP::Sign
20 Summary(pt_BR): Módulo Perl PGP::Sign
21 Summary(ru):    íÏÄÕÌØ ÄÌÑ Perl PGP::Sign
22 Summary(sv):    PGP::Sign Perlmodul
23 Summary(uk):    íÏÄÕÌØ ÄÌÑ Perl PGP::Sign
24 Summary(zh_CN): PGP::Sign Perl Ä£¿é
25 Name:           perl-PGP-Sign
26 Version:        0.17
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-devel >= 5.6.1
33 BuildRequires:  gnupg
34 Requires:       gnupg
35 BuildArch:      noarch
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 PGP::Sign - generates detached PGP signatures for data.
40
41 This package was built for using with GnuPG. If you want to use it
42 with PGP, you need to modify 'Global variables' section in the
43 PGP/Sign.pm file.
44
45 %description -l pl
46 PGP::Sign - generuje oddzielne sygnatury PGP dla danych.
47
48 Ten pakiet zosta³ zbudowany do u¿ycia z GnuPG. Je¶li chcesz u¿ywaæ go
49 z PGP, musisz zmodyfikowaæ sekcjê 'Global variables' w pliku
50 PGP/Sign.pm.
51
52 %prep
53 %setup -q -n %{pdir}-%{pnam}-%{version}
54
55 %build
56 perl Makefile.PL \
57         PGP=%{_bindir}/gpg \
58         PGPSTYLE=GPG
59 %{__make}
60 %{!?_without_tests:%{__make} test}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install DESTDIR=$RPM_BUILD_ROOT
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc ChangeLog README TODO
73 %{perl_sitelib}/PGP
74 %{_mandir}/man3/*
This page took 0.118503 seconds and 3 git commands to generate.