set release to 1

This commit is contained in:
weidong 2020-08-13 15:56:20 +08:00
parent abfb7f6b93
commit e4eaf79871
2 changed files with 2 additions and 15 deletions

View File

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

View File

@ -1,13 +1,12 @@
%global _empty_manifest_terminate_build 0
Name: perl-File-Find-Rule-Perl
Version: 1.15
Release: 15
Release: 1
Summary: Common rules for searching for Perl things
License: GPL+ or Artistic
Group: Development/Libraries
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
Patch0: File-Find-Rule-Perl-1.15-fedora.patch
BuildArch: noarch
BuildRequires: perl >= 0:5.006
BuildRequires: perl-generators
@ -35,7 +34,6 @@ me that finding "perl files" requires a moderately complex
File::Find::Rule pattern.
%prep
%setup -q -n File-Find-Rule-Perl-%{version}
%patch0 -p1
%build
export PERL_MM_OPT=""
%{__perl} Makefile.PL INSTALLDIRS=vendor
@ -82,5 +80,5 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%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