pkg://perl-Convert-ASCII-Armour-1.4-1mdk.src.rpm:9409/perl-Convert-ASCII-Armour.spec
info downloads
Name: perl-Convert-ASCII-Armour
Version: 1.4
Release: 1mdk
License: Artistic
%define realname Convert-ASCII-Armour
Group: Development/Perl
Summary: Convert binary octets into ASCII armoured messages
Source0: ftp://ftp.perl.org/pub/CPAN/modules/by-module/Convert/%{realname}-%{version}.tar.bz2
Url: http://www.cpan.org
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: perl-devel
BuildRequires: perl-Compress-Zlib
Requires: perl
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This module converts hashes of binary octets into ASCII
messages suitable for transfer over 6-bit clean transport
channels. The encoded ASCII resembles PGP's armoured
messages, but are in no way compatible with PGP.
%prep
%setup -q -n %{realname}-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" echo | %{__perl} Makefile.PL INSTALLDIRS=vendor
%make
make test
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{perl_vendorlib}/*
%{_mandir}/*/*
%changelog
* Thu Nov 6 2003 Arnaud de Lorbeau <adelorbeau@mandrakesoft.com> 1.4-1mdk
- New package