Ticket #22220: macros.in.rej

File macros.in.rej, 7.5 KB (added by carlo.cabanilla@…, 15 years ago)

patch rejects

Line 
1***************
2*** 187,193 ****
3  %_dbpath_rebuild      %{_dbpath}
4 
5  #
6- #     Path to script that creates debug symbols in a /usr/lib/debug
7  #     shadow tree.
8  #
9  #     A spec file can %%define _find_debuginfo_opts to pass options to
10--- 187,193 ----
11  %_dbpath_rebuild      %{_dbpath}
12 
13  #
14+ #     Path to script that creates debug symbols in a @prefix@/lib/debug
15  #     shadow tree.
16  #
17  #     A spec file can %%define _find_debuginfo_opts to pass options to
18***************
19*** 315,321 ****
20  #
21  %_install_helpers %{rpmhome}/helpers
22  %_helperpath  %{?_install_helpers:%{_install_helpers}:}
23- %_install_script_path %{_helperpath}/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
24 
25  #     A colon separated list of desired locales to be installed;
26  #     "all" means install all locale specific files.
27--- 315,321 ----
28  #
29  %_install_helpers %{rpmhome}/helpers
30  %_helperpath  %{?_install_helpers:%{_install_helpers}:}
31+ %_install_script_path %{_helperpath}/sbin:@prefix@/bin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
32 
33  #     A colon separated list of desired locales to be installed;
34  #     "all" means install all locale specific files.
35***************
36*** 792,798 ****
37  # Export package NEVRA (stamped with install tid) info for HRMIB on this path.
38  #
39  # XXX Note: escaped %% for use in headerSprintf()
40- #%_hrmib_path /var/cache/hrmib/%{___NVRA}
41 
42  #==============================================================================
43  # ---- GPG/PGP/PGP5 signature macros.
44--- 792,798 ----
45  # Export package NEVRA (stamped with install tid) info for HRMIB on this path.
46  #
47  # XXX Note: escaped %% for use in headerSprintf()
48+ #%_hrmib_path @prefix@/var/cache/hrmib/%{___NVRA}
49 
50  #==============================================================================
51  # ---- GPG/PGP/PGP5 signature macros.
52***************
53*** 880,892 ****
54  #     The path to the dependency universe database. The default value
55  #     is the rpmdb-vendor location. The macro is usually defined in
56  #     %{_etcrpm}/macros.solve, installed with the rpmdb-vendor package.
57- #%_solve_dbpath       /usr/lib/rpmdb/%{_arch}-%{_vendor}-%{_os}/rpm
58 
59  #     The path to the dependency universe packages. This should
60  #     be a path to the packages contained in the solve database.
61  #
62  # XXX Note: needs a pesky trailing /
63- #%_solve_pkgsdir      /mnt/rpm/test/latest-i386/RedHat/RPMS/
64 
65  #     The output binary package file name template used when suggesting
66  #     binary packages that solve a dependency. The macro is usually defined
67--- 880,892 ----
68  #     The path to the dependency universe database. The default value
69  #     is the rpmdb-vendor location. The macro is usually defined in
70  #     %{_etcrpm}/macros.solve, installed with the rpmdb-vendor package.
71+ #%_solve_dbpath       @prefix@/lib/rpmdb/%{_arch}-%{_vendor}-%{_os}/rpm
72 
73  #     The path to the dependency universe packages. This should
74  #     be a path to the packages contained in the solve database.
75  #
76  # XXX Note: needs a pesky trailing /
77+ #%_solve_pkgsdir      @prefix@/src/%{_vendor}/RPMS/%{_arch}/
78 
79  #     The output binary package file name template used when suggesting
80  #     binary packages that solve a dependency. The macro is usually defined
81***************
82*** 1065,1071 ****
83  %_rpmds_perldeps_cmd  %{__find} %{_libdir}/perl5 | %{_rpmhome}/perl.prov
84 
85  #
86- %_varrun              /var/run
87 
88  #==============================================================================
89  # ---- Cache configuration macros.
90--- 1065,1071 ----
91  %_rpmds_perldeps_cmd  %{__find} %{_libdir}/perl5 | %{_rpmhome}/perl.prov
92 
93  #
94+ %_varrun              @prefix@/var/run
95 
96  #==============================================================================
97  # ---- Cache configuration macros.
98***************
99*** 1090,1096 ****
100  %_bhA           %{nil}
101 
102  #     The cache database directory.
103- %_cache_dbpath                /var/cache/yum/rpmdb
104 
105  #==============================================================================
106  # ---- per-platform macros.
107--- 1090,1096 ----
108  %_bhA           %{nil}
109 
110  #     The cache database directory.
111+ %_cache_dbpath                @prefix@/var/cache/yum/rpmdb
112 
113  #==============================================================================
114  # ---- per-platform macros.
115***************
116*** 1329,1335 ****
117  %_lib                 lib
118  %_libdir              %{_exec_prefix}/%{_lib}
119  %_includedir          %{_prefix}/include
120- %_oldincludedir               /usr/include
121  %_infodir             %{_prefix}/info
122  %_mandir              %{_prefix}/man
123  %_localedir           %{_datadir}/locale
124--- 1329,1335 ----
125  %_lib                 lib
126  %_libdir              %{_exec_prefix}/%{_lib}
127  %_includedir          %{_prefix}/include
128+ %_oldincludedir               @prefix@/include
129  %_infodir             %{_prefix}/info
130  %_mandir              %{_prefix}/man
131  %_localedir           %{_datadir}/locale
132***************
133*** 1618,1624 ****
134  # Note: Used iff _use_internal_dependency_generator is non-zero. The
135  # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
136  %__java_provides      %{_rpmhome}/javadeps.sh --provides
137- %__java_requires      %{_rpmhome}/javadeps.sh --requires
138 
139  #------------------------------------------------------------------------
140  # libtool(...) configuration.
141--- 1618,1624 ----
142  # Note: Used iff _use_internal_dependency_generator is non-zero. The
143  # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
144  %__java_provides      %{_rpmhome}/javadeps.sh --provides
145+ #%__java_requires     %{_rpmhome}/javadeps.sh --requires
146 
147  #------------------------------------------------------------------------
148  # libtool(...) configuration.
149***************
150*** 1628,1634 ****
151  # Note: Used iff _use_internal_dependency_generator is non-zero. The
152  # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
153  %__libtool_provides   %{_rpmhome}/libtooldeps.sh --provides %{buildroot} %{name}
154- %__libtool_requires   %{_rpmhome}/libtooldeps.sh --requires %{buildroot} %{name}
155 
156  #------------------------------------------------------------------------
157  # pkgconfig(...) configuration.
158--- 1628,1634 ----
159  # Note: Used iff _use_internal_dependency_generator is non-zero. The
160  # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
161  %__libtool_provides   %{_rpmhome}/libtooldeps.sh --provides %{buildroot} %{name}
162+ #%__libtool_requires  %{_rpmhome}/libtooldeps.sh --requires %{buildroot} %{name}
163 
164  #------------------------------------------------------------------------
165  # pkgconfig(...) configuration.
166***************
167*** 1638,1644 ****
168  # Note: Used iff _use_internal_dependency_generator is non-zero. The
169  # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
170  %__pkgconfig_provides %{_rpmhome}/pkgconfigdeps.sh --provides
171- %__pkgconfig_requires %{_rpmhome}/pkgconfigdeps.sh --requires
172 
173  #------------------------------------------------------------------------
174  # mono(...) configuration.
175--- 1638,1644 ----
176  # Note: Used iff _use_internal_dependency_generator is non-zero. The
177  # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
178  %__pkgconfig_provides %{_rpmhome}/pkgconfigdeps.sh --provides
179+ #%__pkgconfig_requires        %{_rpmhome}/pkgconfigdeps.sh --requires
180 
181  #------------------------------------------------------------------------
182  # mono(...) configuration.
183***************
184*** 1659,1665 ****
185  # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
186  #%__executable_provides       %{_rpmhome}/executabledeps.sh --provides
187  #%__executable_requires       %{_rpmhome}/executabledeps.sh --requires
188- %__scriptlet_requires %{__bash} --rpm-requires
189 
190  # \endverbatim
191  #*/
192--- 1659,1665 ----
193  # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
194  #%__executable_provides       %{_rpmhome}/executabledeps.sh --provides
195  #%__executable_requires       %{_rpmhome}/executabledeps.sh --requires
196+ #%__scriptlet_requires        %{__bash} --rpm-requires
197 
198  # \endverbatim
199  #*/