- update to 0.07:
* Use Test::Fatal instead of Test::Exception * Advise against calling it "config.h" as that gets confused with core perl's file OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-CChecker?expand=0&rev=9
This commit is contained in:
parent
ba357bf8b3
commit
999f0e60e0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14054899e652c22fe991211fa7b2e31da243f44a64b576b1af9824fe8e8eaa0e
|
||||
size 14248
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 14:49:51 UTC 2011 - coolo@suse.de
|
||||
|
||||
- update to 0.07:
|
||||
* Use Test::Fatal instead of Test::Exception
|
||||
* Advise against calling it "config.h" as that gets confused with
|
||||
core perl's file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 6 18:28:23 UTC 2011 - lars@linux-schulserver.de
|
||||
|
||||
|
@ -15,27 +15,24 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-ExtUtils-CChecker
|
||||
%define cpan_name ExtUtils-CChecker
|
||||
Summary: Configure-time utilities for using C headers, libraries, or OS features
|
||||
Version: 0.06
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Version: 0.07
|
||||
Release: 0
|
||||
Url: http://search.cpan.org/dist/ExtUtils-CChecker/
|
||||
#Source: http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-CChecker-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Source: http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-CChecker-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
|
||||
%description
|
||||
Often Perl modules are written to wrap functionallity found in existing C
|
||||
|
Loading…
Reference in New Issue
Block a user