revert using perldeps.pl, not yet ready.
CVS patchset: 7044 CVS date: 2003/12/28 18:27:40
This commit is contained in:
parent
ae5e64ce0d
commit
f5580509bf
1
CHANGES
1
CHANGES
|
@ -30,7 +30,6 @@
|
||||||
- mark _javadocdir as documentation (#102898).
|
- mark _javadocdir as documentation (#102898).
|
||||||
- flush pipe before exit 1 in check-files (#103867).
|
- flush pipe before exit 1 in check-files (#103867).
|
||||||
- perl.req: avoid regex misfire on '^use' in "= <<" assign (#109934).
|
- perl.req: avoid regex misfire on '^use' in "= <<" assign (#109934).
|
||||||
- use perldeps {--provides|--requires}.
|
|
||||||
- find-debuginfo.sh: permit stripping unwritable by non-root (#112429).
|
- find-debuginfo.sh: permit stripping unwritable by non-root (#112429).
|
||||||
- missing build dependency (#111104).
|
- missing build dependency (#111104).
|
||||||
|
|
||||||
|
|
12
macros.in
12
macros.in
|
@ -1,7 +1,7 @@
|
||||||
#/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros
|
#/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros
|
||||||
# \verbatim
|
# \verbatim
|
||||||
#
|
#
|
||||||
# $Id: macros.in,v 1.143 2003/12/28 15:14:40 jbj Exp $
|
# $Id: macros.in,v 1.144 2003/12/28 18:27:40 jbj Exp $
|
||||||
#
|
#
|
||||||
# This is a global RPM configuration file. All changes made here will
|
# This is a global RPM configuration file. All changes made here will
|
||||||
# be lost when the rpm package is upgraded. Any per-system configuration
|
# be lost when the rpm package is upgraded. Any per-system configuration
|
||||||
|
@ -366,11 +366,11 @@ package or when debugging this package.\
|
||||||
# Path to scripts to autogenerate per-interpreter package dependencies,
|
# Path to scripts to autogenerate per-interpreter package dependencies,
|
||||||
#
|
#
|
||||||
# Note: Used iff _use_internal_dependency_generator is non-zero. The
|
# Note: Used iff _use_internal_dependency_generator is non-zero. The
|
||||||
# helpers are also used by @RPMCONFIGDIR@/rpmdeps {--provides|--requires).
|
# helpers are also used by @RPMCONFIGDIR@/rpmdeps {--provides|--requires}.
|
||||||
%__perl_provides @RPMCONFIGDIR@/perldeps --provides
|
#%__perl_provides @RPMCONFIGDIR@/perldeps.pl --provides
|
||||||
%__perl_requires @RPMCONFIGDIR@/perldeps --requires
|
#%__perl_requires @RPMCONFIGDIR@/perldeps.pl --requires
|
||||||
#%__perl_provides @RPMCONFIGDIR@/perl.prov
|
%__perl_provides @RPMCONFIGDIR@/perl.prov
|
||||||
#%__perl_requires @RPMCONFIGDIR@/perl.req
|
%__perl_requires @RPMCONFIGDIR@/perl.req
|
||||||
|
|
||||||
#
|
#
|
||||||
# fixowner, fixgroup, and fixperms are run at the end of hardcoded setup
|
# fixowner, fixgroup, and fixperms are run at the end of hardcoded setup
|
||||||
|
|
Loading…
Reference in New Issue