From f582aa5729aa9e25f697d3f6e1b50d7bb0152a76a8d8be60dc6a9a342e8ccbf8 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Wed, 2 Jan 2019 15:09:30 +0000 Subject: [PATCH] Accepting request 660672 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/660672 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-Dependency?expand=0&rev=4 --- Algorithm-Dependency-1.110.tar.gz | 3 -- Algorithm-Dependency-1.111.tar.gz | 3 ++ cpanspec.yml | 28 ++++++++++ perl-Algorithm-Dependency.changes | 6 +++ perl-Algorithm-Dependency.spec | 89 ++++++++++++++++--------------- 5 files changed, 84 insertions(+), 45 deletions(-) delete mode 100644 Algorithm-Dependency-1.110.tar.gz create mode 100644 Algorithm-Dependency-1.111.tar.gz create mode 100644 cpanspec.yml diff --git a/Algorithm-Dependency-1.110.tar.gz b/Algorithm-Dependency-1.110.tar.gz deleted file mode 100644 index 0d74a79..0000000 --- a/Algorithm-Dependency-1.110.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f27733e8d89cf2ab621284c2584da90ab0cb743ba2295ee739fe51bf92561e37 -size 40530 diff --git a/Algorithm-Dependency-1.111.tar.gz b/Algorithm-Dependency-1.111.tar.gz new file mode 100644 index 0000000..5e3b7c3 --- /dev/null +++ b/Algorithm-Dependency-1.111.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06cedc60411a9d07127f94616597acfa1895908c85770235f77185b1f359ebe +size 41536 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Algorithm-Dependency.changes b/perl-Algorithm-Dependency.changes index 8735636..1db5683 100644 --- a/perl-Algorithm-Dependency.changes +++ b/perl-Algorithm-Dependency.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 22 06:00:39 UTC 2018 - Stephan Kulow + +- updated to 1.111 + see /usr/share/doc/packages/perl-Algorithm-Dependency/Changes + ------------------------------------------------------------------- Sun Oct 7 12:19:47 UTC 2018 - Dirk Stoecker diff --git a/perl-Algorithm-Dependency.spec b/perl-Algorithm-Dependency.spec index 69a7c4d..82d3ae0 100644 --- a/perl-Algorithm-Dependency.spec +++ b/perl-Algorithm-Dependency.spec @@ -1,63 +1,68 @@ -# vim: set sw=4 ts=4 et nu: +# +# spec file for package perl-Algorithm-Dependency +# +# Copyright (c) 2018 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + Name: perl-Algorithm-Dependency -Version: 1.110 +Version: 1.111 Release: 0 +%define cpan_name Algorithm-Dependency Summary: Base class for implementing various dependency trees -Source: ftp://ftp.cpan.org/pub/CPAN/authors/id/A/AD/ADAMK/Algorithm-Dependency-%{version}.tar.gz -URL: http://search.cpan.org/dist/Algorithm-Dependency +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -License: Perl License -BuildRoot: %{_tmppath}/build-%{name}-%{version} -%{perl_requires} -BuildRequires: perl-macros -BuildRequires: make -BuildRequires: perl(Module::Install::DSL) -BuildRequires: perl(Test::More) >= 0.47 -BuildRequires: perl(File::Spec) >= 0.80 -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 -BuildRequires: perl(Test::ClassAPI) >= 0.6 -BuildRequires: perl(List::Util) >= 1.11 -BuildRequires: perl(Params::Util) >= 0.31 -Requires: perl(List::Util) >= 1.11 -Requires: perl(Params::Util) >= 0.31 -%if 0%{?suse_version} >= 1120 +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch -%endif +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(Params::Util) +BuildRequires: perl(Test::ClassAPI) +Requires: perl(Params::Util) +%{perl_requires} %description Algorithm::Dependency is a framework for creating simple read-only -dependency heirachies, where you have a set of items that rely on other +dependency hierarchies, where you have a set of items that rely on other items in the set, and require actions on them as well. + Despite the most visible of these being software installation systems like -the CPAN installer, or debian apt-get, they are useful in other -situations. This module intentionally uses implementation-neutral words, -to avoid confusion. +the CPAN installer, or Debian apt-get, they are useful in other situations. +This module intentionally uses implementation-neutral words, to avoid +confusion. %prep -%setup -q -n "Algorithm-Dependency-%{version}" -%__sed -i '/^auto_install/d' Makefile.PL +%setup -q -n %{cpan_name}-%{version} %build -%__perl Makefile.PL PREFIX="%{_prefix}" -%__make %{?jobs:-j%{jobs}} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%check +make test %install %perl_make_install %perl_process_packlist +%perl_gen_filelist -%check -%__make test - -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - -%files -%defattr(-,root,root) -%doc README LICENSE Changes -%dir %{perl_vendorlib}/Algorithm -%{perl_vendorlib}/Algorithm/Dependency -%{perl_vendorlib}/Algorithm/Dependency.pm -%doc %{perl_man3dir}/Algorithm::Dependency.%{perl_man3ext}%{ext_man} -%doc %{perl_man3dir}/Algorithm::Dependency::*.%{perl_man3ext}%{ext_man} +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes CONTRIBUTING README +%license LICENSE +%changelog