Accepting request 728360 from devel:languages:perl:autoupdate

Disable tests in cpanspec.yaml and regenerate spec
Automatic update

OBS-URL: https://build.opensuse.org/request/show/728360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Wx-Perl-ProcessStream?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2019-09-05 18:27:55 +00:00
committed by Git OBS Bridge
parent 4074d6cb15
commit ca6d5e41a8
5 changed files with 70 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80ea8a86dfc05e6976a53acef852589d1b704f3bda0700fc20863042d02608e5
size 15651

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:641fdb39d6f9c7376f32a1376dcb6cfd6cdc90d77754ae09d7c82f2daf872fc3
size 15781

32
cpanspec.yml Normal file
View File

@@ -0,0 +1,32 @@
---
#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: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
custom_test: |-
# Sorry the can't pass without
# X-windows.. So make them go away.. they pass ;)
#%check
#make test
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Sep 4 18:23:32 UTC 2019 - Tina Mueller <tina.mueller@suse.com>
- Disable tests because of missing X
-------------------------------------------------------------------
Wed Apr 3 07:45:17 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.32
see /usr/share/doc/packages/perl-Wx-Perl-ProcessStream/Changes
0.32 2012-03-28 00:00
For wxWidgets 2.9.3 some changes in wxExcute + Yield on some platforms
requires different handling
0.31 2012-03-27 00:00
Test changes only - Fixes for tests on MSW - pre quoting of params not needed
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 1 10:39:35 UTC 2011 - coolo@opensuse.org Sun May 1 10:39:35 UTC 2011 - coolo@opensuse.org

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Wx-Perl-ProcessStream (Version 0.30) # spec file for package perl-Wx-Perl-ProcessStream
# #
# Copyright (c) 2011 SUSE LINUX Products 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,20 @@
# 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-Wx-Perl-ProcessStream Name: perl-Wx-Perl-ProcessStream
Version: 0.30 Version: 0.32
Release: 1 Release: 0
License: GPL+ or Artistic
%define cpan_name Wx-Perl-ProcessStream %define cpan_name Wx-Perl-ProcessStream
Summary: access IO of external processes via events Summary: Access IO of external processes via events
Url: http://search.cpan.org/dist/Wx-Perl-ProcessStream/ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/M/MD/MDOOTSON/%{cpan_name}-%{version}.tar.gz Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MD/MDOOTSON/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@@ -45,27 +47,25 @@ that, it is much simpler to do:
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check
# Sorry the can't pass without # Sorry the can't pass without
# X-windows.. So make them go away.. they pass ;) # X-windows.. So make them go away.. they pass ;)
#%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) %defattr(-,root,root,755)
%doc Changes README %doc Changes example README
%changelog %changelog