perl-IPC-ShareLite-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. Name: perl-IPC-ShareLite
  2. Version: 0.17
  3. Release: 1%{?_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-%(%{__id_u} -n)
  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. * Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.17-1
  41. - initial build for Vine Linux
  42. * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.17-4
  43. - Perl mass rebuild
  44. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-3
  45. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  46. * Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.17-2
  47. - 661697 rebuild for fixing problems with vendorach/lib
  48. * Fri Jun 25 2010 Xavier Bachelot <xavier@bachelot.org> 0.17-1
  49. - Update to 0.17.
  50. * Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.13-5
  51. - Mass rebuild with perl-5.12.0
  52. * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.13-4
  53. - rebuild against perl 5.10.1
  54. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-3
  55. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  56. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
  57. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  58. * Thu May 15 2008 Steven Pritchard <steve@kspei.com> 0.13-1
  59. - Update to 0.13.
  60. - Update Source0 URL.
  61. * Mon Mar 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.12-1
  62. - 0.12, works right now
  63. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.09-12
  64. - Autorebuild for GCC 4.3
  65. * Wed Feb 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.09-11
  66. - still not quite right on x86_64, but not segfaulting anymore.
  67. * Fri Feb 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.09-10
  68. - rebuild for new perl
  69. * Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 0.09-9
  70. - Use fixperms macro instead of our own chmod incantation.
  71. - BR ExtUtils::MakeMaker.
  72. * Mon Aug 28 2006 Steven Pritchard <steve@kspei.com> 0.09-8
  73. - Rebuild.
  74. - Fix find option order.
  75. - Minor cleanup to more closely match cpanspec output.
  76. * Sat Feb 18 2006 Steven Pritchard <steve@kspei.com> 0.09-7
  77. - Rebuild.
  78. * Mon Sep 05 2005 Steven Pritchard <steve@kspei.com> 0.09-6
  79. - Cleanup (closer to current spec template).
  80. - Include COPYING and Artistic.
  81. * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
  82. - rebuilt
  83. * Fri Jun 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.4
  84. - Avoid empty RPATHs.
  85. * Mon May 10 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.3
  86. - BuildRequire perl >= 1:5.6.1 for support for vendor installdirs.
  87. - Use pure_install to avoid perllocal.pod workarounds.
  88. * Mon Apr 26 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.2
  89. - Reduce directory ownership bloat.
  90. - Require perl(:MODULE_COMPAT_*).
  91. * Tue Nov 18 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.1
  92. - First build.