Пакет perl-Filter-Template: Specfile

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

%define module Filter-Template
%define m_distro Filter-Template
%define m_name Filter::Template
%define m_author_id unknown
%define _enable_test 1

Name: perl-Filter-Template
Version: 1.043
Release: alt1

Summary: Source filter for inline code templating

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/Filter-Template/

Packager: Michael Bochkaryov <misha@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/R/RC/RCAPUTO/Filter-Template-%{version}.tar.gz

# Automatically added by buildreq on Tue Jul 29 2008 (-bi)
BuildRequires: perl-Filter perl-devel

%description
Filter::Template is a Perl source filter that provides simple inline
source code templates.  Inlined source code can be significantly
faster than subroutines, especially for small-scale functions like
accessors and mutators.  On the other hand, they are more difficult to
maintain and use.  Choose your trade-offs wisely.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/Filter*
%doc CHANGES 

%changelog
* Tue Aug 27 2013 Igor Vlasenko <viy@altlinux.ru> 1.043-alt1
- automated CPAN update

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

* Fri Jul 16 2010 Igor Vlasenko <viy@altlinux.ru> 1.040-alt1
- automated CPAN update

* Sat Sep 13 2008 Michael Bochkaryov <misha@altlinux.ru> 1.02-alt2
- fix directory ownership violation

* Tue Jul 29 2008 Michael Bochkaryov <misha@altlinux.ru> 1.02-alt1
- first build for ALT Linux Sisyphus