Package init

This commit is contained in:
dogsheng 2019-12-25 16:03:37 +08:00
parent f439d6a9cc
commit f40a39114f

View File

@ -1,6 +1,6 @@
Name: perl-Text-Diff Name: perl-Text-Diff
Version: 1.45 Version: 1.45
Release: 6 Release: 7
Summary: Perform diffs on files and record sets Summary: Perform diffs on files and record sets
License: (GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT License: (GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT
URL: https://metacpan.org/release/Text-Diff URL: https://metacpan.org/release/Text-Diff
@ -30,6 +30,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%install %install
make pure_install DESTDIR=%{buildroot} make pure_install DESTDIR=%{buildroot}
%{_fixperms} %{buildroot}/*
%check %check
make test make test
@ -45,11 +46,17 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Sep 23 2019 shenyangyang<shenyangyang4@huawei.com> - 1.45-2 * Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.45-7
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:change mod of files
* Mon Sep 23 2019 shenyangyang<shenyangyang4@huawei.com> - 1.45-6
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA
- SUG:NA - SUG:NA
- DESC:revise requires of perl - DESC:revise requires of perl
* Fri Aug 30 2019 hexiaowen <hexiaowen@huawei.com> - 1.45-1 * Fri Aug 30 2019 hexiaowen <hexiaowen@huawei.com> - 1.45-5
- Package init - Package init