Name: | rpkg-macros |
---|---|
Version: | 0.4 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 54689 |
License: | GPLv2+ |
RPM: | rpkg-macros-0.4-2.el7.noarch.rpm |
Source RPM: | rpkg-macros-0.4-2.el7.src.rpm |
Build Date: | Mon Mar 30 2020 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://pagure.io/rpkg-util.git |
Summary: | Set of preproc macros for rpkg utility |
Description: | Set of preproc macros to be used by rpkg utilility. 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 You can also source /usr/lib/rpkg.macros.d/all.bash into your bash environment and then you can experiment with them directly on your command-line. See content in /usr/lib/rpkg.macros.d to discover available macros. |
- rebuild due to koji break down
- remove shebangs in library files according to Fedora review - changes according to review - usage of %{_prefix} in spec, g-w for pack_sources - use git-core on Fedoras
- 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 option - resolve problem in git_pack and submodules for epel7
- fix bug on centos7 bash in is_physical_subpath function
- initial release