From a8bf0f3f98e8269f5f3ca3baf734ce85be080e98126f14033e25246b4b0fa129 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 20 Jun 2022 11:38:37 +0000 Subject: [PATCH] Accepting request 983920 from devel:languages:perl:autoupdate - updated to 1.001 see /usr/share/doc/packages/perl-lib-relative/Changes 1.001 2022-06-15 14:13:17 EDT - Skip symlink tests on msys as symlinks are broken on this platform (#2, pauloscustodio) OBS-URL: https://build.opensuse.org/request/show/983920 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-lib-relative?expand=0&rev=3 --- cpanspec.yml | 35 +++++++++++++++++++++++++++++++++++ lib-relative-1.000.tar.gz | 3 --- lib-relative-1.001.tar.gz | 3 +++ perl-lib-relative.changes | 9 +++++++++ perl-lib-relative.spec | 22 ++++++++++------------ 5 files changed, 57 insertions(+), 15 deletions(-) create mode 100644 cpanspec.yml delete mode 100644 lib-relative-1.000.tar.gz create mode 100644 lib-relative-1.001.tar.gz diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..ab24ed9 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,35 @@ +--- +#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: +# baz.patch: PATCH-FIX-OPENSUSE +#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 +#skip_doc: regexp_to_skip_for_doc.* +#add_doc: files to add to docs +#misc: |- +#anything else to be added to spec file +#follows directly after %files section, so it can contain new blocks or also +#changes to %files section diff --git a/lib-relative-1.000.tar.gz b/lib-relative-1.000.tar.gz deleted file mode 100644 index c4cdb8c..0000000 --- a/lib-relative-1.000.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfe0c7005fd8bddd25a7e8c2504b0fade162c74ca71b4f7acb7e8e76106d6cd7 -size 16156 diff --git a/lib-relative-1.001.tar.gz b/lib-relative-1.001.tar.gz new file mode 100644 index 0000000..5e00b5a --- /dev/null +++ b/lib-relative-1.001.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be16621f17ebe44dc3b561992a6fd2ed9d0620390cdcb73a454b698853b257f +size 13329 diff --git a/perl-lib-relative.changes b/perl-lib-relative.changes index 9caa6ff..cb27c69 100644 --- a/perl-lib-relative.changes +++ b/perl-lib-relative.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 16 03:09:18 UTC 2022 - Tina Müller + +- updated to 1.001 + see /usr/share/doc/packages/perl-lib-relative/Changes + + 1.001 2022-06-15 14:13:17 EDT + - Skip symlink tests on msys as symlinks are broken on this platform (#2, pauloscustodio) + ------------------------------------------------------------------- Fri Oct 16 15:42:57 UTC 2020 - Dirk Stoecker diff --git a/perl-lib-relative.spec b/perl-lib-relative.spec index 85fef3f..c6c97ed 100644 --- a/perl-lib-relative.spec +++ b/perl-lib-relative.spec @@ -1,7 +1,7 @@ # # spec file for package perl-lib-relative # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,16 @@ # -Name: perl-lib-relative -Version: 1.000 -Release: 0 %define cpan_name lib-relative -Summary: Add paths relative to the current file to @INC +Name: perl-lib-relative +Version: 1.001 +Release: 0 License: Artistic-2.0 -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +Summary: Add paths relative to the current file to @INC +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::Temp) >= 0.19 @@ -56,11 +55,11 @@ For cases where this module cannot be loaded beforehand, the last section of the "SYNOPSIS" can be copy-pasted into a file to perform the same task. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -71,8 +70,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes CONTRIBUTING.md README +%doc Changes CONTRIBUTING.md prereqs.yml README %license LICENSE %changelog