forked from pool/perl-Alien-wxWidgets
Accepting request 725131 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/725131 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Alien-wxWidgets?expand=0&rev=7
This commit is contained in:
commit
7ceeeac505
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e1af6e9ff2d82c2cf1219517bafe076280c414f2879a6b5723820de0e9916a2
|
|
||||||
size 671730
|
|
3
Alien-wxWidgets-0.69.tar.gz
Normal file
3
Alien-wxWidgets-0.69.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:53224e4bbbefff4cf7b63ed9a62963893b9ffd4965d70d96710348f8676de249
|
||||||
|
size 671819
|
@ -1,11 +1,11 @@
|
|||||||
--- Build.PL.orig 2010-12-27 11:20:05.000000000 +0100
|
--- Build.PL.orig 2019-08-21 13:20:23.591141429 +0200
|
||||||
+++ Build.PL 2010-12-27 11:20:22.000000000 +0100
|
+++ Build.PL 2019-08-21 13:20:25.603152873 +0200
|
||||||
@@ -44,7 +44,7 @@
|
@@ -54,7 +54,7 @@
|
||||||
'Module::Pluggable' => '2.6',
|
'Module::Pluggable' => '2.6',
|
||||||
},
|
},
|
||||||
build_requires => { 'Module::Build' => '0.28',
|
build_requires => { 'Module::Build' => '0.28',
|
||||||
- 'ExtUtils::CBuilder' => '0.24',
|
- 'ExtUtils::CBuilder' => '0.24',
|
||||||
+ 'ExtUtils::CBuilder' => 0,
|
+ 'ExtUtils::CBuilder' => 0,
|
||||||
'File::Spec' => '1.50',
|
'File::Spec' => '1.50',
|
||||||
|
'LWP::Protocol::https' => '0',
|
||||||
},
|
},
|
||||||
configure_requires => { 'Module::Build' => '0.28',
|
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 13:33:25 CEST 2019 - Tina Mueller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- Update patch perl-Alien-wxWidgets-ignore_cbuilder_version.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 3 06:41:44 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 0.69
|
||||||
|
see /usr/share/doc/packages/perl-Alien-wxWidgets/Changes
|
||||||
|
|
||||||
|
0.69 Tue Apr 18 2017
|
||||||
|
- added build dependency on LWP::Protocol::https - it is always
|
||||||
|
- necessary due to sourceforge redirect to https
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 11 05:01:27 UTC 2017 - coolo@suse.com
|
Tue Apr 11 05:01:27 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Alien-wxWidgets
|
# spec file for package perl-Alien-wxWidgets
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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,18 +12,18 @@
|
|||||||
# 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-Alien-wxWidgets
|
Name: perl-Alien-wxWidgets
|
||||||
Version: 0.68
|
Version: 0.69
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Alien-wxWidgets
|
%define cpan_name Alien-wxWidgets
|
||||||
Summary: Building, Finding and Using Wxwidgets Binaries
|
Summary: Building, finding and using wxWidgets binaries
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Alien-wxWidgets/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/M/MD/MDOOTSON/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MD/MDOOTSON/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Patch0: perl-Alien-wxWidgets-do_not_build_wxgtk.patch
|
Patch0: perl-Alien-wxWidgets-do_not_build_wxgtk.patch
|
||||||
@ -35,6 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::CBuilder) >= 0.24
|
BuildRequires: perl(ExtUtils::CBuilder) >= 0.24
|
||||||
|
BuildRequires: perl(LWP::Protocol::https)
|
||||||
BuildRequires: perl(Module::Build) >= 0.280000
|
BuildRequires: perl(Module::Build) >= 0.280000
|
||||||
BuildRequires: perl(Module::Pluggable) >= 2.6
|
BuildRequires: perl(Module::Pluggable) >= 2.6
|
||||||
Requires: perl(Module::Pluggable) >= 2.6
|
Requires: perl(Module::Pluggable) >= 2.6
|
||||||
@ -80,6 +81,6 @@ yes no | ./Build
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes patches README.txt script
|
%doc Changes README.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user