commit 90c77730df09b6078cc25c2e20674a73c6923477 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Wed Apr 2 12:38:51 2014 +0200 0.022 bump .rpmlint | 2 ++ perl-Glib-Object-Introspection.spec | 26 +++++++++++++++++++------- sources | 2 +- 3 files changed, 22 insertions(+), 8 deletions(-) --- diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..5ca1f28 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* (gobject|gtk|libffi|libsoup|webkit)"); diff --git a/perl-Glib-Object-Introspection.spec b/perl-Glib-Object-Introspection.spec index e05a036..f5a5b29 100644 --- a/perl-Glib-Object-Introspection.spec +++ b/perl-Glib-Object-Introspection.spec @@ -1,33 +1,42 @@ Name: perl-Glib-Object-Introspection -Version: 0.016 +Version: 0.022 Release: 1%{?dist} Summary: Dynamically create Perl language bindings License: LGPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/Glib-Object-Introspection/ Source0: http://www.cpan.org/modules/by-module/Glib/Glib-Object-Introspection-%{version}.tar.gz -BuildRequires: gobject-introspection-devel +BuildRequires: perl(Config) BuildRequires: perl(Cwd) +BuildRequires: perl(ExtUtils::Depends) >= 0.3 BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::PkgConfig) >= 1 BuildRequires: perl(File::Spec) BuildRequires: perl(Glib::MakeHelper) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.0 +BuildRequires: pkgconfig(gmodule-2.0) >= 2.0.0 +BuildRequires: pkgconfig(libffi) >= 3.0.0 # Run-time BuildRequires: perl(Carp) -BuildRequires: perl(ExtUtils::Depends) >= 0.3 -BuildRequires: perl(ExtUtils::PkgConfig) >= 1 BuildRequires: perl(Glib) >= 1.280 +BuildRequires: perl(overload) BuildRequires: perl(XSLoader) # Tests +BuildRequires: perl(Glib::Object::Subclass) +BuildRequires: perl(POSIX) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::More) +BuildRequires: perl(utf8) # Optional tests -BuildRequires: cairo-gobject-devel +BuildRequires: pkgconfig(cairo-gobject) +BuildRequires: pkgconfig(gio-2.0) BuildRequires: perl(Cairo::GObject) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(ExtUtils::Depends) >= 0.3 -Requires: perl(ExtUtils::PkgConfig) >= 1 Requires: perl(Glib) >= 1.280 +Requires: perl(overload) %{?perl_default_filter} # Remove under-specified dependencies @@ -68,6 +77,9 @@ LANG=en_US.UTF8 make test %{_mandir}/man3/* %changelog +* Wed Apr 02 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 0.022-1 +- 0.022 bump + * Tue Oct 1 2013 Daniel P. Berrange <berrange@xxxxxxxxxx> - 0.016-1 - Update to 0.016 release (rhbz #1013534) diff --git a/sources b/sources index 8a141b5..b06de5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d6b3a693b7109d184688468f079b28e Glib-Object-Introspection-0.016.tar.gz +e3e5d150658b11f8313bc97a4986a0bf Glib-Object-Introspection-0.022.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel