3 Commits
devel ... main

Author SHA256 Message Date
b5fcda3f7d Add Gitea build results 2025-08-12 18:16:32 +02:00
f6679bb8f0 Accepting request 1272897 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1272897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PkgConfig?expand=0&rev=2
2025-04-27 20:54:20 +00:00
1aa64dec43 Accepting request 1270018 from devel:languages:perl:autoupdate
- updated to 0.26026
   see /usr/share/doc/packages/perl-PkgConfig/Changes
  0.26026 2025-04-10 08:11:00 -0700
    - Fixes for spaces and long filenames (gh#48, gh#61, mohawk++)

OBS-URL: https://build.opensuse.org/request/show/1270018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PkgConfig?expand=0&rev=17
2025-04-27 01:02:57 +00:00
5 changed files with 35 additions and 14 deletions

View File

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

3
PkgConfig-0.26026.tar.gz Normal file
View File

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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-PkgConfig/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-PkgConfig)

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Apr 11 05:37:49 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.26026
see /usr/share/doc/packages/perl-PkgConfig/Changes
0.26026 2025-04-10 08:11:00 -0700
- Fixes for spaces and long filenames (gh#48, gh#61, mohawk++)
-------------------------------------------------------------------
Thu Nov 12 03:11:42 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-PkgConfig
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,19 @@
#
Name: perl-PkgConfig
Version: 0.25026
Release: 0
%define cpan_name PkgConfig
Summary: Pure-Perl Core-Only replacement for pkg-config
Name: perl-PkgConfig
Version: 0.26026
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Summary: Pure-Perl Core-Only replacement for pkg-config
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.56
BuildRequires: perl(Test::More) >= 0.94
Requires: perl(Test::More) >= 0.94
%{perl_requires}
@@ -48,12 +48,13 @@ The main supported options are the common '--libs', '--cflags', '--static',
'--exists' and '--modversion'.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%autosetup -n %{cpan_name}-%{version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%make_build
%check
make test
@@ -64,7 +65,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes ignore.txt PkgConfig.kpf README README.win32
%license LICENSE