2012-02-21 09:47:53 +01:00
|
|
|
#
|
|
|
|
# spec file for package perl-Config-AutoConf
|
|
|
|
#
|
2016-04-12 16:21:40 +02:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-02-21 09:47:53 +01: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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Config-AutoConf
|
2016-04-12 16:21:40 +02:00
|
|
|
Version: 0.313
|
2012-02-21 09:47:53 +01:00
|
|
|
Release: 0
|
|
|
|
%define cpan_name Config-AutoConf
|
2015-04-15 19:17:39 +02:00
|
|
|
Summary: Module to Implement Some of Autoconf Macros in Pure Perl
|
2013-06-05 09:48:34 +02:00
|
|
|
License: Artistic-1.0 or GPL-1.0+
|
2012-02-21 09:47:53 +01:00
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
Url: http://search.cpan.org/dist/Config-AutoConf/
|
2015-04-15 19:17:39 +02:00
|
|
|
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
2016-04-12 16:21:40 +02:00
|
|
|
Source1: cpanspec.yml
|
2012-02-21 09:47:53 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
|
|
|
BuildRequires: perl(Capture::Tiny)
|
|
|
|
BuildRequires: perl(ExtUtils::CBuilder) >= 0.23
|
2015-04-15 19:17:39 +02:00
|
|
|
BuildRequires: perl(Test::More) >= 0.9
|
2012-02-21 09:47:53 +01:00
|
|
|
Requires: perl(Capture::Tiny)
|
2015-04-15 19:17:39 +02:00
|
|
|
Recommends: perl(ExtUtils::CBuilder) >= 0.280220
|
|
|
|
Recommends: perl(File::Slurp::Tiny)
|
2012-02-21 09:47:53 +01:00
|
|
|
%{perl_requires}
|
|
|
|
|
|
|
|
%description
|
2015-04-15 19:17:39 +02:00
|
|
|
Config::AutoConf is intended to provide the same opportunities to Perl
|
2016-04-12 16:21:40 +02:00
|
|
|
developers as at http://www.gnu.org/software/autoconf/ does for Shell
|
2015-04-15 19:17:39 +02:00
|
|
|
developers.
|
|
|
|
|
|
|
|
As Perl is the second most deployed language (mind: every Unix comes with
|
|
|
|
Perl, several mini-computers have Perl and even lot's of Windows machines
|
|
|
|
run Perl software - which requires deployed Perl there, too), this gives
|
|
|
|
wider support than Shell based probes.
|
|
|
|
|
|
|
|
The API is leaned against GNU Autoconf, but we try to make the API
|
|
|
|
(especially optional arguments) more Perl'ish than m4 abilities allow to
|
|
|
|
the original.
|
2012-02-21 09:47:53 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{cpan_name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
|
|
%check
|
|
|
|
%{__make} test
|
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
%perl_gen_filelist
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
%defattr(-,root,root,755)
|
2016-04-12 16:21:40 +02:00
|
|
|
%doc ARTISTIC-1.0 Changes GPL-1 LICENSE README.md
|
2012-02-21 09:47:53 +01:00
|
|
|
|
|
|
|
%changelog
|