]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-5.4.9-keep-loading-script-macros.patch
- don't install and package some useless scripts
[packages/rpm.git] / rpm-5.4.9-keep-loading-script-macros.patch
1 --- rpm-5.4.17/macros/macros.in.orig    2020-02-05 17:52:34.415469263 +0100
2 +++ rpm-5.4.17/macros/macros.in 2020-02-05 18:03:36.605215206 +0100
3 @@ -1035,64 +1035,11 @@
4  # XXX  if the file %{_usrlibrpm}/macros.d/cmake attempts another
5  # XXX  %{load:...}, then loading will CEASE at that point in the file.
6  #==============================================================================
7 -# ---- SELinux configuration macros.
8 -%{load:%{_usrlibrpm}/macros.d/selinux}
9 -
10 -#==============================================================================
11  # ---- rpmbuild macros.
12  %{load:%{_usrlibrpm}/macros.rpmbuild}
13  
14  #------------------------------------------------------------------------
15 -# cmake(...) configuration
16 -#%%{load:%{_usrlibrpm}/macros.d/cmake}
17 -
18 -#------------------------------------------------------------------------
19 -# gstreamer(...) configuration.
20 -#%%{load:%{_usrlibrpm}/macros.d/gstreamer}
21 -
22 -#------------------------------------------------------------------------
23 -# haskell(...) configuration.
24 -#%%{load:%{_usrlibrpm}/macros.d/haskell}
25 -
26 -#------------------------------------------------------------------------
27 -# perl(...) configuration
28 -#%%{load:%{_usrlibrpm}/macros.d/perl}
29 -
30 -#------------------------------------------------------------------------
31 -# python(...) configuration.
32 -#%%{load:%{_usrlibrpm}/macros.d/python}
33 -
34 -#------------------------------------------------------------------------
35 -# php(...) configuration.
36 -#%%{load:%{_usrlibrpm}/macros.d/php}
37 -
38 -#------------------------------------------------------------------------
39 -# java(...) configuration.
40 -#%%{load:%{_usrlibrpm}/macros.d/java}
41 -
42 -#------------------------------------------------------------------------
43 -# libtool(...) configuration.
44 -#%%{load:%{_usrlibrpm}/macros.d/libtool}
45 -
46 -#------------------------------------------------------------------------
47 -# pkgconfig(...) configuration.
48 -#%%{load:%{_usrlibrpm}/macros.d/pkgconfig}
49 -
50 -#------------------------------------------------------------------------
51 -# mono(...) configuration.
52 -#%%{load:%{_usrlibrpm}/macros.d/mono}
53 -
54 -#------------------------------------------------------------------------
55 -# ruby(...) configuration.
56 -#%%{load:%{_usrlibrpm}/macros.d/ruby}
57 -
58 -#------------------------------------------------------------------------
59 -# tcl(...) configuration.
60 -#%%{load:%{_usrlibrpm}/macros.d/tcl}
61 -
62 -#------------------------------------------------------------------------
63 -# typelib(...) configuration.
64 -#%%{load:%{_usrlibrpm}/macros.d/typelib}
65 +%{load:%{_usrlibrpm}/macros.d/macros.*}
66  
67  # \endverbatim
68  #*/
This page took 0.026967 seconds and 3 git commands to generate.