Accepting request 924680 from devel:languages:perl:autoupdate
- updated to 0.005 see /usr/share/doc/packages/perl-Module-Installed-Tiny/Changes 0.005 2021-05-19 Released-By: PERLANCAR; Urgency: low - No functional changes. - [doc] Add a FAQ item. OBS-URL: https://build.opensuse.org/request/show/924680 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Installed-Tiny?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 9 03:07:07 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.005
|
||||
see /usr/share/doc/packages/perl-Module-Installed-Tiny/Changes
|
||||
|
||||
0.005 2021-05-19 Released-By: PERLANCAR; Urgency: low
|
||||
|
||||
- No functional changes.
|
||||
|
||||
- [doc] Add a FAQ item.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 6 07:36:37 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Installed-Tiny
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,19 +16,19 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Module-Installed-Tiny
|
||||
Version: 0.004
|
||||
Release: 0
|
||||
%define cpan_name Module-Installed-Tiny
|
||||
Name: perl-Module-Installed-Tiny
|
||||
Version: 0.005
|
||||
Release: 0
|
||||
Summary: Check if a module is installed, with as little code as possible
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{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.2307
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(Test::Needs)
|
||||
%{perl_requires}
|
||||
@@ -54,11 +54,11 @@ works like Perl's 'require' but does not actually load the module.
|
||||
This module does not require any other module except Exporter.
|
||||
|
||||
%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
|
||||
@@ -69,7 +69,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f880fc3aea773084e786d92feeeebe5021320005cba728d9ec640035fd8acb3
|
||||
size 17418
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed86c5c4bed82d233753b667d1b6e8eda3e4214ee67e4e3de03301072373e051
|
||||
size 17638
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user