SDL_perl-vl.spec 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Summary: SDL_perl - Simple Direct Media Layer for Perl
  2. Summary(ja): SDL_perl - Perl 用 SDL(Simple DirectMedia Layer) モジュール
  3. Name: SDL_perl
  4. Version: 2.2.6
  5. Release: 2%{?_dist_release}
  6. Source0: http://search.cpan.org/CPAN/authors/id/D/DG/DGOEHRIG/SDL_Perl-v%{version}.tar.gz
  7. License: Artistic and GPL
  8. Group: Development/Libraries
  9. URL: http://search.cpan.org/dist/SDL_Perl/
  10. Requires: perl
  11. BuildRequires: perl, perl-Module-Build >= 0.22
  12. BuildRequires: SDL-devel >= 1.2.6, smpeg-devel >= 0.4.4
  13. BuildRequires: SDL_image-devel >= 1.2.2, SDL_gfx-devel >= 2.0.3
  14. BuildRequires: SDL_mixer-devel >= 1.2.5, SDL_ttf-devel >= 2.0.5
  15. BuildRequires: SDL_net-devel >= 1.2.4
  16. BuildRequires: perl-YAML
  17. BuildRequires: libGLU-devel
  18. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  19. %description
  20. SDL_perl is a package of perl modules that provides both
  21. functional and object orient interfaces to the Simple DirectMedia
  22. Layer for Perl 5.
  23. %description -l ja
  24. SDL_perl は、Perl 5 に SDL (Simple DirectMedia Layer) 用の機能
  25. とオブジェクト指向のインターフェースを提供する、Perl モジュール
  26. のパッケージです。
  27. %prep
  28. %setup -q -n SDL_Perl-v%{version}
  29. # apply patch from CPAN bug report #19155
  30. %build
  31. CFLAGS="$RPM_OPT_FLAGS" %{__perl} Build.PL installdirs=vendor
  32. ./Build
  33. %install
  34. %{__rm} -rf ${RPM_BUILD_ROOT}
  35. ./Build install destdir=${RPM_BUILD_ROOT}
  36. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
  37. %clean
  38. %{__rm} -rf ${RPM_BUILD_ROOT}
  39. %files
  40. %defattr(-,root,root)
  41. %doc BUGS CHANGELOG COPYING MANIFEST README TODO
  42. %{perl_vendorarch}/SDL.pm
  43. %{perl_vendorarch}/SDL/*
  44. %{perl_vendorarch}/SDL_perl.pm
  45. %{perl_vendorarch}/auto/SDL/*
  46. %{perl_vendorarch}/auto/SDL_perl/*
  47. %{_mandir}/man3/SDL.3pm*
  48. %{_mandir}/man3/SDL::*
  49. %changelog
  50. * Sat Jun 18 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 2.2.6-2
  51. - rebuild with perl-5.12.3
  52. * Thu Dec 30 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.6-1
  53. - new upstream release
  54. - remove Patch0
  55. - add BuildRequires: perl-YAML, libGLU-devel
  56. * Mon Jun 22 2009 Shu KONNO <owa@bg.wakwak.com> 2.1.2-2
  57. - spec in utf-8
  58. * Wed Sep 03 2008 Shu KONNO <owa@bg.wakwak.com> 2.1.2-1vl5
  59. - applied new versioning policy, spec in utf-8
  60. * Mon Mar 26 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.1.2-0vl1
  61. - initial build for Vine Linux