- updated to 1.51
- The fix described in 1.48 was incorrect. Removing an additional if $@ to fix it properly. - Make the Scalar::Util version check resistant to bugs caused by development versions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-Tiny?expand=0&rev=12
This commit is contained in:
parent
c6bcf7f059
commit
86369ae12f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a379dfad04db22d70edc47c611765b401b5c03dbb08b817cd7c362e01ea5e129
|
|
||||||
size 42411
|
|
3
YAML-Tiny-1.51.tar.gz
Normal file
3
YAML-Tiny-1.51.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c6e9b3d9e558fc428d8b8710da49ff3bcb9fb606decb63c24816da01c9f8b4d
|
||||||
|
size 43342
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 23 13:00:00 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.51
|
||||||
|
- The fix described in 1.48 was incorrect. Removing an additional
|
||||||
|
if $@ to fix it properly.
|
||||||
|
- Make the Scalar::Util version check resistant to bugs caused by
|
||||||
|
development versions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 18 13:20:44 UTC 2011 - coolo@suse.com
|
Fri Nov 18 13:20:44 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-YAML-Tiny
|
# spec file for package perl-YAML-Tiny
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products 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,26 +16,25 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-YAML-Tiny
|
Name: perl-YAML-Tiny
|
||||||
Version: 1.50
|
Version: 1.51
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
|
||||||
%define cpan_name YAML-Tiny
|
%define cpan_name YAML-Tiny
|
||||||
Summary: Read/Write YAML files with as little code as possible
|
Summary: Read/Write YAML files with as little code as possible
|
||||||
Url: http://search.cpan.org/dist/YAML-Tiny/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/YAML-Tiny-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/YAML-Tiny/
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::Spec) >= 0.80
|
#BuildRequires: perl(t::lib::Test)
|
||||||
BuildRequires: perl(YAML) >= 0.72
|
#BuildRequires: perl(YAML)
|
||||||
BuildRequires: perl(YAML::Perl) >= 0.02
|
#BuildRequires: perl(YAML::Perl)
|
||||||
BuildRequires: perl(YAML::Syck) >= 1.17
|
#BuildRequires: perl(YAML::Syck)
|
||||||
BuildRequires: perl(YAML::XS) >= 0.34
|
#BuildRequires: perl(YAML::Tiny)
|
||||||
|
#BuildRequires: perl(YAML::XS)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -77,6 +76,7 @@ Perl structure to file and back again just fine.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
find . -type f -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
@ -90,11 +90,8 @@ Perl structure to file and back again just fine.
|
|||||||
%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 LICENSE MYMETA.json README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user