]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- removing the %py3_postclean macros. It will only break packages for Python
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 15 Jul 2011 11:40:50 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  3.2.

Changed files:
    rpm.macros -> 1.612

rpm.macros

index f80722303965147240660115a8eb9d24f411f237..fb4593497dae7b37ea57c675b8f6df1b1e7765f0 100644 (file)
@@ -1013,12 +1013,6 @@ for d in %{py_sitescriptdir} %{py_sitedir} %*; do \
 done \
 %{nil}
 
-%py3_postclean() \
-for d in %{py3_sitescriptdir} %{py3_sitedir} %*; do \
- [ ! -d "$RPM_BUILD_ROOT$d" ] || find "$RPM_BUILD_ROOT$d" -name '*.py' -print0 | xargs -0r -l512 rm;\
-done \
-%{nil}
-
 # depmod macro
 %depmod() { \
 umask 022; \
This page took 0.039377 seconds and 4 git commands to generate.