2011-04-04 16:39:31 +02:00
|
|
|
#
|
2011-04-04 16:39:42 +02:00
|
|
|
# spec file for package perl-Package-Stash-XS
|
2011-04-04 16:39:31 +02:00
|
|
|
#
|
2011-04-04 16:39:42 +02:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-04-04 16:39:31 +02:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
2011-04-04 16:39:42 +02:00
|
|
|
|
|
|
|
|
2011-04-04 16:39:31 +02:00
|
|
|
Name: perl-Package-Stash-XS
|
2011-10-27 11:31:36 +02:00
|
|
|
Version: 0.25
|
|
|
|
Release: 1
|
2011-12-06 18:45:48 +01:00
|
|
|
License: GPL-1.0+ or Artistic-1.0
|
2011-04-04 16:39:31 +02:00
|
|
|
%define cpan_name Package-Stash-XS
|
2011-10-27 11:31:36 +02:00
|
|
|
Summary: faster and more correct implementation of the Package::Stash API
|
2011-04-04 16:39:31 +02:00
|
|
|
Url: http://search.cpan.org/dist/Package-Stash-XS/
|
|
|
|
Group: Development/Libraries/Perl
|
2011-10-27 11:31:36 +02:00
|
|
|
Source: http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
|
2011-07-05 12:18:32 +02:00
|
|
|
Patch1: perl-Package-Stash-XS-old_Test-More.patch
|
2011-04-04 16:39:31 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
2011-10-27 11:31:36 +02:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
2011-04-04 16:39:31 +02:00
|
|
|
BuildRequires: perl(Test::Fatal)
|
2011-10-27 11:31:36 +02:00
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
#BuildRequires: perl(B)
|
|
|
|
#BuildRequires: perl(constant)
|
|
|
|
#BuildRequires: perl(File::Find)
|
|
|
|
#BuildRequires: perl(File::Temp)
|
|
|
|
#BuildRequires: perl(Package::Stash)
|
|
|
|
#BuildRequires: perl(Package::Stash::XS)
|
|
|
|
#BuildRequires: perl(Scalar::Util)
|
|
|
|
#BuildRequires: perl(Symbol)
|
|
|
|
#BuildRequires: perl(Test::LeakTrace)
|
|
|
|
#BuildRequires: perl(XSLoader)
|
|
|
|
Requires: perl(Test::Fatal)
|
|
|
|
Requires: perl(Test::More) >= 0.88
|
2011-04-04 16:39:31 +02:00
|
|
|
%{perl_requires}
|
|
|
|
|
|
|
|
%description
|
|
|
|
This is a backend for the Package::Stash manpage, which provides the
|
|
|
|
functionality in a way that's less buggy and much faster. It will be used
|
|
|
|
by default if it's installed, and should be preferred in all environments
|
|
|
|
with a compiler.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{cpan_name}-%{version}
|
2011-10-27 11:31:36 +02:00
|
|
|
find . -type f -print0 | xargs -0 chmod 644
|
2011-07-05 12:18:32 +02:00
|
|
|
%if 0%{?suse_version} <= 1110
|
|
|
|
%patch1 -p1
|
|
|
|
rm t/05-isa.t
|
|
|
|
%endif
|
2011-04-04 16:39:31 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
|
|
%check
|
|
|
|
%{__make} test
|
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
%perl_gen_filelist
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2011-10-27 11:31:36 +02:00
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc Changes LICENSE README
|
2011-04-04 16:39:31 +02:00
|
|
|
|
|
|
|
%changelog
|