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

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Mon Sep 19 14:45:10 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-File-NCopy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22272/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-File-NCopy.spec 
Log Message:
auto-import perl-File-NCopy-0.34-2 on branch devel from perl-File-NCopy-0.34-2.src.rpm


--- NEW FILE perl-File-NCopy.spec ---
Name: 		perl-File-NCopy
Version: 	0.34
Release: 	2%{?dist}
Summary:	Copy files to directories, or a single file to another file
License: 	GPL or Artistic
Group: 		Development/Libraries
URL: 		http://search.cpan.org/dist/File-NCopy/
Source0:        http://www.cpan.org/authors/id/M/MZ/MZSANFORD/File-NCopy-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
File::NCopy copies files to directories, or a single file to another
file. The functionality is very similar to cp.

%prep
%setup -q -n File-NCopy-%{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
%{perl_vendorlib}/File
%{_mandir}/man3/*

%changelog
* Thu Sep 01 2005 Ralf Corsepius <rc040203 at freenet.de> - 0.34-1
- FE submission.

* Tue Jun 28 2005 Ralf Corsepius <ralf at links2linux.de> - 0.34-0.pm.1
- Initial packman version.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-File-NCopy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Sep 2005 14:44:11 -0000	1.1
+++ .cvsignore	19 Sep 2005 14:45:08 -0000	1.2
@@ -0,0 +1 @@
+File-NCopy-0.34.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-NCopy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Sep 2005 14:44:11 -0000	1.1
+++ sources	19 Sep 2005 14:45:08 -0000	1.2
@@ -0,0 +1 @@
+a2633eb0f3f8a6906303e709a35af26f  File-NCopy-0.34.tar.gz




More information about the fedora-extras-commits mailing list