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

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Jul 23 21:46:56 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-Test-File-Contents/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28360/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Test-File-Contents.spec 
Log Message:
Import.



--- NEW FILE perl-Test-File-Contents.spec ---
Name:           perl-Test-File-Contents
Version:        0.05
Release:        1%{?dist}
Summary:        Test routines for examining the contents of files
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-File-Contents/
Source0:        http://www.cpan.org/authors/id/S/SK/SKUD/Test-File-Contents-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Builder::Tester)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Test routines for examining the contents of files.

%prep
%setup -q -n Test-File-Contents-%{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 -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon Jul 16 2007 Steven Pritchard <steve at kspei.com> 0.05-1
- Specfile autogenerated by cpanspec 1.71.
- BR Test::Builder::Tester, Test::More, Test::Pod, and Test::Pod::Coverage.
- Improve Summary and description.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-File-Contents/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jul 2007 21:09:18 -0000	1.1
+++ .cvsignore	23 Jul 2007 21:46:23 -0000	1.2
@@ -0,0 +1 @@
+Test-File-Contents-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-File-Contents/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jul 2007 21:09:18 -0000	1.1
+++ sources	23 Jul 2007 21:46:23 -0000	1.2
@@ -0,0 +1 @@
+6bdc15a6345a3ef693a6e2326331b6ec  Test-File-Contents-0.05.tar.gz




More information about the scm-commits mailing list