rpms/perl-Test-Portability-Files/devel perl-Test-Portability-Files.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri May 12 19:23:03 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Test-Portability-Files/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9589/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Test-Portability-Files.spec 
Log Message:
auto-import perl-Test-Portability-Files-0.05-1 on branch devel from perl-Test-Portability-Files-0.05-1.src.rpm


--- NEW FILE perl-Test-Portability-Files.spec ---
Name:           perl-Test-Portability-Files
Version:        0.05
Release:        1%{?dist}
Summary:        Check file names portability
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-Portability-Files/
Source0:        http://www.cpan.org/authors/id/S/SA/SAPER/Test-Portability-Files-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module is used to check the portability across operating systems of
the names of the files present in the distribution of a module. The tests
use the advices given in "Files and Filesystems" in perlport. The author of
a distribution can select which tests to execute.

%prep
%setup -q -n Test-Portability-Files-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes LICENSE LICENSE.Artistic LICENSE.GPL README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri May 12 2006 Steven Pritchard <steve at kspei.com> 0.05-1
- Specfile autogenerated by cpanspec 1.66.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Portability-Files/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 May 2006 19:22:12 -0000	1.1
+++ .cvsignore	12 May 2006 19:23:03 -0000	1.2
@@ -0,0 +1 @@
+Test-Portability-Files-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Test-Portability-Files/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 May 2006 19:22:12 -0000	1.1
+++ sources	12 May 2006 19:23:03 -0000	1.2
@@ -0,0 +1 @@
+2ede77af4d3b82ffb39cd28fda6857e5  Test-Portability-Files-0.05.tar.gz




More information about the fedora-extras-commits mailing list