|
|
@ -1,16 +1,18 @@
|
|
|
|
Name: perl-Spreadsheet-WriteExcel
|
|
|
|
Name: perl-Spreadsheet-WriteExcel
|
|
|
|
Version: 2.13
|
|
|
|
Version: 2.14
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Write formatted text and numbers to a cross-platform Excel binary file
|
|
|
|
Summary: Write formatted text and numbers to a cross-platform Excel binary file
|
|
|
|
License: Artistic or GPL
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Source0: Spreadsheet-WriteExcel-%{version}.tar.gz
|
|
|
|
License: Artistic or GPL
|
|
|
|
Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel
|
|
|
|
URL: http://search.cpan.org/dist/Spreadsheet-WriteExcel
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
Source0: http://cpan.org/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent
|
|
|
|
BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent)
|
|
|
|
Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent)
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The Spreadsheet::WriteExcel module can be used to create a cross-
|
|
|
|
The Spreadsheet::WriteExcel module can be used to create a cross-
|
|
|
@ -61,6 +63,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 11 2005 Oliver Falk <oliver@linux-kernel.at> - 2.14-1
|
|
|
|
|
|
|
|
- Update
|
|
|
|
|
|
|
|
- Add a complete URL for Source0
|
|
|
|
|
|
|
|
- Beautifying (fix identations and make it look more like the
|
|
|
|
|
|
|
|
spectemplate-perl.spec)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 10 2005 Tom "spot" Callaway <tcallawa@redhat.com> 2.13-3
|
|
|
|
* Tue May 10 2005 Tom "spot" Callaway <tcallawa@redhat.com> 2.13-3
|
|
|
|
- more spec cleanups
|
|
|
|
- more spec cleanups
|
|
|
|
|
|
|
|
|
|
|
|