2010-07-12 16:25:43 +02:00
|
|
|
#
|
2011-07-08 15:34:14 +02:00
|
|
|
# spec file for package perl-namespace-clean
|
2010-07-12 16:25:43 +02:00
|
|
|
#
|
2016-05-25 09:32:19 +02:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2010-07-12 16:25:43 +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-07-08 15:34:14 +02:00
|
|
|
|
2010-02-09 12:01:09 +01:00
|
|
|
Name: perl-namespace-clean
|
2016-05-25 09:32:19 +02:00
|
|
|
Version: 0.27
|
2012-02-11 08:08:53 +01:00
|
|
|
Release: 0
|
2013-05-15 17:21:43 +02:00
|
|
|
%define cpan_name namespace-clean
|
2011-03-31 10:28:13 +02:00
|
|
|
Summary: Keep imports and functions out of your namespace
|
2012-02-11 08:08:53 +01:00
|
|
|
License: Artistic-1.0 or GPL-1.0+
|
2011-03-31 10:28:13 +02:00
|
|
|
Group: Development/Libraries/Perl
|
2012-02-11 08:08:53 +01:00
|
|
|
Url: http://search.cpan.org/dist/namespace-clean/
|
2015-10-10 13:16:47 +02:00
|
|
|
Source0: http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
|
|
|
|
Source1: cpanspec.yml
|
2010-02-09 12:01:09 +01:00
|
|
|
BuildArch: noarch
|
2010-07-12 16:25:43 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-02-09 12:01:09 +01:00
|
|
|
BuildRequires: perl
|
2010-07-12 16:25:43 +02:00
|
|
|
BuildRequires: perl-macros
|
2013-05-15 17:21:43 +02:00
|
|
|
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
|
2012-02-11 08:08:53 +01:00
|
|
|
BuildRequires: perl(Package::Stash) >= 0.23
|
2013-05-15 17:21:43 +02:00
|
|
|
Requires: perl(B::Hooks::EndOfScope) >= 0.12
|
2012-02-11 08:08:53 +01:00
|
|
|
Requires: perl(Package::Stash) >= 0.23
|
2011-03-31 10:28:13 +02:00
|
|
|
%{perl_requires}
|
2010-02-09 12:01:09 +01:00
|
|
|
|
|
|
|
%description
|
2013-05-15 17:21:43 +02:00
|
|
|
Keep imports and functions out of your namespace
|
2010-02-09 12:01:09 +01:00
|
|
|
|
|
|
|
%prep
|
2010-07-12 16:25:43 +02:00
|
|
|
%setup -q -n %{cpan_name}-%{version}
|
2010-02-09 12:01:09 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
2010-07-12 16:25:43 +02:00
|
|
|
%{__make} %{?_smp_mflags}
|
2010-02-09 12:01:09 +01:00
|
|
|
|
|
|
|
%check
|
2010-07-12 16:25:43 +02:00
|
|
|
%{__make} test
|
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
2011-03-31 10:28:13 +02:00
|
|
|
%perl_process_packlist
|
2010-07-12 16:25:43 +02:00
|
|
|
%perl_gen_filelist
|
2010-02-09 12:01:09 +01:00
|
|
|
|
2010-07-12 16:25:43 +02:00
|
|
|
%files -f %{name}.files
|
2012-02-11 08:08:53 +01:00
|
|
|
%defattr(-,root,root,755)
|
2011-11-17 14:57:51 +01:00
|
|
|
%doc Changes
|
2010-02-09 12:01:09 +01:00
|
|
|
|
|
|
|
%changelog
|