Author: eseyman Update of /cvs/pkgs/rpms/perl-File-DirCompare/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22224/devel Modified Files: .cvsignore sources Added Files: import.log perl-File-DirCompare.spec Log Message: Initial import. --- NEW FILE import.log --- perl-File-DirCompare-0_5-1_fc12:HEAD:perl-File-DirCompare-0.5-1.fc12.src.rpm:1267661380 --- NEW FILE perl-File-DirCompare.spec --- Name: perl-File-DirCompare Version: 0.5 Release: 1%{?dist} Summary: Perl module to compare two directories using callbacks License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-DirCompare/ Source0: http://www.cpan.org/authors/id/G/GA/GAVINC/File-DirCompare-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description File::DirCompare is a perl module to compare two directories using a callback, invoked for all files that are 'different' between the two directories, and for any files that exist only in one or other directory ('unique' files). %prep %setup -q -n File-DirCompare-%{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 README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Mar 01 2010 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> 0.5-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-DirCompare/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 2 Mar 2010 22:55:16 -0000 1.1 +++ .cvsignore 4 Mar 2010 00:12:16 -0000 1.2 @@ -0,0 +1 @@ +File-DirCompare-0.5.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-File-DirCompare/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 2 Mar 2010 22:55:16 -0000 1.1 +++ sources 4 Mar 2010 00:12:17 -0000 1.2 @@ -0,0 +1 @@ +56ea28d4a362d7b78f26ba7a3fa8b920 File-DirCompare-0.5.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel