rpms/perl-File-Find-Rule-Perl/F-8 perl-File-Find-Rule-Perl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Wed Nov 21 23:06:37 UTC 2007


Author: corsepiu

Update of /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18313/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	perl-File-Find-Rule-Perl.spec 
Log Message:
Import


--- NEW FILE perl-File-Find-Rule-Perl.spec ---
Name:		perl-File-Find-Rule-Perl
Version:	0.03
Release:	1%{?dist}
Summary:	Common rules for searching for Perl things
License:	GPL+ or Artistic
Group:		Development/Libraries
URL:		http://search.cpan.org/dist/File-Find-Rule-Perl/
Source0:	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Find-Rule-Perl-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:	noarch

BuildRequires:	perl(File::Find::Rule) >= 0.20
BuildRequires:	perl(File::Spec) >= 0.82
BuildRequires:	perl(Test::More) >= 0.47

# For improved tests
BuildRequires:	perl(Test::Pod) >= 1.00

%description
Common rules for searching for Perl things.

%prep
%setup -q -n File-Find-Rule-Perl-%{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 -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%clean
rm -rf $RPM_BUILD_ROOT

%check
make test AUTOMATED_TESTING=1

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

%changelog
* Mon Nov 19 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.03-1
- Initial version.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Nov 2007 18:31:19 -0000	1.1
+++ .cvsignore	21 Nov 2007 23:05:59 -0000	1.2
@@ -0,0 +1 @@
+File-Find-Rule-Perl-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-Find-Rule-Perl/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Nov 2007 18:31:19 -0000	1.1
+++ sources	21 Nov 2007 23:05:59 -0000	1.2
@@ -0,0 +1 @@
+a5fda6d6bc952336c2ef6275120a1df6  File-Find-Rule-Perl-0.03.tar.gz




More information about the fedora-extras-commits mailing list