8
0

Compare commits

...

11 Commits

Author SHA256 Message Date
0b290cbdbc Accepting request 1066842 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1066842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-OLE-Storage_Lite?expand=0&rev=12
2023-02-21 14:35:43 +00:00
52eb09bf15 Accepting request 1066769 from devel:languages:perl:autoupdate
- updated to 0.22
   see /usr/share/doc/packages/perl-OLE-Storage_Lite/Changes
  0.21 
      + Fix for Spreadsheet::ParseExcel break due to the previous change in
        v0.20.  https://github.com/jmcnamara/ole-storage-lite/pull/4
  0.20 
      + Added performance improvement of 95+ percent on certain complex
        messages. Patch from Todd Richmond.
        https://github.com/jmcnamara/ole-storage-lite/pull/4

OBS-URL: https://build.opensuse.org/request/show/1066769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-OLE-Storage_Lite?expand=0&rev=19
2023-02-20 14:06:19 +00:00
1f9018ec7e Accepting request 762187 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/762187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-OLE-Storage_Lite?expand=0&rev=11
2020-01-12 22:17:15 +00:00
5516d980b8 Accepting request 761650 from devel:languages:perl:autoupdate
OBS-URL: https://build.opensuse.org/request/show/761650
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-OLE-Storage_Lite?expand=0&rev=17
2020-01-09 13:04:24 +00:00
ff97ff8a29 Accepting request 711711 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/711711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-OLE-Storage_Lite?expand=0&rev=10
2019-06-30 08:16:11 +00:00
e4534ac25d Accepting request 711588 from home:bmwiedemann:branches:devel:languages:perl
Add fix-time-local.patch to make tests pass after 2019

OBS-URL: https://build.opensuse.org/request/show/711588
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-OLE-Storage_Lite?expand=0&rev=15
2019-06-24 15:40:06 +00:00
Stephan Kulow
098813ef5f replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-OLE-Storage_Lite?expand=0&rev=5
2011-12-06 17:45:36 +00:00
Stephan Kulow
0c5f7a449f Accepting request 92068 from devel:languages:perl
- fix license

OBS-URL: https://build.opensuse.org/request/show/92068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-OLE-Storage_Lite?expand=0&rev=4
2011-11-18 14:47:28 +00:00
Stephan Kulow
821238e73e - fix license
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-OLE-Storage_Lite?expand=0&rev=13
2011-06-09 08:57:32 +00:00
Sascha Peilicke
f6b139004b Autobuild autoformatter for 72819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-OLE-Storage_Lite?expand=0&rev=2
2011-06-09 08:48:33 +00:00
OBS User buildservice-autocommit
baa287582c Updating link to change in openSUSE:Factory/perl-OLE-Storage_Lite revision 2.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-OLE-Storage_Lite?expand=0&rev=496e4f423e69d58cc4cdd23292cefa3e
2011-06-09 08:48:33 +00:00
5 changed files with 85 additions and 23 deletions

View File

@@ -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

Binary file not shown.

28
cpanspec.yml Normal file
View 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

View File

@@ -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

View File

@@ -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