Package perl-Regexp-Shellish: Specfile

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

%define module Regexp-Shellish
%define m_distro Regexp-Shellish
%define m_name Regexp::Shellish
%define m_author_id unknown
%define _enable_test 1

Name: perl-Regexp-Shellish
Version: 0.93
Release: alt2.1

Summary: Shell-like regular expressions

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/R/RB/RBS/%m_distro-%version.tar.gz

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

%description
Provides shell-like regular expressions.  The wildcards provided
are "?", "*" and "**", where "**" is like "*" but matches "/".  See
"compile_shellish" for details.

Case sensitivity and constructs like <**>, "(a*b)", and "{a,b,c}"
can be disabled.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes
%perl_vendor_privlib/Regexp/

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

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

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