[perl-Alien-SDL] 1.440 bump

Petr Pisar ppisar at fedoraproject.org
Wed Apr 17 09:21:52 UTC 2013


commit 5872dbb48bb6d2d7e86b489b33d9c1a048a69789
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Apr 17 11:12:47 2013 +0200

    1.440 bump

 .gitignore          |    1 +
 .rpmlint            |    2 ++
 perl-Alien-SDL.spec |   17 ++++++++++-------
 sources             |    2 +-
 4 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2655972..ab448d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Alien-SDL-1.434.tar.gz
 /Alien-SDL-1.436.tar.gz
 /Alien-SDL-1.438.tar.gz
+/Alien-SDL-1.440.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..0c7bea8
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* pre");
diff --git a/perl-Alien-SDL.spec b/perl-Alien-SDL.spec
index 29d1538..14299ad 100644
--- a/perl-Alien-SDL.spec
+++ b/perl-Alien-SDL.spec
@@ -1,11 +1,11 @@
 Name:           perl-Alien-SDL
-Version:        1.438
-Release:        2%{?dist}
+Version:        1.440
+Release:        1%{?dist}
 Summary:        Building, finding and using SDL binaries
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Alien-SDL/
-Source0:        http://www.cpan.org/authors/id/J/JT/JTPALMER/Alien-SDL-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/F/FR/FROGGS/Alien-SDL-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  SDL_image-devel
 BuildRequires:  SDL_mixer-devel
@@ -13,6 +13,7 @@ BuildRequires:  SDL_ttf-devel
 BuildRequires:  SDL_gfx-devel
 BuildRequires:  freetype-devel
 BuildRequires:  pango-devel
+BuildRequires:  perl
 BuildRequires:  perl(Archive::Extract)
 # Not needed (https://github.com/PerlGameDev/SDL/issues/234):
 # Archive::Tar
@@ -33,7 +34,7 @@ BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(File::ShareDir) >= 1.00
 # Tests only:
 BuildRequires:  perl(Test::More)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(ExtUtils::CBuilder)
 Requires:       perl(File::ShareDir) >= 1.00
 
@@ -51,24 +52,26 @@ from source codes.
 sed -i 's/\r//' README
 
 %build
-%{__perl} Build.PL installdirs=vendor --with-sdl-config
+perl Build.PL installdirs=vendor --with-sdl-config
 ./Build
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
 %files
-%doc Changes LICENSE patches README TODO
+%doc Changes LICENSE README TODO
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 %{_bindir}/*
 
 %changelog
+* Wed Apr 17 2013 Petr Pisar <ppisar at redhat.com> - 1.440-1
+- 1.440 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.438-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 88df7ff..7594811 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1936ba9e300677151124b62883cedf20  Alien-SDL-1.438.tar.gz
+ad665d058d186e673114024ba10dfa09  Alien-SDL-1.440.tar.gz


More information about the scm-commits mailing list