約5,710件1ページ目

日本語のみで絞り込む

RPM provides a rich set of macros to make package maintenance simpler and consistent across packages. For example, it includes a list of default path ...

2012/8/23 -In most Unix shells, ~ is an abbreviation for "your home directory". So ~/.rpmmacros is the file .rpmmacros in your home directory. The contents ...

The macros are usually used with rpmbuild --define to specify which directories rpmbuild should use, it is unusual to use them within SPEC files.

Custom RPM macros configuration file for building RPM packages # as a non-root user. # # Author: Mike A. Harris # # This is a copy of my own personal RPM ...

2013/11/9 -How to pass the location of .rpmmacros file in rpmbuild command ? by default it try to look for it in home dir.

2023/10/13 -This section describes predefined RPM macros used in the SUSE packages. Some of them are generic RPM macros. Some are SUSE-specific macros.

# Algorithm to use for generating file checksum digests on build. # If not specified or 0, MD5 is used.

RPM macros are the files titled macros in the output directory structure. 5.2.5. RPM distribution macros. Different distributions provide different sets of ...

rpmmacros location if necessary. The macro file syntax is simply: %<name> <body> …where <name> is a legal macro name and <body> is the body of the macro ...

Setting rpm macros with a build¶. Prior to Koji 1.18, this was the only way to set rpm macros in Koji. This method is still valid, and in some cases preferred.