From 9465acc4f3a17fb3654a68fad98c8b234aea395a Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 5 Oct 2024 19:42:03 +0200 Subject: [PATCH] automatic version update by autodist [release 2.38-1mamba;Fri Sep 27 2024] --- perl-Gimp.spec | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/perl-Gimp.spec b/perl-Gimp.spec index abed654..50f8552 100644 --- a/perl-Gimp.spec +++ b/perl-Gimp.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Gimp -Version: 2.37 +Version: 2.38 Release: 1mamba Summary: Gimp - Perl extension for writing Gimp Extensions/Plug-ins/Load & Save-Handlers Group: Development/Libraries/Perl @@ -13,6 +13,20 @@ Source: http://www.cpan.org/modules/by-module/Gimp/Gimp-%{version}.tar.gz Patch0: perl-Gimp-2.2pre1-glib-2.32.patch License: GPL ## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libat-spi2-core-devel +BuildRequires: libbabl-devel +BuildRequires: libcairo-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libgdk-pixbuf-devel +BuildRequires: libgegl-devel +BuildRequires: libgimp-devel +BuildRequires: libglib-devel +BuildRequires: libgtk2-devel +BuildRequires: libharfbuzz-devel +BuildRequires: libjson-glib-devel +BuildRequires: libpango-devel BuildRequires: libperl BuildRequires: perl-File-Slurp BuildRequires: perl-Gtk2 @@ -29,7 +43,7 @@ BuildRequires: perl-ExtUtils-Depends BuildRequires: perl-ExtUtils-PkgConfig BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-IO-All -#BuildRequires: perl-PDL +BuildRequires: perl-PDL BuildRequires: perl-Web-Scraper Requires: perl >= %perl_major_ver @@ -41,12 +55,11 @@ Perl extension for writing Gimp Extensions/Plug-ins/Load & Save-Handlers. %prep %setup -q -n Gimp-%{version} -#%patch0 -p1 %build #GIMPTOOL=/usr/bin/gimptool-2.0 \ perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor -%make CC="gcc `pkg-config --cflags gtk+-2.0`" +%make CC="gcc %{optflags} `pkg-config --cflags gtk+-2.0 gimp-2.0`" #% make test %install @@ -71,6 +84,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Fri Sep 27 2024 Automatic Build System 2.38-1mamba +- automatic version update by autodist + * Sat Mar 11 2023 Automatic Build System 2.37-1mamba - automatic version update by autodist