Sophie

Sophie

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

perl-PGP-GPG-MessageProcessor-0.4.5-15.mga3.src.rpm

%define	module	PGP-GPG-MessageProcessor
%define	name	perl-%{module}
%define	version	0.4.5
%define	release	%mkrel 15

Name:		%{name}
Summary:	Perl module that supplies object methods for interacting with GnuPG
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Perl
URL:		http://www.cpan.org/
Source:		%{module}-%{version}.tar.bz2


Buildarch:	noarch

%description
This module provides an interface to the encryption/decryption/signing/
verifying methods of GNU Privacy Gaurd.  It does not provide keyring
manipulation.

%prep 
%setup -q -n %{module}-%{version}

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

%check
make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING  MANIFEST NEWS  README  TODO
%{perl_vendorlib}/PGP/GPG/*
%_mandir/*/*

%changelog

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

* Sat Jan 22 2011 jquelin <jquelin> 0.4.5-14.mga1
+ Revision: 31004
- mageia rebuild
- imported package perl-PGP-GPG-MessageProcessor