%define _unpackaged_files_terminate_build 1 %define dist Perl-Tags Name: perl-Perl-Tags Version: 0.32 Release: alt2 Summary: Generate (possibly exuberant) Ctags style tags for Perl sourcecode License: Artistic Group: Development/Perl Url: %CPAN %dist BuildArch: noarch Source: http://www.cpan.org/authors/id/O/OS/OSFAMERON/Perl-Tags-%{version}.tar.gz # Automatically added by buildreq on Wed Jun 25 2008 BuildRequires: perl-Module-Locate perl-Test-Pod perl-Test-Pod-Coverage perl-PPI perl(Capture/Tiny.pm) perl(Path/Tiny.pm) perl(Test/Exception.pm) perl(Test/LongString.pm) perl(File/Find/Rule.pm) %description use Perl::Tags; my $naive_tagger = Perl::Tags::Naive->new( max_level=>2 ); $naive_tagger->process( files => ['Foo.pm', 'bar.pl'], refresh=>1 ); Recursively follows "use" and "require" statements, up to a maximum of "max_level". The implemented tagger, "Perl::Tags::Naive" is a more-or-less straight ripoff, slightly updated, of the original pltags code, and is rather naive. It should be possible to subclass using something like "PPI" or "Text::Balanced", though be aware that this is alpha software and the internals are subject to change (so get in touch to let me know what you want to do and I'll try to help). %prep %setup -q -n %dist-%version %build %perl_vendor_build %install %perl_vendor_install rm -f %buildroot%perl_vendor_privlib/Perl/README.pod %files %_bindir/perl-tags %_bindir/require-perl-tags* %_man1dir/* %perl_vendor_privlib/Perl/Tags* %perl_vendor_privlib/App/* %perl_vendor_privlib/Test/Perl/Tags* %doc README Changes %changelog * Mon Dec 07 2015 Igor Vlasenko 0.32-alt2 - NMU: fixed build * Mon May 26 2014 Igor Vlasenko 0.32-alt1 - automated CPAN update * Mon May 19 2014 Igor Vlasenko 0.31-alt1 - automated CPAN update * Mon Feb 18 2013 Vladimir Lettiev 0.28-alt2 - add perl-tags script - spec cleanup * Mon Nov 22 2010 Igor Vlasenko 0.28-alt1.1 - repair after perl 5.12 upgrade using girar-nmu * Fri Jul 16 2010 Igor Vlasenko 0.28-alt1 - automated CPAN update * Mon Oct 06 2008 Igor Vlasenko 0.23-alt1.1 - NMU for unknown reason: the person above was too neglectant to add --changelog "- NMU: " option. * Wed Jun 25 2008 Michael Bochkaryov 0.23-alt1 - first build for ALT Linux Sisyphus