forked from pool/perl-File-Find-Rule-Perl
- updated to 1.15
see /usr/share/doc/packages/perl-File-Find-Rule-Perl/Changes
1.15 2015-04-05
- fix tests from 1.14 release
1.14 2015-04-05
- fix tests for ExtUtils::MakeMaker 7.05_* (ETHER)
- use warnings in module and tests
- switch off of Module::Install again
1.13 Wed 30 Oct 2012
- Updating Module::Install (ADAMK)
1.12 Mon 31 Oct 2011
- Ignore debian directory in tests (ADAMK)
- Ignore all dot dirs in tests (ADAMK)
1.11 Mon 31 Oct 2011
- Updating to Module::Install::DSL 1.04 (ADAMK)
- Skip MYMETA.json too (CHORNY)
- Do not import from Params::Util (ADAMK)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Rule-Perl?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
734ed8c8f4
commit
b331a6fee9
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-File-Find-Rule-Perl (Version 1.10)
|
||||
# spec file for package perl-File-Find-Rule-Perl
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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
|
||||
@@ -15,26 +15,27 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-File-Find-Rule-Perl
|
||||
Version: 1.10
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 1.15
|
||||
Release: 0
|
||||
%define cpan_name File-Find-Rule-Perl
|
||||
Summary: Common rules for searching for Perl things
|
||||
Url: http://search.cpan.org/dist/File-Find-Rule-Perl/
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/File-Find-Rule-Perl-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
BuildRequires: perl(File::Find::Rule) >= 0.20
|
||||
BuildRequires: perl(File::Spec) >= 0.82
|
||||
BuildRequires: perl(Params::Util) >= 0.38
|
||||
Url: http://search.cpan.org/dist/File-Find-Rule-Perl/
|
||||
Source0: http://www.cpan.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::Find::Rule) >= 0.20
|
||||
BuildRequires: perl(Params::Util) >= 0.38
|
||||
BuildRequires: perl(Parse::CPAN::Meta) >= 1.38
|
||||
Requires: perl(File::Find::Rule) >= 0.20
|
||||
Requires: perl(File::Spec) >= 0.82
|
||||
Requires: perl(Params::Util) >= 0.38
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
Requires: perl(Parse::CPAN::Meta) >= 1.38
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -53,16 +54,17 @@ various parts of the CPAN ecosystem.
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
# MANUAL no testing (broken within build env)
|
||||
#%{__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 LICENSE README
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user