rpms/perl-Parse-ExuberantCTags/devel perl-Parse-ExuberantCTags.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Aug 18 05:54:29 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Parse-ExuberantCTags/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv345

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Parse-ExuberantCTags.spec 
Log Message:
* Fri Aug 14 2009 Marcela Mašláňová <mmaslano at redhat.com> 1.01-1
- Specfile autogenerated by cpanspec 1.78.



--- NEW FILE perl-Parse-ExuberantCTags.spec ---
Name:           perl-Parse-ExuberantCTags
Version:        1.01
Release:        1%{?dist}
Summary:        Efficiently parse exuberant ctags files
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Parse-ExuberantCTags/
Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/Parse-ExuberantCTags-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This Perl module parses ctags files and handles both traditional ctags as
well as extended ctags files such as produced with Exuberant ctags. To the
best of my knowledge, it does not handle emacs-style "etags" files.

%prep
%setup -q -n Parse-ExuberantCTags-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
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 -type f -name '*.bs' -size 0 -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 perlobject.map README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Parse*
%{_mandir}/man3/*

%changelog
* Fri Aug 14 2009 Marcela Mašláňová <mmaslano at redhat.com> 1.01-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Parse-ExuberantCTags/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Aug 2009 18:30:15 -0000	1.1
+++ .cvsignore	18 Aug 2009 05:54:27 -0000	1.2
@@ -0,0 +1 @@
+Parse-ExuberantCTags-1.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Parse-ExuberantCTags/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Aug 2009 18:30:15 -0000	1.1
+++ sources	18 Aug 2009 05:54:27 -0000	1.2
@@ -0,0 +1 @@
+5fd5c5ef9d2fd95cc9b48ff75760374e  Parse-ExuberantCTags-1.01.tar.gz




More information about the Fedora-perl-devel-list mailing list