From 3d7cd6992f6d987b3c96d3616c26480a854968cf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 24 Sep 2014 15:30:32 +0200 Subject: emit pythonegg requires/provides back --- Makefile.am | 3 ++- NEWS | 1 + pythoneggs.attr | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 pythoneggs.attr diff --git a/Makefile.am b/Makefile.am index d573bff..fbe18df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,8 @@ pkg_attr_defs = \ perlapi.attr \ perl_base.attr \ perl_from_meta.attr \ - php.attr + php.attr \ + pythoneggs.attr BUILT_SOURCES = macros-perarch make_arch_macrosfiles.sh rpmgenplatform diff --git a/NEWS b/NEWS index 13a3697..cda201c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- emit pythonegg requires/provides back - remove kmod.* from git (now SRPMS sources) - remove dwz.macros from git (now SRPMS sources) - remove now useless g-ir-extract-deps diff --git a/pythoneggs.attr b/pythoneggs.attr new file mode 100644 index 0000000..172605f --- /dev/null +++ b/pythoneggs.attr @@ -0,0 +1,4 @@ +%__pythoneggs_provides %{_rpmconfigdir}/mageia/pythoneggs.py --provides +%__pythoneggs_requires %{_rpmconfigdir}/mageia/pythoneggs.py --requires +%__pythoneggs_path ^((/usr/lib(64)?/python[[:digit:]]\\.[[:digit:]]/.*\\.(py[oc]?|egg.*))|(%{_bindir}/python[[:digit:]]\\.[[:digit:]]))$ +%__pythoneggs_magic [Pp]ython.*(executable|byte-compiled) -- cgit v1.2.1