Sync from SUSE:SLFO:Main perl-Glib revision a2668b1ffc73f7062485cf67a33a2c04

This commit is contained in:
Adrian Schröter 2024-07-22 17:42:03 +02:00
parent e14d300ec1
commit b460c4f719
4 changed files with 17 additions and 14 deletions

BIN
Glib-1.3293.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Glib-1.3294.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 5 16:48:10 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.3294
see /usr/share/doc/packages/perl-Glib/ChangeLog.pre-git
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 7 03:09:09 UTC 2020 - Tina Müller <timueller+perl@suse.de> Sun Jun 7 03:09:09 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Glib # spec file for package perl-Glib
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# 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
@ -16,24 +16,22 @@
# #
%define cpan_name Glib
Name: perl-Glib Name: perl-Glib
Version: 1.3293 Version: 1.3294
Release: 0 Release: 0
#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
%define cpan_name Glib
Summary: Perl wrappers for the GLib utility and Object libraries
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: Development/Libraries/Perl Summary: Perl wrappers for the GLib utility and Object libraries
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}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Depends) >= 0.300 BuildRequires: perl(ExtUtils::Depends) >= 0.300
BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000000 BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000
Requires: perl(ExtUtils::Depends) >= 0.300 Requires: perl(ExtUtils::Depends) >= 0.300
Requires: perl(ExtUtils::PkgConfig) >= 1.000000 Requires: perl(ExtUtils::PkgConfig) >= 1.000
%{perl_requires} %{perl_requires}
# MANUAL BEGIN # MANUAL BEGIN
BuildRequires: glib2-devel >= 2.0.0 BuildRequires: glib2-devel >= 2.0.0
@ -48,11 +46,11 @@ GObject-based libraries. The SEE ALSO section contains pointers to all
sorts of good information. sorts of good information.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags} %make_build
%check %check
make test make test
@ -63,7 +61,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc AUTHORS ChangeLog.pre-git doctypes Glib.exports NEWS perl-glib.doap README TODO xsapi.pod.foot xsapi.pod.head %doc AUTHORS ChangeLog.pre-git doctypes Glib.exports NEWS perl-glib.doap README TODO xsapi.pod.foot xsapi.pod.head
%license LICENSE %license LICENSE