forked from pool/perl-Spreadsheet-ParseExcel
trigger service run
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Spreadsheet-ParseExcel?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
15199b307f
commit
0ca062c6e1
@@ -40,6 +40,7 @@ Requires: perl(IO::Scalar)
|
|||||||
Requires: perl(OLE::Storage_Lite) >= 0.19
|
Requires: perl(OLE::Storage_Lite) >= 0.19
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Spreadsheet::ParseExcel module can be used to read information from
|
The Spreadsheet::ParseExcel module can be used to read information from
|
||||||
Excel 95-2003 binary files.
|
Excel 95-2003 binary files.
|
||||||
@@ -51,23 +52,30 @@ the the Spreadsheet::XLSX manpage module instead.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f -print0 | xargs -0 chmod 644
|
find . -type f -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
%{__make} test
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes CP932Excel.map examples README README_Japan.htm
|
%doc Changes CP932Excel.map examples README README_Japan.htm
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user