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)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Gimp
|
Name: perl-Gimp
|
||||||
Version: 2.3
|
Version: 2.37
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org/
|
||||||
Source: http://www.cpan.org/modules/by-module/Gimp/Gimp-%{version}.tar.gz
|
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: libperl
|
||||||
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: perl-File-Slurp
|
BuildRequires: perl-File-Slurp
|
||||||
## AUTOBUILDREQ-END
|
|
||||||
#BuildRequires: gimp
|
|
||||||
#BuildRequires: perl-PDL
|
|
||||||
BuildRequires: perl-Gtk2
|
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-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-PDL
|
||||||
|
BuildRequires: perl-Web-Scraper
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
# FIXME:
|
# FIXME:
|
||||||
# Warning: prerequisite PDL 0 not found.
|
# 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 \
|
#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 `pkg-config --cflags gtk+-2.0`"
|
||||||
%make test
|
#% make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -73,6 +71,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Feb 15 2014 Automatic Build System <autodist@mambasoft.it> 2.3-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user