Package init

This commit is contained in:
dogsheng 2019-12-25 16:02:01 +08:00
parent 34c57d7524
commit a4fafd177e

View File

@ -1,6 +1,6 @@
Name: perl-File-Path
Version: 2.16
Release: 3
Release: 4
Summary: Create or remove directory trees
License: GPL+ or Artistic
URL: https://metacpan.org/pod/File::Path
@ -32,6 +32,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
%install
%make_install
%{_fixperms} %{buildroot}/*
%check
make test
@ -47,6 +48,9 @@ make test
%{_mandir}/man3/*
%changelog
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.16-4
- Change the mod of file
* Sat Aug 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.16-3
- rebuild package