7
0

11 Commits

Author SHA256 Message Date
10017ff689 Accepting request 491832 from devel:languages:perl
- 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)

OBS-URL: https://build.opensuse.org/request/show/491832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=29
2017-04-29 08:53:46 +00:00
Stephan Kulow
bebff2264a OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-PkgConfig?expand=0&rev=25 2017-04-28 12:26:15 +00:00
b9c1349c20 Accepting request 303895 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/303895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=28
2015-04-27 11:04:23 +00:00
Stephan Kulow
f4c7fa1500 Accepting request 202210 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/202210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=26
2013-10-06 16:37:46 +00:00
Stephan Kulow
9466d51822 Accepting request 177427 from devel:languages:perl
- 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 (forwarded request 177389 from coolo)

OBS-URL: https://build.opensuse.org/request/show/177427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=24
2013-06-06 13:05:28 +00:00
Stephan Kulow
242e048600 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=21
2011-12-06 17:41:11 +00:00
Stephan Kulow
9cdbc7375f Accepting request 92086 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/92086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=20
2011-11-18 15:39:30 +00:00
Ruediger Oertel
571d148521 Autobuild autoformatter for 59480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=17
2011-02-02 00:37:39 +00:00
Ruediger Oertel
508665246c Accepting request 59480 from devel:languages:perl
Accepted submit request 59480 from user vitezslav_cizek

OBS-URL: https://build.opensuse.org/request/show/59480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=16
2011-02-02 00:37:32 +00:00
7fccea63e4 Autobuild autoformatter for 53914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=15
2010-11-26 16:22:45 +00:00
c0a7457c44 Accepting request 53914 from devel:languages:perl
Accepted submit request 53914 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/53914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-PkgConfig?expand=0&rev=14
2010-11-26 16:22:31 +00:00
4 changed files with 28 additions and 15 deletions

3
.gitattributes vendored
View File

@@ -1,4 +1,4 @@
*.changes merge=merge-changes
## 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
@@ -12,7 +12,6 @@
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tar 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

22
cpanspec.yml Normal file
View 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

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Fri Aug 4 10:05:06 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
- Remove unused file:
* cpanspec.yml
-------------------------------------------------------------------
Sat Apr 22 05:42:33 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-PkgConfig
#
# Copyright (c) 2023 SUSE LLC
# 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -23,13 +23,11 @@ Release: 0
Provides: perl(ExtUtils::PkgConfig) = 1.160000
%define cpan_name ExtUtils-PkgConfig
Summary: Simplistic Interface to Pkg-Config
License: LGPL-2.1-or-later
License: LGPL-2.1+
Group: Development/Libraries/Perl
URL: http://search.cpan.org/dist/ExtUtils-PkgConfig/
Url: http://search.cpan.org/dist/ExtUtils-PkgConfig/
Source0: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{cpan_version}.tar.gz
%if "%_vendor" != "debbuild"
ExclusiveArch: do_not_build
%endif
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl