commit 0b083a56b0f00418d8db7600e2e6f70b9954c6db
Author: Arkadiusz Miśkiewicz <[email protected]>
Date:   Sat Mar 9 22:13:35 2019 +0100

    - 1.741; guile modules can be in subdirectories of some other package

 rpm-build-macros.spec | 2 +-
 rpm.macros            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rpm-build-macros.spec b/rpm-build-macros.spec
index d4d9918..18293fa 100644
--- a/rpm-build-macros.spec
+++ b/rpm-build-macros.spec
@@ -1,4 +1,4 @@
-%define                rpm_macros_rev  1.740
+%define                rpm_macros_rev  1.741
 %define                find_lang_rev   1.40
 Summary:       PLD Linux RPM build macros
 Summary(pl.UTF-8):     Makra do budowania pakietów RPM dla Linuksa PLD
diff --git a/rpm.macros b/rpm.macros
index a868e08..b97afe2 100644
--- a/rpm.macros
+++ b/rpm.macros
@@ -625,7 +625,7 @@ if [ -d "$RPM_BUILD_ROOT" ]; then \
                        echo "DONE"; \
                fi; \
        fi; \
-       filelist=$(find $RPM_BUILD_ROOT -type f ! -regex 
".*/usr/lib[x0-9]*/debug/.*\.debug" ! -regex ".*/usr/lib[x0-9]*/guile/.*\.go" ! 
-regex ".*/lib/modules/.*" ! -regex ".*%{_docdir}/.*" ! -regex 
".*%{_includedir}/.*" %{?_noautostrip:! -regex "%{_noautostrip}"} 
%{?_autostripall:! -regex "%{_autostripall}"} %{?_autostripunneeded:! -regex 
"%{_autostripunneeded}"} %{?_autostripdebug:! -regex "%{_autostripdebug}"}); \
+       filelist=$(find $RPM_BUILD_ROOT -type f ! -regex 
".*/usr/lib[x0-9]*/debug/.*\.debug" ! -regex ".*/usr/lib[x0-9]*.*/guile/.*\.go" 
! -regex ".*/lib/modules/.*" ! -regex ".*%{_docdir}/.*" ! -regex 
".*%{_includedir}/.*" %{?_noautostrip:! -regex "%{_noautostrip}"} 
%{?_autostripall:! -regex "%{_autostripall}"} %{?_autostripunneeded:! -regex 
"%{_autostripunneeded}"} %{?_autostripdebug:! -regex "%{_autostripdebug}"}); \
        if [ -n "$filelist" ]; then \
                filetypes=`echo "$filelist" | xargs -r -d'\\n' file`; \
                elfexelist=`echo "$filetypes" | awk -F: '/ELF.*executable/ 
{print $1}'`; \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-macros.git/commitdiff/0b083a56b0f00418d8db7600e2e6f70b9954c6db

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to