SDL_perl-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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: 3%{?_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. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. %description
  22. SDL_perl is a package of perl modules that provides both
  23. functional and object orient interfaces to the Simple DirectMedia
  24. Layer for Perl 5.
  25. %description -l ja
  26. SDL_perl は、Perl 5 に SDL (Simple DirectMedia Layer) 用の機能
  27. とオブジェクト指向のインターフェースを提供する、Perl モジュール
  28. のパッケージです。
  29. %prep
  30. %setup -q -n SDL_Perl-v%{version}
  31. # apply patch from CPAN bug report #19155
  32. %build
  33. CFLAGS="$RPM_OPT_FLAGS" %{__perl} Build.PL installdirs=vendor
  34. ./Build
  35. %install
  36. %{__rm} -rf ${RPM_BUILD_ROOT}
  37. ./Build install destdir=${RPM_BUILD_ROOT}
  38. find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
  39. %clean
  40. %{__rm} -rf ${RPM_BUILD_ROOT}
  41. %files
  42. %defattr(-,root,root)
  43. %doc BUGS CHANGELOG COPYING MANIFEST README TODO
  44. %{perl_vendorarch}/SDL.pm
  45. %{perl_vendorarch}/SDL/*
  46. %{perl_vendorarch}/SDL_perl.pm
  47. %{perl_vendorarch}/auto/SDL/*
  48. %{perl_vendorarch}/auto/SDL_perl/*
  49. %{_mandir}/man3/SDL.3pm*
  50. %{_mandir}/man3/SDL::*
  51. %changelog
  52. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.6-3
  53. - rebuild with VineSeed environment
  54. * Sat Jun 18 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 2.2.6-2
  55. - rebuild with perl-5.12.3
  56. * Thu Dec 30 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.6-1
  57. - new upstream release
  58. - remove Patch0
  59. - add BuildRequires: perl-YAML, libGLU-devel
  60. * Mon Jun 22 2009 Shu KONNO <owa@bg.wakwak.com> 2.1.2-2
  61. - spec in utf-8
  62. * Wed Sep 03 2008 Shu KONNO <owa@bg.wakwak.com> 2.1.2-1vl5
  63. - applied new versioning policy, spec in utf-8
  64. * Mon Mar 26 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.1.2-0vl1
  65. - initial build for Vine Linux