]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- 1.739; don't match libx32 and don't try to strip guile 2.2 go files (which are... auto/th/rpm-build-macros-1.739-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 9 Mar 2019 18:59:50 +0000 (19:59 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 9 Mar 2019 18:59:50 +0000 (19:59 +0100)
rpm-build-macros.spec
rpm.macros

index 5a4b8677902e06b6f6db23089299f4ce97d13202..d4df931bb427deccac6946a9e01e6127dc8fb133 100644 (file)
@@ -1,4 +1,4 @@
-%define                rpm_macros_rev  1.738
+%define                rpm_macros_rev  1.739
 %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
index ae0c3904916881720042cfbd21f4e9d1a47d8096..ae88b385e889415b524289ce0bbf581ac0f5fdec 100644 (file)
@@ -625,7 +625,7 @@ if [ -d "$RPM_BUILD_ROOT" ]; then \
                        echo "DONE"; \
                fi; \
        fi; \
-       filelist=$(find $RPM_BUILD_ROOT -type f ! -regex ".*/usr/lib[0-9]*/debug/.*\.debug" ! -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}'`; \
This page took 0.075987 seconds and 4 git commands to generate.