diff --git a/README.md b/README.md index cfea929..348c317 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Spreadsheet-WriteExcel +Spreadsheet::WriteExcel - Write to a cross-platform Excel binary file. + diff --git a/perl-Spreadsheet-WriteExcel.spec b/perl-Spreadsheet-WriteExcel.spec new file mode 100644 index 0000000..3888b0b --- /dev/null +++ b/perl-Spreadsheet-WriteExcel.spec @@ -0,0 +1,68 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Spreadsheet-WriteExcel +Version: 2.40 +Release: 1mamba +Summary: Spreadsheet::WriteExcel - Write to a cross-platform Excel binary file +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://search.cpan.org/CPAN/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-%{version}.tar.gz +License: Artistic, GPL +Requires: perl >= %perl_major_ver +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-devel +BuildRequires: perl-OLE-Storage_Lite +## AUTOBUILDREQ-END +BuildRequires: perl-devel >= %perl_major_ver +BuildRequires: perl-Parse-RecDescent +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Spreadsheet::WriteExcel - Write to a cross-platform Excel binary file. + +%prep +%setup -q -n Spreadsheet-WriteExcel-%{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 +* Sun Nov 10 2013 Automatic Build System 2.40-1mamba +- automatic update by autodist + +* Mon Jun 10 2013 Automatic Build System 2.39-1mamba +- automatic version update by autodist + +* Thu Nov 29 2012 Automatic Build System 2.38-1mamba +- automatic version update by autodist + +* Mon Nov 12 2012 Silvan Calarco 2.37-2mamba +- perl 5.16 mass rebuild + +* Tue Oct 19 2010 Silvan Calarco 2.37-1mamba +- package created by autospec