|
|
@ -1,16 +1,16 @@
|
|
|
|
Name: perl-Spreadsheet-WriteExcel
|
|
|
|
Name: perl-Spreadsheet-WriteExcel
|
|
|
|
Version: 2.17
|
|
|
|
Version: 2.18
|
|
|
|
Release: 2%{?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
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/Spreadsheet-WriteExcel
|
|
|
|
URL: http://search.cpan.org/dist/Spreadsheet-WriteExcel
|
|
|
|
Source0: http://cpan.org/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-%{version}.tar.gz
|
|
|
|
Source0: http://cpan.org/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent
|
|
|
|
BuildRequires: perl-Parse-RecDescent, perl(Test::More), perl(OLE::Storage_Lite)
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
@ -63,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.18-1
|
|
|
|
|
|
|
|
- 2.18
|
|
|
|
|
|
|
|
- license tag fix
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 2.17-2
|
|
|
|
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 2.17-2
|
|
|
|
- bump for fc6
|
|
|
|
- bump for fc6
|
|
|
|
|
|
|
|
|
|
|
|