rpms/perl-PPIx-EditorTools/devel perl-PPIx-EditorTools.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 06:03:27 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-PPIx-EditorTools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2172

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



--- NEW FILE perl-PPIx-EditorTools.spec ---
Name:           perl-PPIx-EditorTools
Version:        0.07
Release:        1%{?dist}
Summary:        Utility methods and base class for manipulating Perl via PPI
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/PPIx-EditorTools/
Source0:        http://www.cpan.org/authors/id/S/SZ/SZABGAB/PPIx-EditorTools-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Class::XSAccessor) >= 1.02
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(PPI) >= 1.203
BuildRequires:	perl(Test::More)
BuildRequires:  perl(Test::Differences)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Base class and utility methods for manipulating Perl via PPI. Pulled out
from the Padre::Task::PPI code.

%prep
%setup -q -n PPIx-EditorTools-%{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
* Fri Aug 14 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.07-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PPIx-EditorTools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Aug 2009 18:15:07 -0000	1.1
+++ .cvsignore	18 Aug 2009 06:03:26 -0000	1.2
@@ -0,0 +1 @@
+PPIx-EditorTools-0.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PPIx-EditorTools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Aug 2009 18:15:07 -0000	1.1
+++ sources	18 Aug 2009 06:03:27 -0000	1.2
@@ -0,0 +1 @@
+bb0efaf7c203881c390857e0ccd6da88  PPIx-EditorTools-0.07.tar.gz




More information about the fedora-extras-commits mailing list