8
0

Accepting request 726662 from devel:languages:perl:autoupdate

- add license to cpanspec.yaml

- Add BuildRequires to cpanspec.yaml and spec

- updated to 0.047
   see /usr/share/doc/packages/perl-Glib-Object-Introspection/

OBS-URL: https://build.opensuse.org/request/show/726662
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Glib-Object-Introspection?expand=0&rev=17
This commit is contained in:
2019-08-28 11:51:37 +00:00
committed by Git OBS Bridge
parent 4011fd3da0
commit bd9f4075a3
5 changed files with 34 additions and 17 deletions

View File

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

View File

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

View File

@@ -10,7 +10,9 @@
#patches: #patches:
# foo.patch: -p1 # foo.patch: -p1
# bar.patch: # bar.patch:
#preamble: |- preamble: |-
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gobject-introspection-1.0)
# BuildRequires: gcc-c++ # BuildRequires: gcc-c++
#post_prep: |- #post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
@@ -19,7 +21,7 @@
# rm unused.files # rm unused.files
#post_install: |- #post_install: |-
# sed on %{name}.files # sed on %{name}.files
#license: SUSE-NonFree license: LGPL-2.1
#skip_noarch: 1 #skip_noarch: 1
#custom_build: |- #custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag #./Build build flags=%{?_smp_mflags} --myflag

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Aug 28 06:28:15 UTC 2019 - Stephan Kulow <coolo@suse.com>
- add license to cpanspec.yaml
-------------------------------------------------------------------
Tue Aug 27 22:05:31 CEST 2019 - Tina Mueller <tina.mueller@suse.com>
- Add BuildRequires to cpanspec.yaml and spec
-------------------------------------------------------------------
Wed Apr 3 10:12:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.047
see /usr/share/doc/packages/perl-Glib-Object-Introspection/
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 8 12:02:09 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de> Mon Oct 8 12:02:09 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Glib-Object-Introspection # spec file for package perl-Glib-Object-Introspection
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@@ -17,13 +17,14 @@
Name: perl-Glib-Object-Introspection Name: perl-Glib-Object-Introspection
Version: 0.046 Version: 0.047
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
%define cpan_name Glib-Object-Introspection %define cpan_name Glib-Object-Introspection
Summary: GObject Introspection bindings for Perl Summary: Dynamically create Perl language bindings
License: LGPL-2.1-or-later License: LGPL-2.1-only
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -32,19 +33,17 @@ BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Depends) >= 0.3 BuildRequires: perl(ExtUtils::Depends) >= 0.3
BuildRequires: perl(ExtUtils::PkgConfig) >= 1 BuildRequires: perl(ExtUtils::PkgConfig) >= 1
BuildRequires: perl(Glib) >= 1.32 BuildRequires: perl(Glib) >= 1.32
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gobject-introspection-1.0)
Requires: perl(ExtUtils::Depends) >= 0.3 Requires: perl(ExtUtils::Depends) >= 0.3
Requires: perl(ExtUtils::PkgConfig) >= 1 Requires: perl(ExtUtils::PkgConfig) >= 1
Requires: perl(Glib) >= 1.32 Requires: perl(Glib) >= 1.32
%{perl_requires} %{perl_requires}
# MANUAL BEGIN
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gobject-introspection-1.0)
# MANUAL END
%description %description
This package provides perl bindings for GObject Introspection. Dynamically create Perl language bindings
Glib::Object::Introspection uses the gobject-introspection and
libffi projects to dynamically create Perl bindings for a wide
variety of libraries.
Examples include GTK+, WebKit, libsoup and many more.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}