forked from perl/perl-Glib-Object-Introspection
Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
26399dac99 |
BIN
Glib-Object-Introspection-0.051.tar.gz
(Stored with Git LFS)
BIN
Glib-Object-Introspection-0.051.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
Glib-Object-Introspection-0.052.tar.gz
(Stored with Git LFS)
Normal file
BIN
Glib-Object-Introspection-0.052.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
5
_scmsync.obsinfo
Normal file
5
_scmsync.obsinfo
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
mtime: 1759771287
|
||||||
|
commit: 2ced022276650f3b793b182b690e0f513ee16d4d89159f8271934abcbd2f8cde
|
||||||
|
url: https://src.opensuse.org/perl/perl-Glib-Object-Introspection.git
|
||||||
|
revision: 2ced022276650f3b793b182b690e0f513ee16d4d89159f8271934abcbd2f8cde
|
||||||
|
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b2bcabfea3e99fdb660c8e1bcc0ebb9ff77be3a62188c519f0165fc7b599470e
|
||||||
|
size 256
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 6 17:21:26 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.52.0 (0.052)
|
||||||
|
see /usr/share/doc/packages/perl-Glib-Object-Introspection/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 22:27:54 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Fri Mar 8 22:27:54 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Glib-Object-Introspection
|
# spec file for package perl-Glib-Object-Introspection
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,25 +18,26 @@
|
|||||||
|
|
||||||
%define cpan_name Glib-Object-Introspection
|
%define cpan_name Glib-Object-Introspection
|
||||||
Name: perl-Glib-Object-Introspection
|
Name: perl-Glib-Object-Introspection
|
||||||
Version: 0.51.0
|
Version: 0.52.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 0.051
|
# 0.052 -> normalize -> 0.52.0
|
||||||
|
%define cpan_version 0.052
|
||||||
#Upstream: This library is free software; you can redistribute it and/or modify it under the terms of the Lesser General Public License (LGPL). For more information, see http://www.fsf.org/licenses/lgpl.txt
|
#Upstream: This library is free software; you can redistribute it and/or modify it under the terms of the Lesser General Public License (LGPL). For more information, see http://www.fsf.org/licenses/lgpl.txt
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
Summary: Dynamically create Perl language bindings
|
Summary: Dynamically create Perl language bindings
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::Depends) >= 0.3
|
BuildRequires: perl(ExtUtils::Depends) >= 0.300
|
||||||
BuildRequires: perl(ExtUtils::PkgConfig) >= 1
|
BuildRequires: perl(ExtUtils::PkgConfig) >= 1
|
||||||
BuildRequires: perl(Glib) >= 1.32
|
BuildRequires: perl(Glib) >= 1.320
|
||||||
Requires: perl(ExtUtils::Depends) >= 0.3
|
Requires: perl(ExtUtils::Depends) >= 0.300
|
||||||
Requires: perl(ExtUtils::PkgConfig) >= 1
|
Requires: perl(ExtUtils::PkgConfig) >= 1
|
||||||
Requires: perl(Glib) >= 1.32
|
Requires: perl(Glib) >= 1.320
|
||||||
Provides: perl(Glib::Object::Introspection) = 0.51.0
|
Provides: perl(Glib::Object::Introspection) = %{version}
|
||||||
Provides: perl(Glib::Object::Introspection::_FuncWrapper)
|
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
@@ -48,7 +49,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|||||||
Dynamically create Perl language bindings
|
Dynamically create Perl language bindings
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user