Sync from SUSE:SLFO:Main perl-ExtUtils-PkgConfig revision 0cfb3665f0397567bb56a2dcc4d28db3
This commit is contained in:
commit
8edb6f301d
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
ExtUtils-PkgConfig-1.16.tar.gz
(Stored with Git LFS)
Normal file
BIN
ExtUtils-PkgConfig-1.16.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
22
cpanspec.yml
Normal file
22
cpanspec.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
preamble: |-
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
Requires: pkgconfig
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
license: LGPL-2.1+
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: -
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#ignore_requires: Bizarre::Module
|
108
perl-ExtUtils-PkgConfig.changes
Normal file
108
perl-ExtUtils-PkgConfig.changes
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 22 05:42:33 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.16
|
||||||
|
see /usr/share/doc/packages/perl-ExtUtils-PkgConfig/Changes
|
||||||
|
|
||||||
|
1.16 Thu Apr 20 18:51:36 PDT 2017
|
||||||
|
- Add exists() method, and update README (RT#77880)
|
||||||
|
- Handle removal of '.' from @INC for Perl 5.24 (RT#120819)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 05:52:33 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- extend version to 6 digits to avoid problems with >= 1.121
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 09:12:05 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.15
|
||||||
|
- Gracefully handle empty fields in pkg-config files.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 4 08:50:16 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.14
|
||||||
|
- Skip tests for pkg-config binary with the '--max-version' switch on
|
||||||
|
OpenBSD 5.2, due to a bug in OpenBSD's implemenation of 'pkg-config'
|
||||||
|
- Updated Makefile.PL to use a META_MERGE block with WriteMakefile(); this
|
||||||
|
block is what MetaCPAN reads when generating page output
|
||||||
|
|
||||||
|
- Correctly handle major-only versions, like '2' (RT #68246).
|
||||||
|
- Updated FSF address and copyrights
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 18 11:07:02 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- use original .tar.gz
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 30 19:20:13 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- switch to perl_requires macro
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 24 19:29:22 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
- recreated by cpanspec 1.78
|
||||||
|
o fix deps
|
||||||
|
- noarch pkg
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 19 08:31:38 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- add perl as explicit buildrequire
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- enable parallel build
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 20 16:02:13 CET 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 1.12
|
||||||
|
* Try to fix a test failure.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 17 11:06:29 CET 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 1.11
|
||||||
|
* Fix test failures.
|
||||||
|
* If pkg-config isn't found, warn and exit with status 0 instead of
|
||||||
|
just dying so that CPAN testers don't send bogus failure reports.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 23 09:42:49 CET 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 1.09
|
||||||
|
* Add support for more pkg-config commands: cflags-only-I,
|
||||||
|
cflags-only-other, libs-only-other, and static-libs
|
||||||
|
* Fix a test failure in t/4.t
|
||||||
|
* Only print failure messages if appropriate; silence test suite.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 1 17:12:59 CET 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 1.08
|
||||||
|
* add Makefile.PL to MANIFEST.
|
||||||
|
* In the version macro generator, handle non-numeric version number
|
||||||
|
parts by only using the leading digits.
|
||||||
|
* Make pkg-config print the errors it encounters so users know
|
||||||
|
what went wrong.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 21:39:40 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
- converted neededforbuild to BuildRequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 29 20:09:32 CEST 2005 - mjancar@suse.cz
|
||||||
|
|
||||||
|
- update to 1.07
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 02 14:12:57 CET 2004 - mcihar@suse.cz
|
||||||
|
|
||||||
|
- initial packaging
|
||||||
|
|
69
perl-ExtUtils-PkgConfig.spec
Normal file
69
perl-ExtUtils-PkgConfig.spec
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
#
|
||||||
|
# spec file for package perl-ExtUtils-PkgConfig
|
||||||
|
#
|
||||||
|
# Copyright (c) 2017 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
|
||||||
|
# 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-ExtUtils-PkgConfig
|
||||||
|
Version: 1.160000
|
||||||
|
Release: 0
|
||||||
|
%define cpan_version 1.16
|
||||||
|
Provides: perl(ExtUtils::PkgConfig) = 1.160000
|
||||||
|
%define cpan_name ExtUtils-PkgConfig
|
||||||
|
Summary: Simplistic Interface to Pkg-Config
|
||||||
|
License: LGPL-2.1+
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
Url: http://search.cpan.org/dist/ExtUtils-PkgConfig/
|
||||||
|
Source0: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
%{perl_requires}
|
||||||
|
# MANUAL BEGIN
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
Requires: pkgconfig
|
||||||
|
# MANUAL END
|
||||||
|
|
||||||
|
%description
|
||||||
|
The pkg-config program retrieves information about installed libraries,
|
||||||
|
usually for the purposes of compiling against and linking to them.
|
||||||
|
|
||||||
|
ExtUtils::PkgConfig is a very simplistic interface to this utility,
|
||||||
|
intended for use in the Makefile.PL of perl extensions which bind libraries
|
||||||
|
that pkg-config knows. It is really just boilerplate code that you would've
|
||||||
|
written yourself.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%{__make} test
|
||||||
|
|
||||||
|
%install
|
||||||
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
|
%files -f %{name}.files
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%doc Changes perl-ExtUtils-PkgConfig.doap README
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user