Accepting request 824478 from home:kukuk:branches:devel:languages:perl
- Move macros.perl to /usr/lib/rpm/macros.d OBS-URL: https://build.opensuse.org/request/show/824478 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=190
This commit is contained in:
parent
679a3b4b68
commit
f64679bdf8
@ -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>
|
Fri Jun 5 11:54:19 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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.pm $cpa/Config.pm
|
||||||
install -m 444 saveConfig_heavy.pl $cpa/Config_heavy.pl
|
install -m 444 saveConfig_heavy.pl $cpa/Config_heavy.pl
|
||||||
# install macros.perl file
|
# 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}
|
pushd %{_includedir}
|
||||||
( rpm -ql glibc-devel | fgrep '.h'
|
( rpm -ql glibc-devel | fgrep '.h'
|
||||||
find %{_includedir}/asm/ -name \*.h
|
find %{_includedir}/asm/ -name \*.h
|
||||||
@ -367,7 +367,7 @@ EOF
|
|||||||
%exclude %{_bindir}/perl%{pversion}
|
%exclude %{_bindir}/perl%{pversion}
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
/usr/lib/perl5/*
|
/usr/lib/perl5/*
|
||||||
%config %{_sysconfdir}/rpm/macros.perl
|
%{_rpmconfigdir}/macros.d/macros.perl
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc README.macros
|
%doc README.macros
|
||||||
|
Loading…
Reference in New Issue
Block a user