|
@@ -3,7 +3,7 @@
|
|
|
Summary: Perl extension for generating and using LALR parsers.
|
|
|
Name: perl-Parse-Yapp
|
|
|
Version: 1.05
|
|
|
-Release: 31%{?_dist_release}
|
|
|
+Release: 32%{?_dist_release}
|
|
|
License: distributable
|
|
|
Group: Development/Libraries
|
|
|
Source0: Parse-Yapp-%{version}.tar.gz
|
|
@@ -13,6 +13,9 @@ BuildRequires: perl >= 5.8.2
|
|
|
Requires: perl >= 5.8.2
|
|
|
BuildArch: noarch
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
+
|
|
|
%description
|
|
|
Parse::Yapp (Yet Another Perl Parser compiler) is a collection of
|
|
|
modules that let you generate and use yacc like thread safe
|
|
@@ -20,10 +23,11 @@ modules that let you generate and use yacc like thread safe
|
|
|
yapp is a front-end to the Parse::Yapp module and let you easily
|
|
|
create a Perl OO parser from an input grammar file.
|
|
|
|
|
|
-
|
|
|
+%if %{?_dist_release} == "vl5" || %{?_dist_release} == "vl4"
|
|
|
# Provide perl-specific find-{provides,requires}.
|
|
|
%define __find_provides /usr/lib/rpm/find-provides.perl
|
|
|
%define __find_requires /usr/lib/rpm/find-requires.perl
|
|
|
+%endif
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n Parse-Yapp-%{version}
|
|
@@ -63,6 +67,11 @@ fi
|
|
|
#%dir /usr/lib/perl5/vendor_perl/%(perl -MConfig -e 'print $Config{version}')/Parse/Yapp
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 1.05-32vl6
|
|
|
+- build with perl 5.12.3
|
|
|
+- defined __find_{provides,requires} with vl4 and vl5
|
|
|
+- add Vendor and Distribution tags
|
|
|
+
|
|
|
* Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 1.05-31vl5
|
|
|
- applied new versioning policy
|
|
|
|