forked from pool/python-rpm-macros
Accepting request 479619 from devel:languages:python:Factory
- more intelligent %python_install_alternatives - multiline macro support - support for %requires_ge and %requires_eq as well as Requires(pre) and friends - "%python_clone -a" auto-creates alternative entries - implement %python_clone to clone files for alternatives - support "Supplements" and "Enhances" tags - support packageand() expression - fix handling of %name in requires - make macros more resilient to missing %python_subpackages - expand %python_bin_suffix properly OBS-URL: https://build.opensuse.org/request/show/479619 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rpm-macros?expand=0&rev=4
This commit is contained in:
commit
01e87a9f03
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7abe9e8cfe48964a12758a329be7dcf946d93907f18000ad5ca9e9f07cfe420
|
||||
size 9965
|
3
python-rpm-macros-1.0.git.1489505194.b32e02a.tar.bz2
Normal file
3
python-rpm-macros-1.0.git.1489505194.b32e02a.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19aac75fcfd7b18963759e6a1e82559c98d9b47c343b27d41d03f35171ba9fe7
|
||||
size 11464
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 13 16:05:15 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
- more intelligent %python_install_alternatives
|
||||
- multiline macro support
|
||||
- support for %requires_ge and %requires_eq as well as Requires(pre)
|
||||
and friends
|
||||
- "%python_clone -a" auto-creates alternative entries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 17:20:12 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
- implement %python_clone to clone files for alternatives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 15:22:55 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
- support "Supplements" and "Enhances" tags
|
||||
- support packageand() expression
|
||||
- fix handling of %name in requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 13:18:14 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
- make macros more resilient to missing %python_subpackages
|
||||
- expand %python_bin_suffix properly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 24 13:50:03 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-rpm-macros
|
||||
Version: 1.0.git.1487869271.c6e9bfc
|
||||
Version: 1.0.git.1489505194.b32e02a
|
||||
Release: 0
|
||||
Summary: RPM macros for building of Python modules
|
||||
License: WTFPL
|
||||
|
Loading…
Reference in New Issue
Block a user