9
0
Stephan Kulow
2011-06-22 15:32:00 +00:00
committed by Git OBS Bridge
parent 15199b307f
commit 0ca062c6e1

View File

@@ -40,6 +40,7 @@ Requires: perl(IO::Scalar)
Requires: perl(OLE::Storage_Lite) >= 0.19
%{perl_requires}
%description
The Spreadsheet::ParseExcel module can be used to read information from
Excel 95-2003 binary files.
@@ -51,23 +52,30 @@ the the Spreadsheet::XLSX manpage module instead.
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CP932Excel.map examples README README_Japan.htm
%changelog