Accepting request 458764 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/458764 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Install-NoAutomatedTesting?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
58dd42c68b
commit
2c75229131
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4f82c14ede66f7febdb8b1eed729448226d77ebd7eaf029e30df55c24697157d
|
|
||||||
size 22589
|
|
3
Module-Install-NoAutomatedTesting-0.08.tar.gz
Normal file
3
Module-Install-NoAutomatedTesting-0.08.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e9f0249ace0cc3f258e99418263f57f572afad5ecaf2971307bcb313dee14454
|
||||||
|
size 27399
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
#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: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 18 06:58:00 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.08
|
||||||
|
see /usr/share/doc/packages/perl-Module-Install-NoAutomatedTesting/Changes
|
||||||
|
|
||||||
|
0.08 Fri Feb 17 13:51:08 GMT 2017
|
||||||
|
- Handle perls without dot in @INC
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 21 20:22:36 UTC 2011 - coolo@novell.com
|
Fri Jan 21 20:22:36 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Install-NoAutomatedTesting
|
# spec file for package perl-Module-Install-NoAutomatedTesting
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 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
|
||||||
@@ -16,24 +16,23 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Module-Install-NoAutomatedTesting
|
Name: perl-Module-Install-NoAutomatedTesting
|
||||||
Version: 0.06
|
Version: 0.08
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Module-Install-NoAutomatedTesting
|
%define cpan_name Module-Install-NoAutomatedTesting
|
||||||
Summary: A Module::Install extension to avoid CPAN Testers
|
Summary: Module::Install extension to avoid CPAN Testers
|
||||||
Url: http://search.cpan.org/dist/Module-Install-NoAutomatedTesting/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Install-NoAutomatedTesting-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/Module-Install-NoAutomatedTesting/
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildRequires: perl(Capture::Tiny) >= 0.05
|
Source1: cpanspec.yml
|
||||||
BuildRequires: perl(Module::Install) >= 0.85
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Capture::Tiny) >= 0.05
|
||||||
|
BuildRequires: perl(Module::Install) >= 0.85
|
||||||
Requires: perl(Module::Install) >= 0.85
|
Requires: perl(Module::Install) >= 0.85
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -41,9 +40,9 @@ CPAN Testers are great and do a worthy and thankless job, testing all the
|
|||||||
distributions uploaded to CPAN. But sometimes we don't want a distribution
|
distributions uploaded to CPAN. But sometimes we don't want a distribution
|
||||||
to be tested by these gallant individuals.
|
to be tested by these gallant individuals.
|
||||||
|
|
||||||
Module::Install::NoAutomatedTesting is a the Module::Install manpage
|
Module::Install::NoAutomatedTesting is a Module::Install extension that
|
||||||
extension that will exit from the 'Makefile.PL' when it detects that it is
|
will exit from the 'Makefile.PL' when it detects that it is being run by a
|
||||||
being run by a CPAN Tester.
|
CPAN Tester.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
@@ -60,11 +59,9 @@ being run by a CPAN Tester.
|
|||||||
%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(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user