2023-04-05 19:27:44 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:464628cb9dd028b10438c23892de6f8a30202355a4e4eb01bfd13b8cfe35af57
size 88081

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 28 03:07:20 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.050
see /usr/share/doc/packages/perl-Glib-Object-Introspection/
-------------------------------------------------------------------
Thu Oct 22 03:14:56 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Glib-Object-Introspection
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
%define cpan_name Glib-Object-Introspection
Name: perl-Glib-Object-Introspection
Version: 0.049
Version: 0.050
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
%define cpan_name Glib-Object-Introspection
Summary: Dynamically create Perl language bindings
License: LGPL-2.1-only
Group: Development/Libraries/Perl
Summary: Dynamically create Perl language bindings
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Depends) >= 0.3
@@ -46,11 +44,11 @@ BuildRequires: pkgconfig(gobject-introspection-1.0)
Dynamically create Perl language bindings
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%make_build
%check
make test
@@ -61,8 +59,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc NEWS perl-Glib-Object-Introspection.doap README
%doc NEWS perl-glib-object-introspection.doap README.md
%license LICENSE
%changelog