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:
committed by
Git OBS Bridge
parent
4074d6cb15
commit
ca6d5e41a8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user