2005-11-21 18:30:47 +00:00
|
|
|
Name: perl-Parse-Yapp
|
|
|
|
Version: 1.05
|
2012-08-15 09:52:30 +00:00
|
|
|
Release: 49%{?dist}
|
2005-11-21 18:30:47 +00:00
|
|
|
Summary: Perl extension for generating and using LALR parsers
|
|
|
|
Group: Development/Libraries
|
2007-10-17 02:20:50 +00:00
|
|
|
License: GPL+ or Artistic
|
2005-11-21 18:30:47 +00:00
|
|
|
URL: http://search.cpan.org/dist/Parse-Yapp/
|
|
|
|
Source0: http://www.cpan.org/authors/id/F/FD/FDESAR/Parse-Yapp-%{version}.tar.gz
|
2012-08-15 10:02:07 +00:00
|
|
|
# Fix POD, CPAN RT #54410
|
|
|
|
Patch0: Parse-Yapp-1.05-pod-errors.patch
|
|
|
|
# Fix POD, CPAN RT #54410
|
|
|
|
Patch1: Parse-Yapp-1.05-spelling.patch
|
|
|
|
# Fix POD, CPAN RT #11659
|
|
|
|
Patch2: Parse-Yapp-1.05-pod_item.patch
|
2005-11-21 18:30:47 +00:00
|
|
|
BuildArch: noarch
|
2007-10-17 02:20:50 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
2012-08-15 09:52:30 +00:00
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
2005-11-21 18:30:47 +00:00
|
|
|
|
|
|
|
%description
|
2012-08-15 09:52:30 +00:00
|
|
|
Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules that
|
|
|
|
let you generate and use yacc like thread safe (reentrant) parsers with perl
|
|
|
|
object oriented interface. The script yapp is a front-end to the Parse::Yapp
|
|
|
|
module and let you easily create a Perl OO parser from an input grammar file.
|
2005-11-21 18:30:47 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Parse-Yapp-%{version}
|
2012-08-15 10:02:07 +00:00
|
|
|
%patch0 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
2005-11-21 18:30:47 +00:00
|
|
|
chmod 644 README lib/Parse/{*.pm,Yapp/*.pm}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2012-08-15 09:52:30 +00:00
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
2005-11-21 18:30:47 +00:00
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc Changes README
|
2006-02-17 16:47:28 +00:00
|
|
|
%{_bindir}/yapp
|
2005-11-21 18:30:47 +00:00
|
|
|
%{perl_vendorlib}/Parse/
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2012-08-15 09:52:30 +00:00
|
|
|
* Wed Aug 15 2012 Petr Pisar <ppisar@redhat.com> - 1.05-49
|
|
|
|
- Specify all dependencies
|
|
|
|
- Modernize spec file
|
2012-08-15 10:02:07 +00:00
|
|
|
- Fix Parse::Yapp POD
|
2012-08-15 09:52:30 +00:00
|
|
|
|
2012-07-20 18:17:06 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-48
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-11 12:19:35 +00:00
|
|
|
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.05-47
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-01-13 16:45:41 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-46
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-06-17 15:25:28 +00:00
|
|
|
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.05-45
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-02-09 05:41:13 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-44
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-21 11:49:27 +00:00
|
|
|
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.05-43
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
2010-05-04 16:47:42 +00:00
|
|
|
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.05-42
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2009-12-07 14:44:13 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.05-41
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-07-26 16:09:34 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-40
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-27 00:21:36 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.05-39
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-03-02 15:54:35 +00:00
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.05-38
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
|
2008-01-28 21:41:51 +00:00
|
|
|
* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.05-37
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2007-10-17 02:20:50 +00:00
|
|
|
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.05-36.1
|
|
|
|
- correct license tag
|
|
|
|
- add BR: perl(ExtUtils::MakeMaker)
|
|
|
|
|
2006-08-29 16:57:40 +00:00
|
|
|
* Tue Aug 29 2006 Patrice Dumas <dumas@centre-cired.fr> - 1.05-36
|
|
|
|
- rebuild for FC6
|
|
|
|
|
2006-02-17 16:47:28 +00:00
|
|
|
* Fri Feb 17 2006 Patrice Dumas <dumas@centre-cired.fr> - 1.05-35
|
|
|
|
- rebuild for fc5
|
|
|
|
|
2005-11-21 18:30:47 +00:00
|
|
|
* Wed Nov 16 2005 Warren Togami <wtogami@redhat.com> - 1.05-34
|
|
|
|
- import into Extras
|
|
|
|
|
|
|
|
* Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-33
|
|
|
|
- #155467
|
|
|
|
- Bring up to date with current Fedora.Extras perl spec template.
|
|
|
|
|
|
|
|
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 1.05-32
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
|
|
|
|
- version bump and rebuild
|
|
|
|
|
|
|
|
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- automated release bump and build
|
|
|
|
|
|
|
|
* Tue Jun 4 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- properly claim directories owned by package so they are removed when package is removed
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Fri Dec 7 2001 root <root@redhat.com>
|
|
|
|
- Spec file was autogenerated.
|