From 4ebd146ee8629e3393c91cf1f5af419746d05fdb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <con...@redhat.com>
Date: Wed, 23 Sep 2015 15:36:57 +0200
Subject: Broken with perl5.22. (#1231894)


diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 5286533..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/Method-Signatures-20120523.tar.gz
-/Method-Signatures-20121201.tar.gz
-/Method-Signatures-20141021.tar.gz
diff --git a/.rpmlint b/.rpmlint
deleted file mode 100644
index 7ee4653..0000000
--- a/.rpmlint
+++ /dev/null
@@ -1,2 +0,0 @@
-from Config import *
-addFilter("spelling-error .* func");
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..4023283
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Broken with perl5.22. (#1231894)
diff --git a/perl-Method-Signatures.spec b/perl-Method-Signatures.spec
deleted file mode 100644
index 50955c4..0000000
--- a/perl-Method-Signatures.spec
+++ /dev/null
@@ -1,123 +0,0 @@
-Name:           perl-Method-Signatures
-Version:        20141021
-Release:        2%{?dist}
-Summary:        Method and function declarations with signatures and no source 
filter
-License:        GPL+ or Artistic
-Group:          Development/Libraries
-URL:            http://search.cpan.org/dist/Method-Signatures/
-Source0:        
http://www.cpan.org/authors/id/B/BA/BAREFOOT/Method-Signatures-%{version}.tar.gz
-BuildArch:      noarch
-BuildRequires:  perl
-BuildRequires:  perl(Module::Build) >= 0.26
-# Run-time:
-BuildRequires:  perl(Any::Moose) >= 0.11
-BuildRequires:  perl(base)
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Const::Fast) >= 0.006
-BuildRequires:  perl(Data::Alias) >= 1.08
-BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(Devel::Declare::MethodInstaller::Simple) >= 0.006002
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(Lexical::SealRequireHints) >= 0.007
-BuildRequires:  perl(MooseX::Declare::Syntax::Keyword::Method)
-BuildRequires:  perl(MooseX::Declare::Syntax::Keyword::MethodModifier)
-BuildRequires:  perl(Mouse) >= 0.64
-BuildRequires:  perl(Mouse::Util::TypeConstraints)
-BuildRequires:  perl(PPI) >= 1.203
-BuildRequires:  perl(re)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(Sub::Name) >= 0.03
-BuildRequires:  perl(warnings)
-# Tests:
-BuildRequires:  perl(attributes)
-BuildRequires:  perl(Config)
-BuildRequires:  perl(if)
-BuildRequires:  perl(lib)
-BuildRequires:  perl(Moose) >= 0.96
-BuildRequires:  perl(Moose::Role)
-BuildRequires:  perl(MooseX::Declare)
-BuildRequires:  perl(Mouse::Role)
-BuildRequires:  perl(Test::Exception) >= 0.29
-BuildRequires:  perl(Test::More) >= 0.82
-BuildRequires:  perl(Test::Warn) >= 0.10
-# Optional tests:
-BuildRequires:  perl(Role::Basic)
-BuildRequires:  perl(threads)
-Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:       perl(Any::Moose) >= 0.11
-Requires:       perl(Const::Fast) >= 0.006
-Requires:       perl(Data::Alias) >= 1.08
-Requires:       perl(Data::Dumper)
-Requires:       perl(Devel::Declare::MethodInstaller::Simple) >= 0.006002
-Requires:       perl(Lexical::SealRequireHints) >= 0.007
-# Keep Moose 0.96 optional
-Requires:       perl(MooseX::Declare::Syntax::Keyword::Method)
-Requires:       perl(MooseX::Declare::Syntax::Keyword::MethodModifier)
-Requires:       perl(Mouse) >= 0.64
-Requires:       perl(PPI) >= 1.203
-Requires:       perl(re)
-Requires:       perl(Sub::Name) >= 0.03
-
-%{?perl_default_filter}
-# Remove under-specified dependencies
-%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((Devel::Declare::MethodInstaller::Simple|Lexical::SealRequireHints|Mouse|Sub::Name)\\)$
-
-%description
-Provides two new keywords, func and method, so that you can write
-subroutines with signatures.
-
-%prep
-%setup -q -n Method-Signatures-%{version}
-
-%build
-perl Build.PL installdirs=vendor
-./Build
-
-%install
-./Build install destdir=%{buildroot} create_packlist=0
-%{_fixperms} %{buildroot}/*
-
-%check
-./Build test
-
-%files
-%doc Changes examples
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
-
-%changelog
-* Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 20141021-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Wed Nov 26 2014 Petr Pisar <ppi...@redhat.com> - 20141021-1
-- 20141021 version bump
-
-* Mon Sep 01 2014 Jitka Plesnikova <jples...@redhat.com> - 20121201-5
-- Perl 5.20 rebuild
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 20121201-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Tue Aug 06 2013 Petr Pisar <ppi...@redhat.com> - 20121201-3
-- Perl 5.18 rebuild
-
-* Sat Aug 03 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 20121201-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Fri Feb 15 2013 Iain Arnell <iarn...@gmail.com> 20121201-1
-- update to latest upstream version
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 20120523-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Fri Jul 20 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 20120523-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Tue Jul 03 2012 Petr Pisar <ppi...@redhat.com> - 20120523-3
-- Perl 5.16 rebuild
-
-* Thu Jun 28 2012 Iain Arnell <iarn...@gmail.com> 20120523-2
-- additional build deps from package review
-
-* Sun Jun 17 2012 Iain Arnell <iarn...@gmail.com> 20120523-1
-- Specfile autogenerated by cpanspec 1.79.
diff --git a/sources b/sources
deleted file mode 100644
index 8f07eac..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-53c1f03a86cb097e363c7410be645aaa  Method-Signatures-20141021.tar.gz
-- 
cgit v0.10.2


        
http://pkgs.fedoraproject.org/cgit/perl-Method-Signatures.git/commit/?h=master&id=4ebd146ee8629e3393c91cf1f5af419746d05fdb
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to