!2 delete obsolete of perl(File::UserDirs)

Merge pull request !2 from syyhao/next
This commit is contained in:
openeuler-ci-bot 2020-01-15 05:18:49 +08:00 committed by Gitee
commit e1f31e5930

View File

@ -1,6 +1,6 @@
Name: perl-File-BaseDir Name: perl-File-BaseDir
Version: 0.08 Version: 0.08
Release: 4 Release: 5
Summary: Use the Freedesktop.org base directory specification Summary: Use the Freedesktop.org base directory specification
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/File-BaseDir URL: https://metacpan.org/release/File-BaseDir
@ -14,7 +14,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
Provides: perl-File-UserDirs = %{version}-%{release} Provides: perl-File-UserDirs = %{version}-%{release}
Provides: perl(File::UserDirs) = %{version}-%{release} Provides: perl(File::UserDirs) = %{version}-%{release}
Obsoletes: perl-File-UserDirs < %{version}-%{release} Obsoletes: perl-File-UserDirs < %{version}-%{release}
Obsoletes: perl(File::UserDirs) < %{version}-%{release}
%description %description
This module can be used to find directories and files as specified by the Freedesktop.org Base This module can be used to find directories and files as specified by the Freedesktop.org Base
@ -49,5 +48,8 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.08-5
- delete obsolete of perl(File::UserDirs)
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.08-4 * Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.08-4
- Package init - Package init