8
0
Files
perl-Data-Util/perl-Data-Util.spec
Stephan Kulow 67784d8fd1 Accepting request 414799 from devel:languages:perl:autoupdate
- updated to 0.64
   see /usr/share/doc/packages/perl-Data-Util/Changes
  0.64 2016-07-23T15:13:01Z
      - Fix on perl 5.22.x or higher versions
      - Minilla migrate
- remove upstream perl522.patch

OBS-URL: https://build.opensuse.org/request/show/414799
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Util?expand=0&rev=18
2016-08-01 14:59:32 +00:00

70 lines
2.3 KiB
RPMSpec

#
# spec file for package perl-Data-Util
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
Name: perl-Data-Util
Version: 0.64
Release: 0
%define cpan_name Data-Util
Summary: Selection of Utilities for Data and Data Types
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Util/
Source0: http://www.cpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Devel::PPPort) >= 3.19
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(ExtUtils::ParseXS) >= 3.18
BuildRequires: perl(Hash::Util::FieldHash::Compat)
BuildRequires: perl(Module::Build) >= 0.400500
BuildRequires: perl(Module::Build::XSUtil) >= 0.02
BuildRequires: perl(Scope::Guard)
BuildRequires: perl(Test::Exception) >= 0.270000
%{perl_requires}
%description
This module provides utility functions for data and data types, including
functions for subroutines and symbol table hashes (stashes).
The implementation of this module is both Pure Perl and XS, so if you have
a C compiler, all the functions this module provides are really faster.
There are many benchmarks in the _DIST-DIR/benchmark/_ directory.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
./Build build flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes circle.yml example LICENSE minil.toml README.md
%changelog