forked from pool/perl-Glib-Object-Introspection
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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6632da2075d5b4ce4edf327caad9bbaf945fae4e31b03e0569ef883b48a26fb4
|
||||
size 86145
|
3
Glib-Object-Introspection-0.047.tar.gz
Normal file
3
Glib-Object-Introspection-0.047.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3662b6f82665f2f1bcfa1f383a8394ab8c3a9453fcb85a3d56346b2d91563ea
|
||||
size 86233
|
@@ -10,7 +10,9 @@
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
preamble: |-
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
@@ -19,7 +21,7 @@
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
license: LGPL-2.1
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: perl-Glib-Object-Introspection
|
||||
Version: 0.046
|
||||
Version: 0.047
|
||||
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: GObject Introspection bindings for Perl
|
||||
License: LGPL-2.1-or-later
|
||||
Summary: Dynamically create Perl language bindings
|
||||
License: LGPL-2.1-only
|
||||
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
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -32,19 +33,17 @@ BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::Depends) >= 0.3
|
||||
BuildRequires: perl(ExtUtils::PkgConfig) >= 1
|
||||
BuildRequires: perl(Glib) >= 1.32
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
Requires: perl(ExtUtils::Depends) >= 0.3
|
||||
Requires: perl(ExtUtils::PkgConfig) >= 1
|
||||
Requires: perl(Glib) >= 1.32
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
This package provides perl bindings for GObject Introspection.
|
||||
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.
|
||||
Dynamically create Perl language bindings
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
Reference in New Issue
Block a user