automatic version update by autodist [release 2.38-1mamba;Fri Sep 27 2024]
This commit is contained in:
parent
11e9844526
commit
9465acc4f3
@ -1,7 +1,7 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Gimp
|
Name: perl-Gimp
|
||||||
Version: 2.37
|
Version: 2.38
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Gimp - Perl extension for writing Gimp Extensions/Plug-ins/Load & Save-Handlers
|
Summary: Gimp - Perl extension for writing Gimp Extensions/Plug-ins/Load & Save-Handlers
|
||||||
Group: Development/Libraries/Perl
|
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
|
Patch0: perl-Gimp-2.2pre1-glib-2.32.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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: libperl
|
||||||
BuildRequires: perl-File-Slurp
|
BuildRequires: perl-File-Slurp
|
||||||
BuildRequires: perl-Gtk2
|
BuildRequires: perl-Gtk2
|
||||||
@ -29,7 +43,7 @@ BuildRequires: perl-ExtUtils-Depends
|
|||||||
BuildRequires: perl-ExtUtils-PkgConfig
|
BuildRequires: perl-ExtUtils-PkgConfig
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel >= %perl_major_ver
|
||||||
BuildRequires: perl-IO-All
|
BuildRequires: perl-IO-All
|
||||||
#BuildRequires: perl-PDL
|
BuildRequires: perl-PDL
|
||||||
BuildRequires: perl-Web-Scraper
|
BuildRequires: perl-Web-Scraper
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
|
|
||||||
@ -41,12 +55,11 @@ Perl extension for writing Gimp Extensions/Plug-ins/Load & Save-Handlers.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Gimp-%{version}
|
%setup -q -n Gimp-%{version}
|
||||||
#%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#GIMPTOOL=/usr/bin/gimptool-2.0 \
|
#GIMPTOOL=/usr/bin/gimptool-2.0 \
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
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
|
#% make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -71,6 +84,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 27 2024 Automatic Build System <autodist@openmamba.org> 2.38-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Mar 11 2023 Automatic Build System <autodist@mambasoft.it> 2.37-1mamba
|
* Sat Mar 11 2023 Automatic Build System <autodist@mambasoft.it> 2.37-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user