diff --git a/Wx-Perl-ProcessStream-0.30.tar.gz b/Wx-Perl-ProcessStream-0.30.tar.gz deleted file mode 100644 index abff45a..0000000 --- a/Wx-Perl-ProcessStream-0.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80ea8a86dfc05e6976a53acef852589d1b704f3bda0700fc20863042d02608e5 -size 15651 diff --git a/Wx-Perl-ProcessStream-0.32.tar.gz b/Wx-Perl-ProcessStream-0.32.tar.gz new file mode 100644 index 0000000..efe7dd3 --- /dev/null +++ b/Wx-Perl-ProcessStream-0.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641fdb39d6f9c7376f32a1376dcb6cfd6cdc90d77754ae09d7c82f2daf872fc3 +size 15781 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..8437461 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Wx-Perl-ProcessStream.changes b/perl-Wx-Perl-ProcessStream.changes index c255ab0..ee5b7b7 100644 --- a/perl-Wx-Perl-ProcessStream.changes +++ b/perl-Wx-Perl-ProcessStream.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Sep 4 18:23:32 UTC 2019 - Tina Mueller + +- Disable tests because of missing X + +------------------------------------------------------------------- +Wed Apr 3 07:45:17 UTC 2019 - Stephan Kulow + +- 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 diff --git a/perl-Wx-Perl-ProcessStream.spec b/perl-Wx-Perl-ProcessStream.spec index 61fe94d..b382a41 100644 --- a/perl-Wx-Perl-ProcessStream.spec +++ b/perl-Wx-Perl-ProcessStream.spec @@ -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 # 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) # 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 -Version: 0.30 -Release: 1 -License: GPL+ or Artistic +Version: 0.32 +Release: 0 %define cpan_name Wx-Perl-ProcessStream -Summary: access IO of external processes via events -Url: http://search.cpan.org/dist/Wx-Perl-ProcessStream/ +Summary: Access IO of external processes via events +License: Artistic-1.0 OR GPL-1.0-or-later 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -45,27 +47,25 @@ that, it is much simpler to do: %prep %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 -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} +%check # Sorry the can't pass without # X-windows.. So make them go away.. they pass ;) #%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 +%doc Changes example README %changelog