Change macros according to new definition.
This commit is contained in:
parent
0cc0ea5905
commit
ba86d0eba9
11
macros.perl
11
macros.perl
@ -41,11 +41,12 @@ export PERL_MM_USE_DEFAULT=1
|
|||||||
# Note that this must be invoked in the spec file, preferably as
|
# Note that this must be invoked in the spec file, preferably as
|
||||||
# "%{?perl_default_filter}", before any %description block.
|
# "%{?perl_default_filter}", before any %description block.
|
||||||
|
|
||||||
%perl_default_filter %{?filter_setup: %{expand: \
|
%perl_default_filter %{expand: \
|
||||||
%define __provides_exclude_from (%{_perl_vendorarch}\/auto\/*|%{perl_archlib}/(?!CORE/libperl).*)\.so*|%{_docdir} \
|
%global __provides_exclude_from %{perl_vendorarch}/auto/.*\.so|%{perl_archlib}/.*\.so|%{_docdir}
|
||||||
%define __requires_exclude_from %{_docdir} \
|
%global __requires_exclude_from %{_docdir}
|
||||||
%filter_setup \
|
%global __provides_exclude perl\\\\(VMS|perl\\\\(Win32|perl\\\\(BSD::|perl\\\\(DB\\\\)|perl\\\\(UNIVERSAL\\\\)
|
||||||
}}
|
%global __requires_exclude perl\\\\(VMS|perl\\\\(BSD::|perl\\\\(Win32
|
||||||
|
}
|
||||||
|
|
||||||
#############################################################################
|
#############################################################################
|
||||||
# Macros to assist with generating a "-tests" subpackage in a semi-automatic
|
# Macros to assist with generating a "-tests" subpackage in a semi-automatic
|
||||||
|
1
sources
1
sources
@ -2,5 +2,4 @@ aceea3db13a159cd5f7e5f2e3ad9534f perl-5.8.0-libdir64.patch
|
|||||||
ad5d07285d6e4914384b43c9abc2bdba filter-requires.sh
|
ad5d07285d6e4914384b43c9abc2bdba filter-requires.sh
|
||||||
1737a36154bb5bca781296794afc6791 perl.stp
|
1737a36154bb5bca781296794afc6791 perl.stp
|
||||||
df28fe2c574e8807d0a803308c545dca perl-example.stp
|
df28fe2c574e8807d0a803308c545dca perl-example.stp
|
||||||
fa0e67ce4def80b563f4b312f770a8ff macros.perl
|
|
||||||
e688b0ddad50bca9a6223693a85c439d perl-5.14.0.tar.gz
|
e688b0ddad50bca9a6223693a85c439d perl-5.14.0.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user