|
@@ -1,6 +1,6 @@
|
|
Name: perl-File-Find-Rule
|
|
Name: perl-File-Find-Rule
|
|
Version: 0.32
|
|
Version: 0.32
|
|
-Release: 5%{?dist}
|
|
|
|
|
|
+Release: 6%{?_dist_release}
|
|
Summary: Perl module implementing an alternative interface to File::Find
|
|
Summary: Perl module implementing an alternative interface to File::Find
|
|
License: GPL+ or Artistic
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -15,7 +15,10 @@ BuildRequires: perl(Number::Compare)
|
|
BuildRequires: perl(Text::Glob)
|
|
BuildRequires: perl(Text::Glob)
|
|
BuildRequires: perl(Test::More)
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
|
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
+#Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
File::Find::Rule is a friendlier interface to File::Find. It allows
|
|
File::Find::Rule is a friendlier interface to File::Find. It allows
|
|
@@ -50,6 +53,9 @@ make test
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.32-6
|
|
|
|
+- build for Vine Linux
|
|
|
|
+
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-5
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|