set release to 1
This commit is contained in:
parent
abfb7f6b93
commit
e4eaf79871
@ -1,11 +0,0 @@
|
|||||||
--- File-Find-Rule-Perl-1.15.orig/t/03_no_index.t 2015-04-05 22:57:10.000000000 +0200
|
|
||||||
+++ File-Find-Rule-Perl-1.15/t/03_no_index.t 2015-04-15 12:39:45.612810084 +0200
|
|
||||||
@@ -38,6 +38,8 @@
|
|
||||||
MYMETA.json
|
|
||||||
};
|
|
||||||
my @files = sort grep {
|
|
||||||
+ ! /^(debug|elf).*\.list/
|
|
||||||
+ and
|
|
||||||
! /^debian\b/
|
|
||||||
and
|
|
||||||
! /(?:^|\W)\.\w/
|
|
||||||
@ -1,13 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: perl-File-Find-Rule-Perl
|
Name: perl-File-Find-Rule-Perl
|
||||||
Version: 1.15
|
Version: 1.15
|
||||||
Release: 15
|
Release: 1
|
||||||
Summary: Common rules for searching for Perl things
|
Summary: Common rules for searching for Perl things
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/File-Find-Rule-Perl/
|
URL: http://search.cpan.org/dist/File-Find-Rule-Perl/
|
||||||
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/File-Find-Rule-Perl-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/File-Find-Rule-Perl-%{version}.tar.gz
|
||||||
Patch0: File-Find-Rule-Perl-1.15-fedora.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl >= 0:5.006
|
BuildRequires: perl >= 0:5.006
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
@ -35,7 +34,6 @@ me that finding "perl files" requires a moderately complex
|
|||||||
File::Find::Rule pattern.
|
File::Find::Rule pattern.
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n File-Find-Rule-Perl-%{version}
|
%setup -q -n File-Find-Rule-Perl-%{version}
|
||||||
%patch0 -p1
|
|
||||||
%build
|
%build
|
||||||
export PERL_MM_OPT=""
|
export PERL_MM_OPT=""
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
@ -82,5 +80,5 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Aug 12 2020 weidong <weidong@uniontech.com> 1.15-15
|
* Wed Aug 12 2020 weidong <weidong@uniontech.com> 1.15-1
|
||||||
- Initial release for OpenEuler
|
- Initial release for OpenEuler
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user