rpms/perl-File-DirCompare/F-11 import.log, NONE, 1.1 perl-File-DirCompare.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Thu Mar 4 00:18:40 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-File-DirCompare/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23379/F-11

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:F-11:perl-File-DirCompare-0.5-1.fc12.src.rpm:1267661902


--- 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 at club-internet.fr> 0.5-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-DirCompare/F-11/.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:18:39 -0000	1.2
@@ -0,0 +1 @@
+File-DirCompare-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-DirCompare/F-11/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:18:40 -0000	1.2
@@ -0,0 +1 @@
+56ea28d4a362d7b78f26ba7a3fa8b920  File-DirCompare-0.5.tar.gz




More information about the perl-devel mailing list