Package perl-File-Type: Specfile

#
#   - File::Type -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       File::Type --version 0.22
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module File-Type
%define m_distro File-Type
%define m_name File::Type
%define m_author_id unknown
%define _enable_test 1

Name: perl-File-Type
Version: 0.22
Release: alt2.1

Summary: File-Type - Perl module

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

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org/CPAN/authors/id/P/PM/PMISON/%m_distro-%version.tar.gz

# Automatically added by buildreq on Tue Feb 21 2006
BuildRequires: perl-Module-Build perl-devel

%description
File::Type uses magic numbers (typically at the start of a file) to
determine the MIME type of that file.  File::Type can use either a
filename, or file contents, to determine the type of a file.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README Changes
%perl_vendor_privlib/File/

%changelog
* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 0.22-alt2.1
- repair after perl 5.12 upgrade using girar-nmu

* Sat Sep 06 2008 Vitaly Lipatov <lav@altlinux.ru> 0.22-alt2
- fix directory ownership violation

* Tue Feb 21 2006 Vitaly Lipatov <lav@altlinux.ru> 0.22-alt1
- initial build for ALT Linux Sisyphus