Stephan Kulow 2011-11-18 11:29:25 +00:00 committed by Git OBS Bridge
parent 0cf8e1bc94
commit 16a7f5fe89

View File

@ -40,7 +40,6 @@ 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.
@ -52,30 +51,23 @@ 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