perl-GDGraph3d-vl.spec 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. Name: perl-GDGraph3d
  2. Version: 0.63
  3. Release: 2%{?_dist_release}
  4. Summary: 3D graph generation package for Perl
  5. Group: Development/Libraries
  6. License: GPL+ or Artistic
  7. URL: http://search.cpan.org/dist/GD-Graph3d/
  8. Source0: http://www.cpan.org/authors/id/W/WA/WADG/GD-Graph3d-%{version}.tar.gz
  9. BuildArch: noarch
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: perl(GD), perl(GD::Text), perl(GD::Graph)
  12. BuildRequires: perl(ExtUtils::MakeMaker)
  13. Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
  14. Provides: perl-GD-Graph3d = %{version}-%{release}
  15. %description
  16. This is the GD::Graph3d extensions module. It provides 3D graphs for
  17. the GD::Graph module by Martien Verbruggen, which in turn generates
  18. graph using Lincoln Stein's GD.pm.
  19. %prep
  20. %setup -q -n GD-Graph3d-%{version}
  21. %{__perl} -pi -e 's/\r//g' Changes
  22. %build
  23. %{__perl} Makefile.PL INSTALLDIRS=vendor
  24. make %{?_smp_mflags}
  25. %install
  26. rm -rf %{buildroot}
  27. make pure_install PERL_INSTALL_ROOT=%{buildroot}
  28. find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
  29. find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
  30. chmod -R u+w %{buildroot}/*
  31. %check
  32. make test
  33. %clean
  34. rm -rf %{buildroot}
  35. %files
  36. %defattr(-,root,root,-)
  37. %doc Changes
  38. %{perl_vendorlib}/GD/
  39. %{_mandir}/man3/*.3pm*
  40. %changelog
  41. * Wed Oct 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.63-2
  42. - rebuild with perl-5.16.3
  43. * Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.63-1
  44. - initial build for Vine Linux
  45. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-17
  46. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  47. * Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.63-16
  48. - Perl mass rebuild
  49. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-15
  50. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  51. * Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.63-14
  52. - 661697 rebuild for fixing problems with vendorach/lib
  53. * Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.63-13
  54. - Mass rebuild with perl-5.12.0
  55. * Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 0.63-12
  56. - rebuild against perl 5.10.1
  57. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-11
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  59. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-10
  60. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  61. * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-9
  62. - Rebuild for perl 5.10 (again)
  63. * Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-8
  64. - rebuild for new perl
  65. * Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-7.1
  66. - correct license tag
  67. - add BR: perl(ExtUtils::MakeMaker)
  68. * Thu Jun 7 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.63-7
  69. - Correction of CPAN URL (#242941).
  70. * Sat Sep 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.63-6
  71. - Rebuild for FC6.
  72. * Wed Feb 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.63-5
  73. - Rebuild for FC5 (perl 5.8.8).
  74. * Thu Dec 22 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.63-4
  75. - Dist tag.
  76. * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.63-3
  77. - rebuilt
  78. * Sat Jan 15 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.63-2
  79. - Added versioning to the Provides statement (bug 2371).
  80. * Sun Jan 9 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.63-0.fdr.1
  81. - Update to 0.63.
  82. * Sun Jul 11 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.56-0.fdr.3
  83. - Unowned directory: %%{perl_vendorlib}/GD (see bug 1800 comment #1).
  84. * Wed Jun 30 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.56-0.fdr.2
  85. - Bring up to date with current fedora.us perl spec template.
  86. * Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.56-0.fdr.1
  87. - First build.