Stephan Kulow
2019-04-03 10:51:36 +00:00
committed by Git OBS Bridge
parent 251928aaeb
commit 3dc384dd9c
3 changed files with 15 additions and 12 deletions

View File

@@ -21,8 +21,7 @@
# sed on %{name}.files # sed on %{name}.files
#license: SUSE-NonFree #license: SUSE-NonFree
#skip_noarch: 1 #skip_noarch: 1
#custom_build: |- custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag PERL_USE_UNSAFE_INC=1 perl Build.PL installdirs=vendor optimize="%{optflags}"
#custom_test: |- ./Build build flags=%{?_smp_mflags}
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 3 10:51:12 UTC 2019 - Stephan Kulow <coolo@suse.com>
- Workaround https://github.com/gfx/p5-Hash-FieldHash/issues
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 13 12:09:59 UTC 2017 - coolo@suse.com Mon Feb 13 12:09:59 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Hash-FieldHash # spec file for package perl-Hash-FieldHash
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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/
# #
@@ -21,9 +21,9 @@ Version: 0.15
Release: 0 Release: 0
%define cpan_name Hash-FieldHash %define cpan_name Hash-FieldHash
Summary: Lightweight field hash for inside-out objects Summary: Lightweight field hash for inside-out objects
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Hash-FieldHash/ Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -68,7 +68,7 @@ supports Perl 5.8 using the traditional tie-hash layer.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}" PERL_USE_UNSAFE_INC=1 perl Build.PL installdirs=vendor optimize="%{optflags}"
./Build build flags=%{?_smp_mflags} ./Build build flags=%{?_smp_mflags}
%check %check
@@ -80,7 +80,6 @@ supports Perl 5.8 using the traditional tie-hash layer.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes example minil.toml README.md %doc Changes example LICENSE minil.toml README.md
%license LICENSE
%changelog %changelog