rpms/perl-File-Find-Rule-PPI/devel perl-File-Find-Rule-PPI.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Tue May 2 12:40:12 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-File-Find-Rule-PPI/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5271/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-File-Find-Rule-PPI.spec 
Log Message:
auto-import perl-File-Find-Rule-PPI-0.03-1 on branch devel from perl-File-Find-Rule-PPI-0.03-1.src.rpm


--- NEW FILE perl-File-Find-Rule-PPI.spec ---
Name:           perl-File-Find-Rule-PPI
Version:        0.03
Release:        1%{?dist}
Summary:        Add support for PPI queries to File::Find::Rule

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/File-Find-Rule-PPI/
Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/File-Find-Rule-PPI-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(File::Find::Rule) >= 0.20
BuildRequires:  perl(Params::Util) >= 0.10
BuildRequires:  perl(PPI) >= 1.000
BuildRequires:  perl(Test::Pod) >= 1.00
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
File::Find::Rule::PPI allows you to integrate PPI content queries into
your File::Find::Rule searches.


%prep
%setup -q -n File-Find-Rule-PPI-%{version}
%{__sed} -i  's|\r||' Changes


%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 -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/File/
%{_mandir}/man3/*.3pm*


%changelog
* Tue Apr 25 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.03-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Find-Rule-PPI/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 May 2006 12:39:38 -0000	1.1
+++ .cvsignore	2 May 2006 12:40:12 -0000	1.2
@@ -0,0 +1 @@
+File-Find-Rule-PPI-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Find-Rule-PPI/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 May 2006 12:39:38 -0000	1.1
+++ sources	2 May 2006 12:40:12 -0000	1.2
@@ -0,0 +1 @@
+a63dfd3b079258f4766b6445c1614b0f  File-Find-Rule-PPI-0.03.tar.gz




More information about the fedora-extras-commits mailing list