automatic update by autodist [release 1.446-1mamba;Mon Mar 16 2015]

This commit is contained in:
Automatic Build System 2024-01-06 08:32:03 +01:00
parent 8c0ec0cc02
commit 1532fd3eb6

View File

@ -7,8 +7,8 @@
%define SDL_Pango_ver %(rpm -q --queryformat=%%{version} libSDL_Pango) %define SDL_Pango_ver %(rpm -q --queryformat=%%{version} libSDL_Pango)
Name: perl-Alien-SDL Name: perl-Alien-SDL
Version: 1.440 Version: 1.446
Release: 2mamba Release: 1mamba
Summary: Alien::SDL - building, finding and using SDL binaries Summary: Alien::SDL - building, finding and using SDL binaries
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
@ -30,6 +30,7 @@ BuildRequires: libSDL_mixer-devel >= %{SDL_mixer_ver}
BuildRequires: libSDL_ttf-devel >= %{SDL_ttf_ver} BuildRequires: libSDL_ttf-devel >= %{SDL_ttf_ver}
BuildRequires: libSDL_gfx-devel >= %{SDL_gfx_ver} BuildRequires: libSDL_gfx-devel >= %{SDL_gfx_ver}
BuildRequires: libSDL_Pango-devel >= %{SDL_Pango_ver} BuildRequires: libSDL_Pango-devel >= %{SDL_Pango_ver}
BuildRequires: perl-File-Which
#Requires: libSDL #Requires: libSDL
#Requires: libSDL_image #Requires: libSDL_image
#Requires: libSDL_mixer #Requires: libSDL_mixer
@ -44,7 +45,7 @@ Alien::SDL - building, finding and using SDL binaries.
%prep %prep
%setup -q -n Alien-SDL-%{version} %setup -q -n Alien-SDL-%{version}
%patch0 -p1 #%patch0 -p1
%build %build
%{__perl} Build.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Build.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@ -90,11 +91,19 @@ rm -f $packlist
%dir %{perl_sitelib}/Alien %dir %{perl_sitelib}/Alien
%{perl_sitelib}/Alien/SDL.pm %{perl_sitelib}/Alien/SDL.pm
%{perl_sitelib}/Alien/SDL/ConfigData.pm %{perl_sitelib}/Alien/SDL/ConfigData.pm
%dir %{perl_sitelib}/auto/share/dist/Alien-SDL
%{perl_sitelib}/auto/share/dist/Alien-SDL/*
%{_mandir}/man3/Alien::SDL.3pm* %{_mandir}/man3/Alien::SDL.3pm*
%{_mandir}/man3/Alien::SDL::ConfigData.3pm* %{_mandir}/man3/Alien::SDL::ConfigData.3pm*
%doc LICENSE %doc LICENSE
%changelog %changelog
* Mon Mar 16 2015 Automatic Build System <autodist@mambasoft.it> 1.446-1mamba
- automatic update by autodist
* Sat Oct 11 2014 Automatic Build System <autodist@mambasoft.it> 1.445_1-1mamba
- automatic update by autodist
* Thu Jul 18 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.440-2mamba * Thu Jul 18 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.440-2mamba
- rebuilt using system SDL* - rebuilt using system SDL*
- add version requirements for SDL to force rebuild on update of those packages - add version requirements for SDL to force rebuild on update of those packages