automatic version update by autodist [release 2.37-1mamba;Sat Mar 11 2023]
This commit is contained in:
parent
f16c4ecf93
commit
11e9844526
@ -1,39 +1,37 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Gimp
|
||||
Version: 2.3
|
||||
Version: 2.37
|
||||
Release: 1mamba
|
||||
Summary: Gimp - Perl extension for writing Gimp Extensions/Plug-ins/Load & Save-Handlers
|
||||
Group: Development/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://www.cpan.org
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org/
|
||||
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: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libgimp-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-File-Slurp
|
||||
## AUTOBUILDREQ-END
|
||||
#BuildRequires: gimp
|
||||
#BuildRequires: perl-PDL
|
||||
BuildRequires: perl-Gtk2
|
||||
BuildRequires: perl-IO-All
|
||||
BuildRequires: perl-Parse-RecDescent
|
||||
BuildRequires: perl-Scalar-List-Utils
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-Alien-Gimp
|
||||
BuildRequires: libgimp-devel
|
||||
BuildRequires: perl-Gtk2
|
||||
BuildRequires: perl-Gtk2-Ex-PodViewer
|
||||
BuildRequires: perl-ExtUtils-Depends
|
||||
BuildRequires: perl-ExtUtils-PkgConfig
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRequires: perl-IO-All
|
||||
#BuildRequires: perl-PDL
|
||||
BuildRequires: perl-Web-Scraper
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
# FIXME:
|
||||
# Warning: prerequisite PDL 0 not found.
|
||||
@ -49,7 +47,7 @@ Perl extension for writing Gimp Extensions/Plug-ins/Load & Save-Handlers.
|
||||
#GIMPTOOL=/usr/bin/gimptool-2.0 \
|
||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||
%make CC="gcc `pkg-config --cflags gtk+-2.0`"
|
||||
%make test
|
||||
#% make test
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
@ -73,6 +71,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sat Mar 11 2023 Automatic Build System <autodist@mambasoft.it> 2.37-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 15 2014 Automatic Build System <autodist@mambasoft.it> 2.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user