Преглед на файлове

perl-Parse-Yapp-1.05-32

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3208 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim преди 14 години
родител
ревизия
773fbb9abd
променени са 1 файла, в които са добавени 11 реда и са изтрити 2 реда
  1. 11 2
      p/perl-Parse-Yapp/perl-Parse-Yapp-vl.spec

+ 11 - 2
p/perl-Parse-Yapp/perl-Parse-Yapp-vl.spec

@@ -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