This commit is contained in:
committed by
Git OBS Bridge
parent
8e0ca41959
commit
fbb80e2e99
50
perl-Spreadsheet-WriteExcel-FromXML.spec
Normal file
50
perl-Spreadsheet-WriteExcel-FromXML.spec
Normal file
@@ -0,0 +1,50 @@
|
||||
Name: perl-Spreadsheet-WriteExcel-FromXML
|
||||
# List of additional build dependencies
|
||||
#BuildRequires: gcc-c++ libxml2-devel
|
||||
Version: 1.1
|
||||
Release: 1
|
||||
License: Artistic license
|
||||
Source: Spreadsheet-WriteExcel-FromXML-1.1.tar.gz
|
||||
Group: Development/Libraries/Perl
|
||||
Summary: Create Excel Spreadsheet from XML
|
||||
Requires: perl = %{perl_version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This module uses Spreadsheet::WriteExcel to turn a simple XML data
|
||||
file into a binary Excel XLS file.
|
||||
|
||||
See also the FromXML.dtd file in the distribution.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n Spreadsheet-WriteExcel-FromXML-%version
|
||||
|
||||
%build
|
||||
|
||||
perl Makefile.PL
|
||||
make
|
||||
|
||||
|
||||
%install
|
||||
|
||||
make DESTDIR=%buildroot install_vendor
|
||||
%perl_process_packlist
|
||||
|
||||
rm -rf %{buildroot}/var/adm/perl-modules
|
||||
|
||||
%clean
|
||||
rm -rf %buildroot
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc %{_mandir}/man?/*
|
||||
%{perl_vendorarch}/auto/Spreadsheet
|
||||
%{perl_vendorlib}/Spreadsheet
|
||||
# /var/adm/perl-modules/perl-Spreadsheet-WriteExcel-FromXML
|
||||
# %doc Changes INSTALL MANIFEST README doc examples charts
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 08 2008 tuukka.pasanen@ilmi.fi
|
||||
- packaged perl-Spreadsheet-WriteExcel-FromXML version 1.1 using the buildservice spec file wizard
|
Reference in New Issue
Block a user