perl 5.16 mass rebuild [release 0.59-2mamba;Mon Nov 12 2012]

This commit is contained in:
Silvan Calarco 2024-01-06 09:36:56 +01:00
parent 68649fe0e9
commit e23ae7aa00
2 changed files with 69 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# perl-Spreadsheet-ParseExcel
Spreadsheet::ParseExcel - Read information from an Excel file.

View File

@ -0,0 +1,67 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Spreadsheet-ParseExcel
Version: 0.59
Release: 2mamba
Summary: Spreadsheet::ParseExcel - Read information from an Excel file
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/J/JM/JMCNAMARA/Spreadsheet-ParseExcel-%{version}.tar.gz
License: Artistic, GPL
Requires: perl >= %perl_major_ver
BuildRequires: perl-devel >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
BuildRequires: perl-OLE-Storage_Lite
BuildRequires: perl-Spreadsheet-WriteExcel
BuildRequires: perl-Unicode-Jcode
BuildRequires: perl-Unicode-Map
## AUTOBUILDREQ-END
BuildRequires: perl-Digest-Perl-MD5
BuildRequires: perl-Crypt-RC4
BuildRequires: perl-IO-stringy
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Spreadsheet::ParseExcel - Read information from an Excel file.
%prep
%setup -q -n Spreadsheet-ParseExcel-%{version}
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make
%make test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall_perl
packlist=`find %{buildroot} -name .packlist`
[ -z "$packlist" ] && exit 1 || cat $packlist | \
sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \
sort -u > .packlist && rm $packlist
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist
done
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist
%files -f .packlist
%defattr(-,root,root)
%changelog
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.59-2mamba
- perl 5.16 mass rebuild
* Thu May 12 2011 Automatic Build System <autodist@mambasoft.it> 0.59-1mamba
- automatic update by autodist
* Tue Oct 19 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.58-1mamba
- package created by autospec