Accepting request 296853 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296853
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-AutoConf?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2015-04-15 17:17:39 +00:00 committed by Git OBS Bridge
parent fe86f8b33f
commit 285ea075ad
4 changed files with 29 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ca7f3588242f7010cf4008e7ff2ebf2b05079b17b84989218d68fd6b7eb62fe
size 17791

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80151a8f1346e61f66523f33c783962e23c8bd66a7b93dca79fe531dd075bc50
size 41255

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 15 14:54:11 UTC 2015 - coolo@suse.com
- updated to 0.311
see /usr/share/doc/packages/perl-Config-AutoConf/Changes
-------------------------------------------------------------------
Mon Jun 3 15:51:32 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Config-AutoConf
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,27 +17,39 @@
Name: perl-Config-AutoConf
Version: 0.22
Version: 0.311
Release: 0
%define cpan_name Config-AutoConf
Summary: A module to implement some of AutoConf macros in pure perl
Summary: Module to Implement Some of Autoconf Macros in Pure Perl
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Config-AutoConf/
Source: http://www.cpan.org/authors/id/A/AM/AMBS/Config/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny)
BuildRequires: perl(ExtUtils::CBuilder) >= 0.23
#BuildRequires: perl(Config::AutoConf)
BuildRequires: perl(Test::More) >= 0.9
Requires: perl(Capture::Tiny)
Requires: perl(ExtUtils::CBuilder) >= 0.23
Recommends: perl(ExtUtils::CBuilder) >= 0.280220
Recommends: perl(File::Slurp::Tiny)
%{perl_requires}
%description
A module to implement some of AutoConf macros in pure perl.
Config::AutoConf is intended to provide the same opportunities to Perl
developers as http://www.gnu.org/software/autoconf/ does for Shell
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.
%prep
%setup -q -n %{cpan_name}-%{version}
@ -56,6 +68,6 @@ A module to implement some of AutoConf macros in pure perl.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes README.md
%changelog