perl-IPC-ShareLite-vl.spec 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. Name: perl-IPC-ShareLite
  2. Version: 0.17
  3. Release: 2%{?_dist_release}
  4. Summary: Lightweight interface to shared memory
  5. License: GPL+ or Artistic
  6. Group: Development/Libraries
  7. URL: http://search.cpan.org/dist/IPC-ShareLite/
  8. Source0: http://www.cpan.org/authors/id/A/AN/ANDYA/IPC-ShareLite-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildRequires: perl(ExtUtils::MakeMaker)
  11. BuildRequires: perl(Test::More)
  12. BuildRequires: perl(Test::Pod)
  13. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  14. %description
  15. IPC::ShareLite provides a simple interface to shared memory, allowing
  16. data to be efficiently communicated between processes.
  17. %prep
  18. %setup -q -n IPC-ShareLite-%{version}
  19. %build
  20. %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
  21. make %{?_smp_mflags}
  22. %install
  23. rm -rf %{buildroot}
  24. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  25. find %{buildroot} -type f -name .packlist -exec rm -f {} \;
  26. find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
  27. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
  28. %{_fixperms} %{buildroot}/*
  29. %check
  30. make test
  31. %clean
  32. rm -rf %{buildroot}
  33. %files
  34. %defattr(-,root,root,-)
  35. %doc Changes README
  36. %{perl_vendorarch}/auto/*
  37. %{perl_vendorarch}/IPC*
  38. %{_mandir}/man3/*
  39. %changelog
  40. * Sun Nov 9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.17-2
  41. - rebuilt with perl 5.16.3
  42. * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.17-1
  43. - initial build for Vine Linux
  44. * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.17-4
  45. - Perl mass rebuild
  46. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-3
  47. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  48. * Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.17-2
  49. - 661697 rebuild for fixing problems with vendorach/lib
  50. * Fri Jun 25 2010 Xavier Bachelot <xavier@bachelot.org> 0.17-1
  51. - Update to 0.17.
  52. * Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.13-5
  53. - Mass rebuild with perl-5.12.0
  54. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.13-4
  55. - rebuild against perl 5.10.1
  56. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-3
  57. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  58. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
  59. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  60. * Thu May 15 2008 Steven Pritchard <steve@kspei.com> 0.13-1
  61. - Update to 0.13.
  62. - Update Source0 URL.
  63. * Mon Mar 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.12-1
  64. - 0.12, works right now
  65. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.09-12
  66. - Autorebuild for GCC 4.3
  67. * Wed Feb 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.09-11
  68. - still not quite right on x86_64, but not segfaulting anymore.
  69. * Fri Feb 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.09-10
  70. - rebuild for new perl
  71. * Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 0.09-9
  72. - Use fixperms macro instead of our own chmod incantation.
  73. - BR ExtUtils::MakeMaker.
  74. * Mon Aug 28 2006 Steven Pritchard <steve@kspei.com> 0.09-8
  75. - Rebuild.
  76. - Fix find option order.
  77. - Minor cleanup to more closely match cpanspec output.
  78. * Sat Feb 18 2006 Steven Pritchard <steve@kspei.com> 0.09-7
  79. - Rebuild.
  80. * Mon Sep 05 2005 Steven Pritchard <steve@kspei.com> 0.09-6
  81. - Cleanup (closer to current spec template).
  82. - Include COPYING and Artistic.
  83. * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
  84. - rebuilt
  85. * Fri Jun 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.4
  86. - Avoid empty RPATHs.
  87. * Mon May 10 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.3
  88. - BuildRequire perl >= 1:5.6.1 for support for vendor installdirs.
  89. - Use pure_install to avoid perllocal.pod workarounds.
  90. * Mon Apr 26 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.2
  91. - Reduce directory ownership bloat.
  92. - Require perl(:MODULE_COMPAT_*).
  93. * Tue Nov 18 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.1
  94. - First build.