]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- stripping libpthread looks like a bad idea auto/th/rpm-build-macros-1_396-1 auto/ti/rpm-build-macros-1_396-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Oct 2007 20:13:59 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.396

rpm.macros

index db8f36fdc015aa9a9abff9cf0eddc9e3a1fe5a22..de51d80273379afa6cc543a903aa8cad187c022b 100644 (file)
@@ -377,7 +377,7 @@ if [ -d "$RPM_BUILD_ROOT" ]; then \
                        echo "DONE"; \
                fi; \
        fi; \
-       filelist=`find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so.*" ! -regex ".*/usr/lib[0-9]*/debug/.*\.debug" ! -regex ".*%{_docdir}/.*" ! -regex ".*%{_includedir}/.*" %{?_noautostrip:! -regex "%{_noautostrip}"}`; \
+       filelist=`find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so.*" ! -regex ".*libpthread-[0-9.]*so.*" ! -regex ".*/usr/lib[0-9]*/debug/.*\.debug" ! -regex ".*%{_docdir}/.*" ! -regex ".*%{_includedir}/.*" %{?_noautostrip:! -regex "%{_noautostrip}"}`; \
        # vim - " \
        if [ -z "$filelist" ]; then \
                return; \
This page took 0.043951 seconds and 4 git commands to generate.