2009-06-27 21:31:03 +00:00
|
|
|
#
|
2011-07-21 09:58:38 +00:00
|
|
|
# spec file for package perl-Want
|
2011-07-19 19:33:23 +00:00
|
|
|
#
|
2016-03-09 06:30:55 +00:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2009-06-27 21:31:03 +00: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-21 09:58:38 +00:00
|
|
|
|
2009-06-27 21:31:03 +00:00
|
|
|
Name: perl-Want
|
2016-03-09 06:30:55 +00:00
|
|
|
Version: 0.29
|
2012-05-30 08:28:00 +00:00
|
|
|
Release: 0
|
2011-07-19 19:33:23 +00:00
|
|
|
%define cpan_name Want
|
2015-04-29 18:08:43 +00:00
|
|
|
Summary: Generalisation of C<Wantarray>
|
2012-05-30 08:28:00 +00:00
|
|
|
License: GPL-1.0+ or Artistic-1.0
|
2011-07-19 19:33:23 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2012-05-30 08:28:00 +00:00
|
|
|
Url: http://search.cpan.org/dist/Want/
|
2015-04-29 18:08:43 +00:00
|
|
|
Source0: http://www.cpan.org/authors/id/R/RO/ROBIN/%{cpan_name}-%{version}.tar.gz
|
|
|
|
Source1: cpanspec.yml
|
2025-08-12 18:18:25 +02:00
|
|
|
Source100: README.md
|
2009-06-27 21:31:03 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
2011-07-19 19:33:23 +00:00
|
|
|
%{perl_requires}
|
2009-06-27 21:31:03 +00:00
|
|
|
|
|
|
|
%description
|
2011-07-19 19:33:23 +00:00
|
|
|
This module generalises the mechanism of the *wantarray* function, allowing
|
|
|
|
a function to determine in some detail how its return value is going to be
|
|
|
|
immediately used.
|
2009-06-27 21:31:03 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{cpan_name}-%{version}
|
|
|
|
|
|
|
|
%build
|
2011-07-19 19:33:23 +00:00
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|
|
|
%{__make} %{?_smp_mflags}
|
2009-06-27 21:31:03 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
%{__make} test
|
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
%perl_gen_filelist
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2011-07-19 19:33:23 +00:00
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc Changes README TODO
|
2009-06-27 21:31:03 +00:00
|
|
|
|
|
|
|
%changelog
|