Author: iarnell Update of /cvs/pkgs/rpms/perl-Perl-Tags/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12537/devel Modified Files: .cvsignore sources Added Files: perl-Perl-Tags.spec Log Message: initial import --- NEW FILE perl-Perl-Tags.spec --- Name: perl-Perl-Tags Version: 0.26 Release: 1%{?dist} Summary: Generate Ctags style tags for Perl sourcecode License: (GPL+ or Artistic) or Vim Group: Development/Libraries URL: http://search.cpan.org/dist/Perl-Tags/ Source0: http://www.cpan.org/authors/id/O/OS/OSFAMERON/Perl-Tags-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Locate) BuildRequires: perl(PPI) BuildRequires: perl(Test::More) >= 0.42 BuildRequires: perl(Test::Pod) BuildRequires: vim-enhanced Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Generate (possibly exuberant) Ctags style tags for Perl sourcecode. 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. %prep %setup -q -n Perl-Tags-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Apr 29 2009 Iain Arnell 0.26-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 30 Apr 2009 05:03:28 -0000 1.1 +++ .cvsignore 30 Apr 2009 07:14:15 -0000 1.2 @@ -0,0 +1 @@ +Perl-Tags-0.26.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Perl-Tags/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 30 Apr 2009 05:03:28 -0000 1.1 +++ sources 30 Apr 2009 07:14:15 -0000 1.2 @@ -0,0 +1 @@ +7ce83250ffa83ca25c40c9aaa9adc9b2 Perl-Tags-0.26.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list