rpms/perl-File-Copy-Recursive/devel perl-File-Copy-Recursive.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Thu Jan 18 02:53:14 UTC 2007


Author: corsepiu

Update of /cvs/extras/rpms/perl-File-Copy-Recursive/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14181/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-File-Copy-Recursive.spec 
Log Message:
auto-import perl-File-Copy-Recursive-0.30-1 on branch devel from perl-File-Copy-Recursive-0.30-1.src.rpm


--- NEW FILE perl-File-Copy-Recursive.spec ---
Name: 		perl-File-Copy-Recursive
Version: 	0.30
Release: 	1%{?dist}
Summary: 	Extension for recursively copying files and directories 
License: 	GPL or Artistic
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/File-Copy-Recursive/
Source0: 	http://www.cpan.org/modules/by-module/File/File-Copy-Recursive-%{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::Copy)
BuildRequires:	perl(File::Spec)

%description
This module copies and moves directories recursively to an optional depth and
attempts to preserve each file or directory's mode.

%prep
%setup -q -n File-Copy-Recursive-%{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

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

%changelog
* Wed Jan 17 2007 Ralf Corsépius <rc040203 at freenet.de> - 0.30-1
- Initial Fedora submission.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Copy-Recursive/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Jan 2007 02:52:07 -0000	1.1
+++ .cvsignore	18 Jan 2007 02:52:44 -0000	1.2
@@ -0,0 +1 @@
+File-Copy-Recursive-0.30.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Copy-Recursive/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Jan 2007 02:52:07 -0000	1.1
+++ sources	18 Jan 2007 02:52:44 -0000	1.2
@@ -0,0 +1 @@
+d764baa2507d4ab4471174d80589de1f  File-Copy-Recursive-0.30.tar.gz




More information about the scm-commits mailing list