From 35c3e7d9d33d14fed760d150699fbfb7a281924b Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 16 Nov 2014 22:09:03 +0000 Subject: [PATCH] create-mkspec.sh: Update /install/ path regex create-mkspec.sh: Put all paths matching /install/ into the devel package. Signed-off-by: Jan Lindemann --- scripts/create-mkspec.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/create-mkspec.sh b/scripts/create-mkspec.sh index 2be774ce..76e72a0c 100644 --- a/scripts/create-mkspec.sh +++ b/scripts/create-mkspec.sh @@ -115,9 +115,9 @@ _cat << EOT |echo "> \$INSTALL_LOG" |echo "make install" |echo "cat \$INSTALL_LOG | sed \"s% \\\$RPM_BUILD_ROOT% %\" | " - |echo " grep -ve '/include/.*.h\$\|devel\|/lib.*\.a\$\|/make\(/\|$\)' | sort -u > \$INSTALL_LOG.\$NAME-run" + |echo " grep -ve '/include/\|devel\|/lib.*\.a\$\|/make\(/\|$\)' | sort -u > \$INSTALL_LOG.\$NAME-run" |echo "cat \$INSTALL_LOG | sed \"s% \\\$RPM_BUILD_ROOT% %\" | " - |echo " grep -e '/include/.*.h\$\|devel\|/lib.*\.a\$\|/make\(/\|$\)' | sort -u > \$INSTALL_LOG.\$NAME-devel" + |echo " grep -e '/include/\|devel\|/lib.*\.a\$\|/make\(/\|$\)' | sort -u > \$INSTALL_LOG.\$NAME-devel" |echo "" EOT value global.subpackages | grep -q run && _cat << EOT