Package perl-IMAP-Admin: Specfile

%define _unpackaged_files_terminate_build 1
#
#   - IMAP::Admin -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       IMAP::Admin
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module IMAP-Admin
%define m_distro IMAP-Admin
%define m_name IMAP::Admin
%define m_author_id unknown
%define _disable_test 1

Name: perl-IMAP-Admin
Version: 1.6.8
Release: alt1

Summary: Perl module for basic IMAP server administration

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/E/EE/EESTABROO/IMAP-Admin-%{version}.tar.gz

# Automatically added by buildreq on Sat Jul 18 2009
BuildRequires: perl-devel

%description
IMAP::Admin provides basic IMAP server adminstration.  It provides
functions for creating and deleting mailboxes and setting various
information such as quotas and access rights.

It's interface should, in theory, work with any RFC compliant IMAP server,
but I currently have only tested it against Carnegie Mellon University's
Cyrus IMAP and Mirapoint's IMAP servers.  It does a CAPABILITY check
for specific extensions to see if they are supported.

Operationally it opens a socket connection to the IMAP server and logs
in with the supplied login and password.  You then can call any of the
functions to perform their associated operation.

%prep
%setup -q -n %m_distro-%version

%build
%perl_vendor_build

%install
%perl_vendor_install
rm -rf %buildroot%perl_vendor_man3dir/

%files
%perl_vendor_privlib/IMAP/*

%changelog
* Thu Apr 07 2016 Igor Vlasenko <viy@altlinux.ru> 1.6.8-alt1
- automated CPAN update

* Tue Jul 13 2010 Igor Vlasenko <viy@altlinux.ru> 1.6.7-alt1
- automated CPAN update

* Sat Jul 18 2009 Vitaly Lipatov <lav@altlinux.ru> 1.6.6-alt1
- initial build for ALT Linux Sisyphus