remove unnecessary files

This commit is contained in:
openeuler-basic 2020-01-11 17:25:02 +08:00
parent f3d4cfbe70
commit 2aede76865
2 changed files with 7 additions and 14 deletions

View File

@ -1,12 +0,0 @@
--- lib/Algorithm/DiffOld.pm
+++ lib/Algorithm/DiffOld.pm
@@ -2,8 +2,7 @@
# like versions <= 0.59 used to.
# $Revision: 1.3 $
-package # don't index
- Algorithm::DiffOld;
+package Algorithm::DiffOld;
use strict;
use vars qw($VERSION @EXPORT_OK @ISA @EXPORT);
use integer; # see below in _replaceNextLargerWith() for mod to make

View File

@ -1,12 +1,11 @@
%global perl_package_name Algorithm-Diff %global perl_package_name Algorithm-Diff
Name: perl-%{perl_package_name} Name: perl-%{perl_package_name}
Version: 1.1903 Version: 1.1903
Release: 13 Release: 14
Summary: Compute `intelligent' differences between two files / lists Summary: Compute `intelligent' differences between two files / lists
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/pod/Algorithm::Diff URL: https://metacpan.org/pod/Algorithm::Diff
Source0: https://cpan.metacpan.org/authors/id/T/TY/TYEMQ/%{perl_package_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/T/TY/TYEMQ/%{perl_package_name}-%{version}.tar.gz
Patch0: Algorithm-Diff-1.1903-provides.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: gcc git make BuildRequires: gcc git make
@ -50,6 +49,12 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.1903-14
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: remove unnecessary files
* Thu Sep 26 2019 shenyangyang<shenyangyang4@huawei.com> - 1.1903-13 * Thu Sep 26 2019 shenyangyang<shenyangyang4@huawei.com> - 1.1903-13
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA