Accepting request 830758 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/830758 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=117
This commit is contained in:
commit
38bc7e8966
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 5 09:19:11 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Move macros.perl to /usr/lib/rpm/macros.d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 5 11:54:19 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -243,7 +243,7 @@ install -m 555 savelibperl.so $cpa/CORE/libperl.so
|
||||
install -m 444 saveConfig.pm $cpa/Config.pm
|
||||
install -m 444 saveConfig_heavy.pl $cpa/Config_heavy.pl
|
||||
# install macros.perl file
|
||||
install -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/rpm/macros.perl
|
||||
install -D -m 644 %{SOURCE2} %{buildroot}%{_rpmconfigdir}/macros.d/macros.perl
|
||||
pushd %{_includedir}
|
||||
( rpm -ql glibc-devel | fgrep '.h'
|
||||
find %{_includedir}/asm/ -name \*.h
|
||||
@ -367,7 +367,7 @@ EOF
|
||||
%exclude %{_bindir}/perl%{pversion}
|
||||
%{_bindir}/*
|
||||
/usr/lib/perl5/*
|
||||
%config %{_sysconfdir}/rpm/macros.perl
|
||||
%{_rpmconfigdir}/macros.d/macros.perl
|
||||
|
||||
%files doc
|
||||
%doc README.macros
|
||||
|
Loading…
Reference in New Issue
Block a user