- update to 0.06:
+ Added 'defines_to' constructor arg for writing a "config.h" file instead of -DFOO on compiler commandline + Added accessors for callers to push more library dirs or compiler or linker flags + Ensure that ->new_module_build merges its args and internal configuration correctly - BuildRequire Test::Pod for testing the pod files OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-CChecker?expand=0&rev=5
This commit is contained in:
parent
5a745026a0
commit
bf39d94cf2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4ffdf6b24cb4bc3daaaef8778ac58a0cbe4eb2efe0992cfa8920a8e0c5ce58b4
|
|
||||||
size 13118
|
|
3
ExtUtils-CChecker-0.06.tar.bz2
Normal file
3
ExtUtils-CChecker-0.06.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:14054899e652c22fe991211fa7b2e31da243f44a64b576b1af9824fe8e8eaa0e
|
||||||
|
size 14248
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 6 18:28:23 UTC 2011 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
- update to 0.06:
|
||||||
|
+ Added 'defines_to' constructor arg for writing a "config.h" file
|
||||||
|
instead of -DFOO on compiler commandline
|
||||||
|
+ Added accessors for callers to push more library dirs or compiler
|
||||||
|
or linker flags
|
||||||
|
+ Ensure that ->new_module_build merges its args and internal
|
||||||
|
configuration correctly
|
||||||
|
- BuildRequire Test::Pod for testing the pod files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 1 09:44:33 UTC 2010 - coolo@novell.com
|
Wed Dec 1 09:44:33 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: perl-ExtUtils-CChecker
|
Name: perl-ExtUtils-CChecker
|
||||||
%define cpan_name ExtUtils-CChecker
|
%define cpan_name ExtUtils-CChecker
|
||||||
Summary: Configure-time utilities for using C headers, libraries, or OS features
|
Summary: Configure-time utilities for using C headers, libraries, or OS features
|
||||||
Version: 0.04
|
Version: 0.06
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
@ -32,6 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build)
|
||||||
|
BuildRequires: perl(Test::Pod)
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Exception)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user