diff --git a/Config-AutoConf-0.22.tar.gz b/Config-AutoConf-0.22.tar.gz deleted file mode 100644 index 7f266bb..0000000 --- a/Config-AutoConf-0.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ca7f3588242f7010cf4008e7ff2ebf2b05079b17b84989218d68fd6b7eb62fe -size 17791 diff --git a/Config-AutoConf-0.311.tar.gz b/Config-AutoConf-0.311.tar.gz new file mode 100644 index 0000000..6b23e68 --- /dev/null +++ b/Config-AutoConf-0.311.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80151a8f1346e61f66523f33c783962e23c8bd66a7b93dca79fe531dd075bc50 +size 41255 diff --git a/perl-Config-AutoConf.changes b/perl-Config-AutoConf.changes index 3fb54f0..7c5cbf9 100644 --- a/perl-Config-AutoConf.changes +++ b/perl-Config-AutoConf.changes @@ -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 diff --git a/perl-Config-AutoConf.spec b/perl-Config-AutoConf.spec index 39b7bde..c9705c1 100644 --- a/perl-Config-AutoConf.spec +++ b/perl-Config-AutoConf.spec @@ -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