معرفی شرکت ها


rpkg-macros-2.0-3.fc36.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Set of preproc macros for rpkg utility
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Everything noarch
نام بسته rpkg-macros
نام فایل بسته rpkg-macros-2.0-3.fc36.noarch.rpm
نسخه بسته 2.0
انتشار بسته 3.fc36
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Fri 21 Jan 2022 09
هاست سازنده buildvm-ppc64le-30.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://pagure.io/rpkg-util.git
مجوز GPLv2+
حجم دانلود 37K
حجم نصب 60.427K
Set of preproc macros to be used by rpkg utility. They are designed to dynamically generate certain parts of rpm spec files. You can use those macros also without rpkg by: $ cat <file_with_the_macros> | preproc -s /usr/lib/rpkg.macros.d/all.bash -e INPUT_PATH=<file_with_the_macros> INPUT_PATH env variable is passed to preproc to inform macros about the input file location. The variable is used to derive INPUT_DIR_PATH variable which rpkg macros use. If neither INPUT_PATH nor INPUT_DIR_PATH are specified, INPUT_PATH will stay empty and INPUT_DIR_PATH will default to '.' (the current working directory). Another option to experiment with the macros is to source /usr/lib/rpkg.macros.d/all.bash into your bash environment Then you can directly invoke the macros on your command-line as bash functions. See content in /usr/lib/rpkg.macros.d to discover available macros. Please, see man rpkg-macros for more information.


جایگزین ها

بسته نسخه معماری مخزن
rpkg-macros-2.0-3.fc36.src.rpm 2.0 noarch Fedora Everything


نیازمندی

مقدار نام
- /usr/bin/bash
- bash
- coreutils
- findutils
- git-core
- rpm-git-tag-sort


ارائه دهنده

مقدار نام
= 2.0-3.fc36 rpkg-macros


نحوه نصب


نصب پکیج rpm rpkg-macros:

    dnf install rpkg-macros-2.0-3.fc36.noarch.rpm


فایل ها

مسیرها
/usr/bin/pack_sources
/usr/lib/rpkg.macros.d
/usr/lib/rpkg.macros.d/all.bash
/usr/lib/rpkg.macros.d/git.bash
/usr/lib/rpkg.macros.d/helpers
/usr/lib/rpkg.macros.d/helpers/git
/usr/lib/rpkg.macros.d/helpers/git_branch
/usr/lib/rpkg.macros.d/helpers/git_head
/usr/lib/rpkg.macros.d/helpers/git_head_short
/usr/lib/rpkg.macros.d/helpers/git_merged_tag_refs
/usr/lib/rpkg.macros.d/helpers/git_remote
/usr/lib/rpkg.macros.d/helpers/git_remote_url
/usr/lib/rpkg.macros.d/helpers/git_root
/usr/lib/rpkg.macros.d/helpers/git_status
/usr/lib/rpkg.macros.d/helpers/git_submodule_refs
/usr/lib/rpkg.macros.d/library
/usr/lib/rpkg.macros.d/library/log.bash
/usr/lib/rpkg.macros.d/library/output.bash
/usr/lib/rpkg.macros.d/library/query.bash
/usr/lib/rpkg.macros.d/library/utils.bash
/usr/share/licenses/rpkg-macros
/usr/share/licenses/rpkg-macros/LICENSE


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2022-01-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-07-23

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-01-18

derive GIT_ROOT and other git properties from the INPUT_DIR_PATH directory
INPUT_DIR_PATH, if not specified, is derived from INPUT_PATH

2020-11-30

add trick in pack_sources to allow creating the archive in CWD

2020-10-05

fix version check in git_pack
rpm-git-tag-sort is also required during build for tests
add man pages for rpkg-macros, redirect there from MACRO REFERENCE
fix parameter order for rpm-git-tag-sort in git_merged_tag_refs
fix version parsing from the latest tag, package name may contain
implement support for multiple Sources at once
use rpm-git-tag-sort for tag sorting & filtering in git_merged_tag_refs
fix git_head for detached head state
in git_bumped_version, lead must be numeric and greater than zero to output
remove now unused git_bumped_release, set "" as default for lead in
make lead="" the only special case, otherwise lead is lead
unify code and params for git_release and git_version
code cleanup

2020-03-10

remove shebangs in library files according to Fedora review
changes according to review - usage of %{_prefix} in spec, g-w for
use git-core on Fedoras

2020-03-06

fix warning about unset git indetity in test_submodule_sources
skip test for submodule_sources on epel6
add missing sleep in tests, add TODO
fix changelog renderring for legacy git as there is no points-at
resolve problem in git_pack and submodules for epel7

2020-03-04

fix bug on centos7 bash in is_physical_subpath function

2020-03-04

initial release