[Fedora-packaging] fedora-newrpmspec patch for php-pear

Jason L Tibbitts III tibbs at math.uh.edu
Sat Jul 8 16:30:34 UTC 2006


>>>>> "ES" == Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> writes:

ES> Then, current practice seems to be, to use a leading underscore
ES> for directory names (e.g. '%_libdir', '%_bindir').

A counterexample, which is what we are copying, from /usr/lib/rpm/macros:

%perl_sitearch  %(eval "`%{__perl} -V:installsitearch`"; echo $installsitearch)
%perl_sitelib   %(eval "`%{__perl} -V:installsitelib`"; echo $installsitelib)
%perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%perl_vendorlib  %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%perl_archlib   %(eval "`%{__perl} -V:installarchlib`"; echo $installarchlib)
%perl_privlib   %(eval "`%{__perl} -V:installprivlib`"; echo $installprivlib)

 - J<




More information about the Fedora-packaging mailing list