Compare commits
4 Commits
master
...
openEuler-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5705641c06 | ||
|
|
fdee496e8f | ||
|
|
82e9ef77e5 | ||
|
|
f5eea57117 |
16
perl.spec
16
perl.spec
@ -21,10 +21,10 @@
|
|||||||
%bcond_without systemtap
|
%bcond_without systemtap
|
||||||
|
|
||||||
Name: perl
|
Name: perl
|
||||||
License: (GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT and UCD and Public Domain and BSD
|
License: (GPL-1.0-or-later or Artistic-1.0-perl) and (GPL-2.0-or-later or Artistic-1.0-perl) and MIT and UCD and Public Domain and BSD
|
||||||
Epoch: 4
|
Epoch: 4
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
Release: 6
|
Release: 8
|
||||||
Summary: A highly capable, feature-rich programming language
|
Summary: A highly capable, feature-rich programming language
|
||||||
Url: https://www.perl.org/
|
Url: https://www.perl.org/
|
||||||
Source0: https://www.cpan.org/src/5.0/%{name}-%{version}.tar.xz
|
Source0: https://www.cpan.org/src/5.0/%{name}-%{version}.tar.xz
|
||||||
@ -82,7 +82,7 @@ prototyping and large scale development projects.
|
|||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: The libraries for the perl
|
Summary: The libraries for the perl
|
||||||
License: (GPL+ or Artistic) and HSRL and MIT and UCD
|
License: (GPL-1.0-or-later or Artistic-1.0-perl) and MIT and UCD
|
||||||
Provides: %perl_compat
|
Provides: %perl_compat
|
||||||
Provides: perl(:VERSION) = %{perl_version}
|
Provides: perl(:VERSION) = %{perl_version}
|
||||||
Provides: perl(:WITH_64BIT) perl(:WITH_ITHREADS) perl(:WITH_THREADS)
|
Provides: perl(:WITH_64BIT) perl(:WITH_ITHREADS) perl(:WITH_THREADS)
|
||||||
@ -95,7 +95,7 @@ This package is the shared library for perl.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
License: (GPL+ or Artistic) and UCD
|
License: (GPL-1.0-or-later or Artistic-1.0-perl) and UCD
|
||||||
|
|
||||||
Requires: perl = %{epoch}:%{version}-%{release} system-rpm-config
|
Requires: perl = %{epoch}:%{version}-%{release} system-rpm-config
|
||||||
%if %{with systemtap}
|
%if %{with systemtap}
|
||||||
@ -418,9 +418,7 @@ make test_harness
|
|||||||
%exclude %dir %{perl_vendor_datadir}
|
%exclude %dir %{perl_vendor_datadir}
|
||||||
%dir %{perl_datadir}/File
|
%dir %{perl_datadir}/File
|
||||||
%{perl_datadir}/File/Compare.pm
|
%{perl_datadir}/File/Compare.pm
|
||||||
%{_mandir}/man3/File::Compare.3*
|
|
||||||
%{perl_datadir}/File/Find.pm
|
%{perl_datadir}/File/Find.pm
|
||||||
%{_mandir}/man3/File::Find.3*
|
|
||||||
|
|
||||||
%license Artistic Copying
|
%license Artistic Copying
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
@ -499,6 +497,12 @@ make test_harness
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 3 2024 hongjinghao <hongjinghao@huawei.com> - 4:5.38.0-8
|
||||||
|
- Delete the man of File::Compare and File::Find from the main package.
|
||||||
|
|
||||||
|
* Wed Aug 14 2024 gengqihu <gengqihu2@h-partners.com> - 4:5.38.0-7
|
||||||
|
- License info rectification
|
||||||
|
|
||||||
* Wed Mar 20 2024 zhangzikang <zhangzikang@kylinos.cn> - 4:5.38.0-6
|
* Wed Mar 20 2024 zhangzikang <zhangzikang@kylinos.cn> - 4:5.38.0-6
|
||||||
- Fix perl re.so undefined symbol error
|
- Fix perl re.so undefined symbol error
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user