forked from pool/perl-Spreadsheet-XLSX
Compare commits
10 Commits
dc7b191398
...
e6eafd3004
Author | SHA256 | Date | |
---|---|---|---|
e6eafd3004 | |||
2d48292ed4 | |||
ad7ad45dd2 | |||
40fe714bc0 | |||
21ed8ca027 | |||
1c5a746734 | |||
dbb8010f21 | |||
|
a2a1bf11aa | ||
|
1f804f1bf8 | ||
|
41dcfb9123 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:63a63b6eebb59c941c5394cc087748e9219c57055f8cfc2eaa7c3939a1e67be5
|
|
||||||
size 50308
|
|
3
Spreadsheet-XLSX-0.18.tar.gz
Normal file
3
Spreadsheet-XLSX-0.18.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fde689da209df6d3ea96009ff3622075c2c09b59d8837e3bdb14805a955156d7
|
||||||
|
size 80239
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,58 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 22 16:39:06 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.18
|
||||||
|
see /usr/share/doc/packages/perl-Spreadsheet-XLSX/Changes
|
||||||
|
|
||||||
|
0.18
|
||||||
|
|
||||||
|
- fix RT #117166: unformatted date values can no longer be retrieved, thx to lherschi
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 4 03:06:26 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.17
|
||||||
|
see /usr/share/doc/packages/perl-Spreadsheet-XLSX/Changes
|
||||||
|
|
||||||
|
0.17
|
||||||
|
|
||||||
|
- fix RT #139898: missing file from MANIFEST
|
||||||
|
- fix RT #127829, #80565, #79016: [Warning] Argument "#N/A" isn't numeric in int
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 26 03:06:40 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.16
|
||||||
|
see /usr/share/doc/packages/perl-Spreadsheet-XLSX/Changes
|
||||||
|
|
||||||
|
0.16
|
||||||
|
|
||||||
|
- added GitHub repository
|
||||||
|
- fix RT #125112: Update module name in comments and POD
|
||||||
|
- improve POD
|
||||||
|
- improve kwalitee test
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 4 10:29:57 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.15
|
||||||
|
see /usr/share/doc/packages/perl-Spreadsheet-XLSX/Changes
|
||||||
|
|
||||||
|
0.15
|
||||||
|
|
||||||
|
- revert a numeric formatting change which caused isssues with Spreadsheet::Read.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 31 11:07:27 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.14
|
||||||
|
see /usr/share/doc/packages/perl-Spreadsheet-XLSX/Changes
|
||||||
|
|
||||||
|
0.14
|
||||||
|
|
||||||
|
- change default date format to yyyy-mm-dd. This matches Spreadsheet::ParseExcel.
|
||||||
|
- handle xml tag attributes in varying order (RT #86667, et.al.)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 1 21:37:50 UTC 2011 - chris@computersalat.de
|
Thu Sep 1 21:37:50 UTC 2011 - chris@computersalat.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Spreadsheet-XLSX
|
# spec file for package perl-Spreadsheet-XLSX
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,31 +12,34 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Spreadsheet-XLSX
|
|
||||||
Version: 0.13
|
|
||||||
Release: 1
|
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Spreadsheet-XLSX
|
%define cpan_name Spreadsheet-XLSX
|
||||||
Summary: Perl extension for reading MS Excel 2007 files;
|
Name: perl-Spreadsheet-XLSX
|
||||||
Group: Development/Libraries/Perl
|
Version: 0.180.0
|
||||||
Url: http://search.cpan.org/dist/Spreadsheet-XLSX/
|
Release: 0
|
||||||
#Source: http://www.cpan.org/authors/id/D/DM/DMOW/Spreadsheet-XLSX-%{version}-withoutworldwriteables.tar.gz
|
# 0.18 -> normalize -> 0.180.0
|
||||||
Source: %{cpan_name}-%{version}-withoutworldwriteables.tar.gz
|
%define cpan_version 0.18
|
||||||
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
|
Summary: Perl extension for reading MS Excel 2007 files
|
||||||
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
|
Source0: https://cpan.metacpan.org/authors/id/A/AS/ASB/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
||||||
#
|
|
||||||
BuildRequires: perl(Archive::Zip) >= 1.18
|
BuildRequires: perl(Archive::Zip) >= 1.18
|
||||||
BuildRequires: perl(Spreadsheet::ParseExcel)
|
BuildRequires: perl(Spreadsheet::ParseExcel)
|
||||||
|
BuildRequires: perl(Test::NoWarnings)
|
||||||
|
BuildRequires: perl(Test::Warnings)
|
||||||
Requires: perl(Archive::Zip) >= 1.18
|
Requires: perl(Archive::Zip) >= 1.18
|
||||||
Requires: perl(Spreadsheet::ParseExcel)
|
Requires: perl(Spreadsheet::ParseExcel)
|
||||||
|
Provides: perl(Spreadsheet::XLSX) = %{version}
|
||||||
|
Provides: perl(Spreadsheet::XLSX::Fmt2007) = %{version}
|
||||||
|
Provides: perl(Spreadsheet::XLSX::Utility2007) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -46,26 +49,21 @@ quirks, but not all. It populates the classes from Spreadsheet::ParseExcel
|
|||||||
for interoperability; including Workbook, Worksheet, and Cell.
|
for interoperability; including Workbook, Worksheet, and Cell.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
find . -type f -print0 | xargs -0 chmod 644
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%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
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user