Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 3ffa03a0ce77e43c3161111347313d12 > files > 2

perl-GnuPG-0.190.0-2.mga3.src.rpm

%define upstream_name    GnuPG
%define upstream_version 0.19

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    Perl interface to the GNU privacy guard
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module//%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: gnupg
BuildArch:  noarch

%description
GnuPG is a perl interface to the GNU Privacy Guard. It uses the shared
memory coprocess interface that gpg provides for its wrappers. It tries its
best to map the interactive interface of the gpg to a more programmatic
model.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor

%make

%check
%make test

%install
%makeinstall_std

%files
%doc COPYING ChangeLog META.json META.yml MYMETA.yml NEWS README
%{_mandir}/man3/*
%perl_vendorlib/*
/usr/bin/gpgmailtunl
/usr/share/man/man1/gpgmailtunl.1.xz


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.190.0-2.mga3
+ Revision: 367828
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Jun 05 2012 kharec <kharec> 0.190.0-1.mga3
+ Revision: 254739
- Add gpg as BR
- update to 0.19

* Tue Nov 22 2011 kharec <kharec> 0.180.0-1.mga2
+ Revision: 171015
- update to 0.18

* Tue Nov 22 2011 kharec <kharec> 0.170.0-1.mga2
+ Revision: 170938
- imported package perl-GnuPG