perl-Parse-Yapp-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. %define _use_internal_dependency_generator 0
  2. Summary: Perl extension for generating and using LALR parsers.
  3. Name: perl-Parse-Yapp
  4. Version: 1.21
  5. Release: 2%{?_dist_release}
  6. Group: programming
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: distributable
  10. URL: http://search.cpan.org/~fdesar/Parse-Yapp/
  11. Source0: http://search.cpan.org/CPAN/authors/id/F/FD/FDESAR/Parse-Yapp-%{version}.tar.gz
  12. BuildArch: noarch
  13. BuildRequires: perl(ExtUtils::MakeMaker)
  14. %{?perl_default_filter}
  15. %description
  16. Parse::Yapp (Yet Another Perl Parser compiler) is a collection of
  17. modules that let you generate and use yacc like thread safe
  18. (reentrant) parsers with perl object oriented interface. The script
  19. yapp is a front-end to the Parse::Yapp module and let you easily
  20. create a Perl OO parser from an input grammar file.
  21. %prep
  22. %setup -q -n Parse-Yapp-%{version}
  23. ## fix file permission
  24. %__chmod 0644 README
  25. find lib -type f | xargs chmod 0644
  26. %build
  27. perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
  28. make
  29. %install
  30. make install DESTDIR=$RPM_BUILD_ROOT
  31. %{_fixperms} $RPM_BUILD_ROOT/*
  32. %check
  33. make test
  34. %clean
  35. rm -rf $RPM_BUILD_ROOT
  36. %files
  37. %doc README Changes
  38. %{_bindir}/*
  39. %dir %{perl_vendorlib}/Parse
  40. %{perl_vendorlib}/Parse/*
  41. %{_mandir}/man*/*
  42. %changelog
  43. * Thu Dec 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.21-2
  44. - rebuilt with perl-5.34.0.
  45. * Mon May 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.21-1
  46. - new upstream release.
  47. - rebuilt with perl-5.26.
  48. * Wed Nov 5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.05-34
  49. - rebuilt with perl 5.16.3
  50. - updated URL
  51. * Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 1.05-33
  52. - fix file permission
  53. - add documents
  54. - add directories in files
  55. * Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 1.05-32vl6
  56. - build with perl 5.12.3
  57. - defined __find_{provides,requires} with vl4 and vl5
  58. - add Vendor and Distribution tags
  59. * Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 1.05-31vl5
  60. - applied new versioning policy
  61. * Sat Sep 9 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.05-30vl6
  62. - installed files to vendor_perl
  63. - changed Group to Development/Libraries
  64. * Sun Jan 2 2005 IWAI, Masaharu <iwai@alib.jp> 1.05-30vl5
  65. - build on perl-5.8.6-0vl1
  66. * Sat Dec 13 2003 Satoshi MACHINO <machino@vinelinux.org> 1.05-30vl4
  67. - built on perl-5.8.2
  68. * Thu Nov 06 2003 Satoshi MACHINO <machino@vinelinux.org> 1.05-30vl3
  69. - built on perl-5.8.1
  70. * Sun Apr 20 2003 Satoshi MACHINO <machino@vinelinux.org> 1.05-30vl2
  71. - build on perl-5.8.0
  72. * Sun Mar 02 2003 Satoshi MACHINO <machino@vinelinux.org> 1.05-30vl1
  73. - Build for VineLinux
  74. * Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
  75. - version bump and rebuild
  76. * Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
  77. - automated release bump and build
  78. * Tue Jun 4 2002 Chip Turner <cturner@redhat.com>
  79. - properly claim directories owned by package so they are removed when package is removed
  80. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  81. - automated rebuild
  82. * Fri Dec 7 2001 root <root@redhat.com>
  83. - Spec file was autogenerated.