forked from pool/perl-Module-Metadata
Update to 1.000026, as e.g. CPAN-Meta-Check needs >= 1.000024 and we got ..19 OBS-URL: https://build.opensuse.org/request/show/284657 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Metadata?expand=0&rev=3
80 lines
2.2 KiB
RPMSpec
80 lines
2.2 KiB
RPMSpec
#
|
|
# spec file for package perl-Module-Metadata
|
|
#
|
|
# Copyright (c) 2015 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-Module-Metadata
|
|
%define cpan_name Module-Metadata
|
|
Summary: Gather package and POD information from perl module files
|
|
License: GPL-1.0+ or Artistic-1.0
|
|
Group: Development/Libraries/Perl
|
|
Version: 1.000026
|
|
Release: 0
|
|
Url: http://search.cpan.org/dist/Module-Metadata/
|
|
Source: %{cpan_name}-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
%{perl_requires}
|
|
BuildRequires: perl
|
|
BuildRequires: perl-macros
|
|
#
|
|
BuildRequires: perl(Carp)
|
|
BuildRequires: perl(File::Find)
|
|
BuildRequires: perl(File::Spec)
|
|
BuildRequires: perl(IO::File)
|
|
BuildRequires: perl(Test::More) >= 0.82
|
|
BuildRequires: perl(strict)
|
|
BuildRequires: perl(vars)
|
|
BuildRequires: perl(version) >= 0.87
|
|
BuildRequires: perl(warnings)
|
|
#
|
|
Requires: perl(Carp)
|
|
Requires: perl(File::Find)
|
|
Requires: perl(File::Spec)
|
|
Requires: perl(IO::File)
|
|
Requires: perl(strict)
|
|
Requires: perl(vars)
|
|
Requires: perl(version) >= 0.87
|
|
Requires: perl(warnings)
|
|
|
|
%description
|
|
This module provides a standard way to gather metadata about a .pm file
|
|
without executing unsafe code.
|
|
|
|
%prep
|
|
%setup -q -n %{cpan_name}-%{version}
|
|
|
|
%build
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
%check
|
|
%{__make} test
|
|
|
|
%install
|
|
%perl_make_install
|
|
%perl_process_packlist
|
|
%perl_gen_filelist
|
|
|
|
%clean
|
|
%{__rm} -rf %{buildroot}
|
|
|
|
%files -f %{name}.files
|
|
%defattr(644,root,root,755)
|
|
%doc Changes
|
|
|
|
%changelog
|