forked from pool/perl-OLE-Storage_Lite
Compare commits
11 Commits
0dc4e07435
...
0b290cbdbc
Author | SHA256 | Date | |
---|---|---|---|
0b290cbdbc | |||
52eb09bf15 | |||
1f9018ec7e | |||
5516d980b8 | |||
ff97ff8a29 | |||
e4534ac25d | |||
|
098813ef5f | ||
|
0c5f7a449f | ||
|
821238e73e | ||
|
f6b139004b | ||
|
baa287582c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e72e055c35bd85ad7c20cf2adb6c89bdbf5725df969484fa6dc981d531ef2c9d
|
||||
size 21952
|
BIN
OLE-Storage_Lite-0.22.tar.gz
(Stored with Git LFS)
Normal file
BIN
OLE-Storage_Lite-0.22.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#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_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
license: Artistic-1.0 OR GPL-1.0-or-later
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 18 03:06:34 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.22
|
||||
see /usr/share/doc/packages/perl-OLE-Storage_Lite/Changes
|
||||
|
||||
|
||||
0.21 Fri Feb 17 2020
|
||||
+ Fix for Spreadsheet::ParseExcel break due to the previous change in
|
||||
v0.20. https://github.com/jmcnamara/ole-storage-lite/pull/4
|
||||
0.20 Wed Feb 15 2020
|
||||
+ Added performance improvement of 95+ percent on certain complex
|
||||
messages. Patch from Todd Richmond.
|
||||
https://github.com/jmcnamara/ole-storage-lite/pull/4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 15:34:51 UTC 2020 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Add manual license to cpanspec.yml.
|
||||
Remove patch fix-time-local.patch (Source was fixed)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 03:10:43 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.20
|
||||
see /usr/share/doc/packages/perl-OLE-Storage_Lite/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 04:10:45 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Add fix-time-local.patch to make tests pass after 2019
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 08:57:11 UTC 2011 - coolo@novell.com
|
||||
|
||||
- fix license
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 6 13:58:50 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-OLE-Storage_Lite (Version 0.19)
|
||||
# spec file for package perl-OLE-Storage_Lite
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,20 +12,21 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# 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-OLE-Storage_Lite
|
||||
Version: 0.19
|
||||
Release: 1
|
||||
License: Japan. All rights reserved. You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
|
||||
|
||||
%define cpan_name OLE-Storage_Lite
|
||||
Summary: Simple Class for OLE document interface.
|
||||
Url: http://search.cpan.org/dist/OLE-Storage_Lite/
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/J/JM/JMCNAMARA/%{cpan_name}-%{version}.tar.gz
|
||||
Name: perl-OLE-Storage_Lite
|
||||
Version: 0.22
|
||||
Release: 0
|
||||
#Upstream: Japan. All rights reserved. You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Read and write OLE storage files
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/J/JM/JMCNAMARA/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
%{perl_requires}
|
||||
@@ -38,25 +39,21 @@ OLE::Storage_Lite::PPS::Root, OLE::Storage_Lite::PPS::File and
|
||||
OLE::Storage_Lite::PPS::Dir are subclasses of OLE::Storage_Lite::PPS.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user