rpms/perl-Data-Report/devel import.log, NONE, 1.1 perl-Data-Report-0.10-csv.patch, NONE, 1.1 perl-Data-Report.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Johan Vromans sciurius at fedoraproject.org
Mon Apr 27 09:22:28 UTC 2009


Author: sciurius

Update of /cvs/pkgs/rpms/perl-Data-Report/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17979/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Data-Report-0.10-csv.patch 
	perl-Data-Report.spec 
Log Message:
Setup for perl-Data-Report.



--- NEW FILE import.log ---
perl-Data-Report-0_10-1_fc11:HEAD:perl-Data-Report-0.10-1.fc11.src.rpm:1240823954

perl-Data-Report-0.10-csv.patch:

--- NEW FILE perl-Data-Report-0.10-csv.patch ---
--- Build.PL~	2008-08-18 11:52:11.000000000 +0200
+++ Build.PL	2009-01-30 18:27:55.000000000 +0100
@@ -16,7 +16,7 @@
 
     build_requires => {
         'Test::More' => 0,
-        'Text::CSV'  => 1.00,
+        'Text::CSV_XS'  => 0.30,
     },
 
 #    auto_features => {


--- NEW FILE perl-Data-Report.spec ---
Name:		perl-Data-Report
Version:	0.10
Release:	1%{?dist}
Summary:	A flexible plugin-driven reporting framework

Group:		Development/Libraries
License:	GPL+ or Artistic
URL:		http://search.cpan.org/dist/Data-Report/
Source0:	http://search.cpan.org/CPAN/authors/id/JV/Data-Report-%{version}.tar.gz
Patch0:		%{name}-%{version}-csv.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires:	perl(Text::CSV_XS)

BuildArch:	noarch

BuildRequires:	perl(Module::Build)

# For test suite
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Text::CSV_XS)

%description
Data::Report is a framework for report generation.

You define the columns, add the data row by row, and get reports in
text, HTML, CSV and so on. Textual ornaments like extra empty lines,
dashed lines, and cell lines can be added in a way similar to HTML
style sheets.

%prep
%setup -q -n Data-Report-%{version}

# Fix requirement for Text::CSV. Use Text::CSV_XS instead.
%patch0 -p0 -b .csv

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

%check
./Build test verbose=1

%install
%{__rm} -rf $RPM_BUILD_ROOT
./Build install --installdirs=vendor --destdir %{buildroot}
/usr/bin/find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
/usr/bin/find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
%{__chmod} -R u+w %{buildroot}/*

%clean
%{__rm} -rf $RPM_BUILD_ROOT

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


%changelog
* Fri Jan 30 2009 Johan Vromans <jvromans at squirrel.nl> 0.10-1
- Initial Fedora RPM version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-Report/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Apr 2009 16:25:34 -0000	1.1
+++ .cvsignore	27 Apr 2009 09:21:57 -0000	1.2
@@ -0,0 +1 @@
+Data-Report-0.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-Report/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Apr 2009 16:25:34 -0000	1.1
+++ sources	27 Apr 2009 09:21:58 -0000	1.2
@@ -0,0 +1 @@
+5cc5a3872c4c2d59b3461d30505a22ef  Data-Report-0.10.tar.gz




More information about the fedora-extras-commits mailing list