1
0

Accepting request 1076909 from devel:languages:perl:autoupdate

- updated to 1.74
   see /usr/share/doc/packages/perl-YAML-Tiny/Changes
  1.74    2023-03-23 03:19:08Z
          [FIXED]
          - a few documentation tweaks (thanks, Giovanni Los and Richlv!)

OBS-URL: https://build.opensuse.org/request/show/1076909
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-Tiny?expand=0&rev=28
This commit is contained in:
Dirk Stoecker 2023-04-03 13:21:31 +00:00 committed by Git OBS Bridge
parent e1ab1b6f7c
commit 16becaadc7
4 changed files with 28 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc315fa12e8f1e3ee5e2f430d90b708a5dc7e47c867dba8dce3a6b8fbe257744
size 73708

BIN
YAML-Tiny-1.74.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 24 03:08:42 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.74
see /usr/share/doc/packages/perl-YAML-Tiny/Changes
1.74 2023-03-23 03:19:08Z
[FIXED]
- a few documentation tweaks (thanks, Giovanni Los and Richlv!)
-------------------------------------------------------------------
Thu Feb 22 07:17:25 UTC 2018 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-YAML-Tiny
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,22 +12,20 @@
# 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-YAML-Tiny
Version: 1.73
Release: 0
%define cpan_name YAML-Tiny
Summary: Read/Write YAML files with as little code as possible
Name: perl-YAML-Tiny
Version: 1.74
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/YAML-Tiny/
Summary: Read/Write YAML files with as little code as possible
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Temp) >= 0.19
@ -73,15 +71,16 @@ the order of your YAML data. But it should round-trip from Perl structure
to file and back again just fine.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@ -89,7 +88,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING README
%license LICENSE