X-Git-Url: https://git.tld-linux.org/?p=packages%2Frpm-tld-macros.git;a=blobdiff_plain;f=pydebuginfo.patch;fp=pydebuginfo.patch;h=0000000000000000000000000000000000000000;hp=644e08a1af8e04f53731c88b258431ea02bafed3;hb=208adebc7b42418e7fea34d3a573e0e8b03e36bd;hpb=04aa83ed7a5c08323cec49e49f5972dca66352d3 diff --git a/pydebuginfo.patch b/pydebuginfo.patch deleted file mode 100644 index 644e08a..0000000 --- a/pydebuginfo.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- ./rpm.macros~ 2008-08-12 20:54:19.000000000 +0300 -+++ ./rpm.macros 2008-08-18 22:58:42.471609996 +0300 -@@ -764,9 +764,14 @@ - # remove python sources, so that check-files won't complain - # (idea by glen pld-linux org) - %py_postclean() \ -+%{expand:%%define __sip_%{?_enable_debug_packages} 1} \ -+%{?__sip_1:> debugfiles-add.list;}\ - for d in %{py_sitescriptdir} %{py_sitedir} %*; do \ -- [ ! -d "$RPM_BUILD_ROOT$d" ] || find "$RPM_BUILD_ROOT$d" -name '*.py' -print0 | xargs -0r -l512 rm;\ -+ [ ! -d "$RPM_BUILD_ROOT$d" ] || find "$RPM_BUILD_ROOT$d" -name '*.py' \\\ -+ %{?__sip_1:>> debugfiles-add.list;}\ -+ %{!?__sip_1:-print0 | xargs -0r %{__rm} -f;}\ - done \ -+%{expand:%%undefine __sip_%{?_enable_debug_packages}}\ - %{nil} - - # depmod macro