perl-Curses-vl.spec 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. Name: perl-Curses
  2. Version: 1.28
  3. Release: 1%{?_dist_release}
  4. Summary: Perl bindings for ncurses
  5. Group: Development/Libraries
  6. License: GPL+
  7. URL: http://search.cpan.org/dist/Curses/
  8. Source0: http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tgz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  10. BuildRequires: ncurses-devel perl(Test::More)
  11. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  12. %description
  13. Perl bindings for ncurses, bringing terminal-independent character
  14. handling capabilities to Perl.
  15. %prep
  16. %setup -q -n Curses-%{version}
  17. test -f hints/c-linux.ncursesw.h || cp hints/c-linux.ncurses.h hints/c-linux.ncursesw.h
  18. sed -i -e 's|/usr/local/bin/perl|%{__perl}|' demo*
  19. sed -i -e 's|/usr//bin/perl|%{__perl}|' demo*
  20. %build
  21. %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" \
  22. PANELS MENUS FORMS
  23. make %{?_smp_mflags}
  24. # A note about the following alarming output...
  25. #
  26. # WARNING: Your Curses form.h file appears to be in the default
  27. # system search path, which will not work for us because of
  28. # the conflicting Perl form.h file. This means your 'make' will
  29. # probably fail unless you fix this, as described in the INSTALL
  30. # file.
  31. #
  32. #... can be ignored because /usr/include/form.h is a symlink to
  33. #/usr/include/ncurses/form.h, which the Makefile.PL finds and
  34. #uses quite happily.
  35. %install
  36. rm -rf %{buildroot}
  37. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  38. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  39. find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
  40. find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
  41. chmod -R u+w %{buildroot}/*
  42. #Remove exec perm for file aimed to be bundled as %%doc
  43. chmod -x demo*
  44. %check
  45. make test
  46. %clean
  47. rm -rf %{buildroot}
  48. %files
  49. %defattr(-,root,root,-)
  50. %doc Copying Artistic README demo*
  51. %{perl_vendorarch}/auto/*
  52. %{perl_vendorarch}/Curses.pm
  53. %{_mandir}/man3/*.3*
  54. %changelog
  55. * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.28-1
  56. - initial build for Vine Linux
  57. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28-5
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  59. * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.28-4
  60. - Perl mass rebuild
  61. * Tue Jun 14 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.28-3
  62. - Perl mass rebuild
  63. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.28-2
  64. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  65. * Sun Feb 6 2011 Steve Traylen <steve.traylen@cern.ch> - 1.28-1
  66. - Upstream to 1.28
  67. * Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.27-5
  68. - 661697 rebuild for fixing problems with vendorach/lib
  69. * Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.27-4
  70. - Mass rebuild with perl-5.12.0
  71. * Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 1.27-3
  72. - rebuild against perl 5.10.1
  73. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.27-2
  74. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  75. * Thu Jul 16 2009 kwizart < kwizart at gmail.com > - 1.27-1
  76. - Update to 1.27
  77. - Remove exec perm for demo* provided as %%doc - Fix #510186
  78. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20-4
  79. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  80. * Tue Mar 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.20-3
  81. - rebuild for new perl
  82. * Thu Feb 14 2008 Garrick Staples <garrick@usc.edu> 1.20-2
  83. - forgot to update tarball, building
  84. * Thu Feb 14 2008 Garrick Staples <garrick@usc.edu> 1.20-1
  85. - bump to 1.20
  86. * Fri Aug 17 2007 Garrick Staples <garrick@usc.edu> 1.16-4
  87. - fix /usr//bin/perl, bz#253336
  88. * Thu Aug 16 2007 Garrick Staples <garrick@usc.edu> 1.16-3
  89. - need BR: perl(Test::More)
  90. * Thu Aug 16 2007 Garrick Staples <garrick@usc.edu> 1.16-2
  91. - rebuild
  92. * Thu Aug 16 2007 Garrick Staples <garrick@usc.edu> 1.16-1
  93. - bump to 1.16
  94. - correct License: tag
  95. - need BR: perl-devel
  96. * Sun Aug 27 2006 Garrick Staples <garrick@usc.edu> 1.15-1
  97. - bump to 1.15
  98. * Sun Aug 27 2006 Garrick Staples <garrick@usc.edu> 1.14-2
  99. - rebuild
  100. * Sun Aug 27 2006 Garrick Staples <garrick@usc.edu> 1.14-1
  101. - bump to 1.14
  102. - FC6 mass rebuild
  103. * Fri Apr 21 2006 Garrick Staples <garrick@usc.edu> 1.13-3
  104. - add a note about the falsely alarming warning
  105. - don't remove execute bit from demos
  106. * Thu Apr 20 2006 Garrick Staples <garrick@usc.edu> 1.13-2
  107. - spec cleanups
  108. - add doc files
  109. * Wed Apr 19 2006 Garrick Staples <garrick@usc.edu> 1.13-1
  110. - Initial spec file