forked from pool/perl-Canary-Stability
Accepting request 696925 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/696925 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Canary-Stability?expand=0&rev=7
This commit is contained in:
parent
dc2c8ea18b
commit
6ec052f7a0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd240b111d834dbae9630c59b42fae2145ca35addc1965ea311edf0d07817107
|
||||
size 4334
|
BIN
Canary-Stability-2013.tar.gz
(Stored with Git LFS)
Normal file
BIN
Canary-Stability-2013.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 05:04:16 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 2013
|
||||
see /usr/share/doc/packages/perl-Canary-Stability/Changes
|
||||
|
||||
2013 Mon Apr 22 12:38:45 CEST 2019
|
||||
- carbon-dioxide levels hit 400ppm first time in recorded history.
|
||||
- during AUTOMATED_TESTING, turn minimum version recommendations into
|
||||
hard requirements to avoid false positives in unsupported perl
|
||||
versions.
|
||||
- added dummy testsuite.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 05:08:02 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Canary-Stability
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX 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,20 +12,19 @@
|
||||
# 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-Canary-Stability
|
||||
Version: 2012
|
||||
Version: 2013
|
||||
Release: 0
|
||||
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
|
||||
%define cpan_name Canary-Stability
|
||||
Summary: Canary to Check Perl Compatibility for Schmorp's Modules
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Summary: Canary to check perl compatibility for schmorp's modules
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Canary-Stability/
|
||||
Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -46,11 +45,11 @@ See the _Makefile.PL_ in Coro or AnyEvent for usage examples.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@ -59,6 +58,7 @@ See the _Makefile.PL_ in Coro or AnyEvent for usage examples.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes COPYING README
|
||||
%doc Changes README
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user