Accepting request 226993 from home:mlin7442:perl-m

OBS-URL: https://build.opensuse.org/request/show/226993
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-CheckLib?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2014-03-21 14:02:37 +00:00 committed by Git OBS Bridge
parent abf77ddc93
commit c2fc0a2fa9
5 changed files with 44 additions and 15 deletions

View File

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

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:992fa8f4a4167ed28fb3e2bd096170abd4697837d808328e8a13bfd657ac0993
size 13250

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 21 06:20:51 UTC 2014 - mlin@suse.com
- update to 1.01
* Deprecate use-devel-checklib script.
* Allow -R rpaths as libpaths used with solaris cc (see RT #81330)
* Merge ldflags & perllibs.
* Fixed test.
* Pass linker options to MSVC.
* Clean up object files. Also MSVC generates extra files, clean them up.
* Better error message.
* Add support for gcc that have version number in the command name.
Fix about that the command path include space character.
-------------------------------------------------------------------
Sat Jan 22 20:39:42 UTC 2011 - coolo@novell.com

View File

@ -1,25 +1,42 @@
# vim: set sw=4 ts=4 et nu:
# norootforbuild
#
# spec file for package perl-Devel-CheckLib
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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-Devel-CheckLib
Version: 0.92
Version: 1.01
Release: 0
Summary: Check that a library is available
Source: http://search.cpan.org/CPAN/authors/id/D/DC/DCANTRELL/Devel-CheckLib-%{version}.tar.gz
URL: http://search.cpan.org/dist/Devel-CheckLib/
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
License: Perl License
BuildRoot: %{_tmppath}/build-%{name}-%{version}
Source: http://search.cpan.org/CPAN/authors/id/M/MA/MATTN/Devel-CheckLib-%{version}.tar.gz
Url: http://github.com/mattn/p5-Devel-CheckLib
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: make perl
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::CaptureOutput)
Requires: perl(Test::More)
BuildRequires: perl(Test::More)
Requires: perl(File::Temp)
Requires: perl(IO::CaptureOutput)
Requires: perl(Test::More)
%description
Devel::CheckLib is a perl module that checks whether a particular C library and
@ -54,3 +71,4 @@ its headers are available.
%{perl_vendorarch}/auto/Devel/CheckLib
%doc %{perl_man3dir}/Devel::CheckLib.%{perl_man3ext}%{ext_man}
%changelog